时间:2021-05-23
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协议禁用即可。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
场景:使用springboot多线程,线程类无法自动注入需要的bean解决方法:通过工具类获取需要的bean工具类代码:importorg.springfram
这种情况在Access下可以通过,但SQL则不行,在百度搜索解决方法,发现N多人出现同样问题却找不到解决办法:复制代码代码如下:setrs=server.Cre
SQLSERVER9003错误解决方法只适用于SQL2000(只适用于SQL2000)"无法打开新数据库'POS'。CREATEDATABASE中止。(Micr
关于SQLSERVER9003错误解决方法只适用于SQL2000:"无法打开新数据库'POS'。CREATEDATABASE中止。(MicrosoftSQLSe
1、问题描述本地的vue项目在server端浏览没问题,但是执行npmrunbuild打包之后在本地预览是白屏。有很多js,css无法加载。2、解决方法在con