SQL Server Error: No Process is on the Other End of the Pipe
发布时间:2023-02-25 10:39:33 所属栏目:MsSql教程 来源:
导读:当登录sql Server 2005时可能碰到错误: 'No Process is on the Other End of the Pipe'。解决方法:
(1)Open up sql Server Suraface Area Configuration tool by clicking
Start > Microsoft sql
(1)Open up sql Server Suraface Area Configuration tool by clicking
Start > Microsoft sql
当登录sql Server 2005时可能碰到错误: 'No Process is on the Other End of the Pipe'。解决方法: (1)Open up sql Server Suraface Area Configuration tool by clicking Start > Microsoft sql Server 2005 > Configuration Tools > sql Server Suraface Area Configuration (2)Click the Surface Area Configuration for Services and Connections link at the bottom of the window. (3)In the View By Instance pane on the left, expand the node for the sql Server that is giving you the error, and click the Database Engine > Service > Remote Connections. sql-server-surface-area-config-window (4)In the setting for the Remote Connections, click the Local and Remote Connections option. Now click the Using both TCP/IP and named pipes option and click OK. You will be prompted to restart your Database Server for the changes to take effect. Do that. Once you restart your Database Server, you should be able to login to the sql Server database successfully ! No Process is on the Other End of the Pipe 错误提示: Named Pipes Provider: No process is on the other end of the pipe. Microsoft sql Native Client : Communication link failure. Microsoft sql Native Client : 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. 典型原因和解决方法: Cause Resolution The client is attempting to connect using named pipes, and the server is not configured to allow remote connections using named pipes. Connect using TCP/IP, or use the Surface Area Configuration tool to enable remote connections using named pipes. The client protocol order is attempting to connect with the named pipes protocol before trying the TCP protocol, and named pipes are not enabled on the server. Using sql Server Configuration Manager on the client computer, move TCP before named pipes in the protocol order list. (编辑:汽车网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐