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协议禁用即可。

更多相关文章

  1. MySQL 5.7.9 服务无法启动-“NET HELPMSG 3534”的解决方法
  2. 浅析Android中的消息机制-解决:Only the original thread that cr
  3. Android异步消息机制之Handler
  4. Android的Handler机制详解3_Looper.looper()不会卡死主线程
  5. Android之Handler用法总结
  6. Android开发之消息处理机制(一)——Handler
  7. Android异步加载图像小结 (含线程池,缓存方法)
  8. android 面试题集
  9. android中HttpURLConnection调用getResponseCode()时崩溃 解决方

随机推荐

  1. ASP.NET Core中间件设置教程(7)_实用技巧
  2. ASP.NET MVC中传参并绑定数据的实例教程
  3. ASP.NET Core异常和错误处理(8)_实用技巧
  4. Asp.net MVC 对用户输入的字符串做Trim处
  5. ASP.NET Core使用教程(9)_实用技巧
  6. C#中DateTime与时间戳转换的实例代码
  7. Asp.net MVC 对输入的字符串字段做Trim处
  8. C#中自定义控件如何实现TextBox禁止粘贴
  9. 理解Asp.Net中WebForm的生命周期_实用技
  10. C#中如何实现微信红包功能的示例代码分享