SQL Server无法生成FRunCM线程的解决方法
sql server 无法生成 fruncm 线程。数据库错误日志如下:
2013-09-26 21:21:50.31 server microsoft sql server 2005 - 9.00.1399.06 (intel x86)
oct 14 2005 00:33:37
copyright (c) 1988-2005 microsoft corporation
enterprise edition on windows nt 5.2 (build 3790: service pack 2)
2013-09-26 21:21:50.31 server (c) 2005 microsoft corporation.
2013-09-26 21:21:50.31 server all rights reserved.
2013-09-26 21:21:50.31 server server process id is 2680.
2013-09-26 21:21:50.31 server logging sql server messages in file 'c:\program files\microsoft sql server\mssql.1\mssql\log\errorlog'.
2013-09-26 21:21:50.31 server this instance of sql server last reported using a process id of 2884 at 2013-9-26 21:20:51 (local) 2013-9-26 13:20:51 (utc). this is an informational message only; no user action is required.
2013-09-26 21:21:50.31 server registry startup parameters:
2013-09-26 21:21:50.31 server -d c:\program files\microsoft sql server\mssql.1\mssql\data\master.mdf
2013-09-26 21:21:50.31 server -e c:\program files\microsoft sql server\mssql.1\mssql\log\errorlog
2013-09-26 21:21:50.31 server -l c:\program files\microsoft sql server\mssql.1\mssql\data\mastlog.ldf
2013-09-26 21:21:50.32 服务器 sql server is starting at normal priority base (=7). this is an informational message only. no user action is required.
2013-09-26 21:21:50.32 服务器 detected 2 cpus. this is an informational message; no user action is required.
2013-09-26 21:21:50.37 服务器 set awe enabled to 1 in the configuration parameters to allow use of more memory.
2013-09-26 21:21:50.49 服务器 using dynamic lock allocation. initial allocation of 2500 lock blocks and 5000 lock owner blocks per node. this is an informational message only. no user action is required.
2013-09-26 21:21:50.53 服务器 attempting to initialize microsoft distributed transaction coordinator (ms dtc). this is an informational message only. no user action is required.
2013-09-26 21:21:52.54 服务器 attempting to recover in-doubt distributed transactions involving microsoft distributed transaction coordinator (ms dtc). this is an informational message only. no user action is required.
2013-09-26 21:21:52.54 服务器 database mirroring transport is disabled in the endpoint configuration.
2013-09-26 21:21:52.54 spid5s starting up database 'master'.
2013-09-26 21:21:52.68 spid5s starting up database 'mssqlsystemresource'.
2013-09-26 21:21:52.81 spid5s server name is 'shgs1653'. this is an informational message only. no user action is required.
2013-09-26 21:21:52.82 spid8s starting up database 'model'.
2013-09-26 21:21:52.93 spid8s clearing tempdb database.
2013-09-26 21:21:53.10 服务器 a self-generated certificate was successfully loaded for encryption.
2013-09-26 21:21:53.10 服务器 错误: 17182,严重性: 16,状态: 1。
2013-09-26 21:21:53.10 服务器 tdssniclient initialization failed with error 0x7e, status code 0x60.
2013-09-26 21:21:53.10 服务器 错误: 17182,严重性: 16,状态: 1。
2013-09-26 21:21:53.10 服务器 tdssniclient initialization failed with error 0x7e, status code 0x1.
2013-09-26 21:21:53.10 服务器 错误: 17826,严重性: 18,状态: 3。
2013-09-26 21:21:53.10 服务器 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.
2013-09-26 21:21:53.10 服务器 错误: 17120,严重性: 16,状态: 1。
2013-09-26 21:21:53.10 服务器 sql server could not spawn fruncm thread. check the sql server error log and the windows event logs for information about possible related problems.
解决办法:
分析下来是由于某些特殊的改动导致了sql server2005数据库网络协议中via协议的启用,讲该协议关闭即可。
sql server configuration manager-------sql server 2005网络配置------mssqlserver的协议,讲via协议禁用即可。
推荐阅读
-
SQL Server无法生成FRunCM线程的解决方法
-
无法找到产品Microsoft SQL Server Native Client的安装程序包的解决方法Sqlncli.msi
-
SQL Server代理服务无法启动的解决方法
-
远程连接局域网内的sql server 无法连接 错误与解决方法
-
sql server 还原数据库时提示数据库正在使用,无法进行操作的解决方法
-
sql server 2005因架构无法删除用户错误15138的解决方法
-
SQL Server无法生成FRunCM线程的解决方法
-
SQL SERVER 2008 无法附加数据库的解决方法
-
无法打开物理文件xxx.mdf操作系统错误 5:“5(拒绝访问。)” (Microsoft SQL Server,错误: 5120)的解决方法
-
SQL Server代理服务无法启动问题的解决方法