All,I have installed two standalone SQL 2014 Ent Edition instances. I have check that both "AlwaysOn" are turned on, on each node. I am able to failover back and forth successfully. Also, when connecting to the primary instance I am able to see all options related to the drop down of "AlwaysOn High Availability", but when I connect via SSMS using the listener, I can see any of the drop items from "AlwaysOn High Availability". I get an error stating in short "The AlwaysOn service is disabled on <servername>" and that server is the node in which the primary is located. I have checked both nodes and AlwaysOn is turned on. Please see below: (Any ideas on what's going on?)Both nodes:SELECT SERVERPROPERTY ('IsHadrEnabled')output:1Thank you in advance for any help.
↧