...Named Pipes Provider: Could not open a connection to SQL Server ... for linked server ... returned message "Login timeout expired" ... "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections'...
1. Make sure that Allow remote connections option is set on monitored server.
For this use Management Studio.
- Select monitored server and open Properties.
- Go to Connections tab and view <Allow remote connections to this server> option. If it's not set than set it and restart server.
2. Make sure that <Using both TCP/IP and named pipes> option is set for repository server.
For this use SQL Server Surface Area Configuration on repository server.
- Open Surface Area Configuration for Services and Connections
- Select Remote Connections and view <Using both TCP/IP and named pipes> option. If it's not set than set it and restart server.