【问题标题】:SQL Server 2005 - The Local Security Authority cannot be contactedSQL Server 2005 - 无法联系本地安全机构
【发布时间】:2018-04-23 13:38:42
【问题描述】:

我突然在连接到本地 SQL Server 2005 数据库引擎实例时遇到问题。几天前我连接到这个实例没有问题。但是,我可以连接到集成服务和分析服务。只有数据库引擎给了我这个错误:

A connection was successfully established with the server, 
but then an error occurred during the pre-login handshake. 
(provider: SSL Provider, error: 0 - 
The Local Security Authority cannot be contacted) (Microsoft SQL Server)

我唯一做的就是安装了 Visual Studio 2017。

【问题讨论】:

    标签: sql sql-server sql-server-2005


    【解决方案1】:

    这是一个有很多原因的通用错误。通常是密码过期之类的东西。要进行故障排除,您应该启用 Netlogon 服务日志记录,关注Enabling debug logging for the Netlogon service

    c:\>Nltest /DBFlag:2080FFFF 
    

    然后重现您的问题,然后查看日志文件,该文件将位于%windir%\debug\netlogon.log。阅读文件,尝试了解发生了什么。

    之后别忘了关闭调试日志:

    c:\>Nltest /DBFlag:0
    

    【讨论】:

    • 输入命令时出错。我在我的家庭网络上而不是在域上。这是错误:SYSTEM\CurrentControlSet\Services\Netlogon\Parameters 设置为 0x2080ffff I_NetLogonControl 失败:状态 = 1722 0x6ba RPC_S_SERVER_UNAVAILABLE
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-05-24
    • 1970-01-01
    • 2016-10-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多