The error “A transport-level error has occurred when sending the request to the server” can occur when SQL Server client cannot connect to the server. The reason for the lack of connection can become a wrong configured remote connections. In this scenario, SQL Server will send the following message:
Msg 233, Level 20, State 0, Line 0A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
To solve this problem try to allow SQL Server to accept remote connections or check your firewall settings. It is possible to enable remote connections with the help of the SQL Server Configuration Manager tool.
No comments:
Post a Comment