I configured Alias for SQL Named instance in 2 Node cluster.users are able to access the SQl instance using alias locally
But,when they try to access remotely from SSMS,alias is not working and Getting below error
A network related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.
Verify that the instance name is correct and that SQL Server is configured to allow remote connections
1) created alias on both 32 & 64 SQL Native Client 10.0 Configuration
2) Enable TCP/IP Protocol and Created Alias in SQL Server Client Network Utility on both 32 & 64 bit
%systemdrive%\Windows\System32\cliconfg.exe
%SystemDrive%\Windows\sysWOW64\cliconfg.exe
3) Browser Service is up & running
4) Cross verified windows register keys
HKLM\SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Client\ConnectTo
HKLM\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo
5) Firewall is disabled and port is open between the servers
6) Remote Connection is Enabled for SQL instance
Can someone help us on resolving the alias remote connection issue.Thanks in AdvanceNote :- When I try to ping the alias it is pointing to the Active node
↧
SQL server instacne alias works locally but not remotely on 2 Node Cluster
↧