Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Pakhi
Starting Member
1 Post |
Posted - 2013-04-07 : 12:25:56
|
We have 4 colocated servers that connect to a database on main server. I am getting this error in one of the colocated server and the rest are working fine.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. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)I have checked the firewall settings. Can someone suggest me other possible reasons of why this could be happening. |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2013-04-07 : 20:39:48
|
See if you are able to ping the main server from the local server. There is a detailed checklist of things that you should go through to figure out what might be wrong here: http://blogs.msdn.com/b/sql_protocols/archive/2006/09/30/sql-server-2005-remote-connectivity-issue-troubleshooting.aspx |
|
|
|
|
|