HI,I am working on configuring SQL 2014 alwayson and encountering this error "SQL AlwaysOn: Failed to join the database to the Availability Group (Error 35250)" andfollowed all steps according to this msdn link. and matched with last error- DNS error. SO now i would like to know how to resolve this issue as network team is saying that there is no issue at DNS end.http://blogs.msdn.com/b/alwaysonpro/archive/2013/12/09/trouble-shoot-error.aspxWhen i run the query:select r.replica_server_name, r.endpoint_url,rs.connected_state_desc, rs.last_connect_error_description, rs.last_connect_error_number, rs.last_connect_error_timestamp from sys.dm_hadr_availability_replica_states rs join sys.availability_replicas ron rs.replica_id=r.replica_idwhere rs.is_local=1the last_connect_error_description is returned as "Connection attempt failed with error: '10060(A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)'. "and last_connect_error_number=10060connected_state_desc='disconnected'Please help.
↧