SQLServerExpress服务启动失败,关闭VIA协议就好了
昨天对Sql server 2005进⾏设置后,服务就启动不了了,后来查看⽇志,有这样⼀段话:
2008-09-05 08:40:17.82 服务器 A self-generated certificate was successfully loaded for encryption.
2008-09-05 08:40:17.82 服务器错误: 17182,严重性: 16,状态: 1。
2008-09-05 08:40:17.82 服务器 TDSSNIClient initialization failed with error 0x7e, status code 0x60.
2008-09-05 08:40:17.82 服务器错误: 17182,严重性: 16,状态: 1。
2008-09-05 08:40:17.82 服务器 TDSSNIClient initialization failed with error 0x7e, status code 0x1.
2008-09-05 08:40:17.82 服务器错误: 17826,严重性: 18,状态: 3。
server error啥意思2008-09-05 08:40:17.82 服务器 Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
2008-09-05 08:40:17.82 服务器错误: 17120,严重性: 16,状态: 1。
2008-09-05 08:40:17.82 服务器 SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
然后就在⽹上查相关资料,终于发现原来我把“VIA协议”给启⽤了,停⽤“VIA协议”问题解决。
"VIA协议"停⽤⽅法:开始->程序->Microsoft SQL Server 2005->配置⼯具->SQL Server Configuration Manager ->打开后到"SQL Server 2005 ⽹络配置"->MSSQLSERVER 属性的协议在右边的属性框中把“VIA协议”禁⽤即可!
希望能够给遇到相同问题的朋友提供⼀点帮助!
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论