您的位置:首页 > 数据库

远程登录SQL2005:SQL Server does not allow remote connections

2009-07-29 13:53 681 查看
远程登录SQL2005出错

Error: 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. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

通过telnet IP 1433 发现服务器并没有监听

在服务器上netstat -an查看果然如此

检查server property中security中是否启用sql和windows混和登录和connection中是否allow remote connection

检查configuration manager中是否启用了tcp ip和named pipe
也可以在surface area 检查configuration中检查database engine的remote connection设置

检查操作系统防火墙设置,打开1433端口

但是问题还是依旧,最后发现在configuration manager中tcp/ip的property中IP Address:IP1设置的IP和port均没错,而IPALL中居然设置了Dynamic Port
马上设置1433后,问题解决,难道安装完时就是这个作为默认值吗?
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐