您现在的位置是:网站首页> 编程资料编程资料
SQL Server无法生成FRunCM线程的解决方法_MsSql_
2023-05-26
578人已围观
简介 SQL Server无法生成FRunCM线程的解决方法_MsSql_
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协议禁用即可。
相关内容
- SQLServer2005触发器提示其他会话正在使用事务的上下文的解决方法_MsSql_
- SQLSERVER分布式事务使用实例_MsSql_
- SQL的SUBSTR()函数使用介绍_MsSql_
- SQL Server存储过程生成insert语句实例_MsSql_
- SQL字符串处理函数大全_MsSql_
- SQL Server数据库重命名、数据导出的方法说明_MsSql_
- SQLSERVER ISNULL 函数与判断值是否为空的sql语句_MsSql_
- 关于sql和mysql对于别名不能调用的一些理解_MsSql_
- C#连接Excel2003和Excel2007以上版本做数据库的连接字符串_MsSql_
- MS SQL Server数据库清理错误日志的方法_MsSql_
