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 |
spowell
Starting Member
23 Posts |
Posted - 2013-04-27 : 16:42:57
|
HiI have 2 SQL 2008R2 servers that have been linked together for about 3 months without any issues and for some reason today the link has just stopped working and I can't get it to work again at all. When a scheduled job runs I get the error report below on both servers. Any help would be greatly appreciatedDIA\administrator. Named Pipes Provider: Could not open a connection to SQL Server [53]. [SQLSTATE 42000] (Error 53) OLE DB provider "SQLNCLI10" for linked server "172.20.20.12" returned message "Login timeout expired". [SQLSTATE 01000] (Error 7412) OLE DB provider "SQLNCLI10" for linked server "172.20.20.12" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.". [SQLSTATE 01000] (Error 7412). The step failed. |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2013-04-27 : 23:01:01
|
the message is very clear "Login timeout expired"Ask the DBA of the remote server to activate it KH[spoiler]Time is always against us[/spoiler] |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-04-29 : 01:19:37
|
may be the server is down. check if 172.20.20.12 is up with sql server srevice running------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|