PCYO 评测夜鸥 六度计算世界

少年强 则 中国强

SQL server事务服务器不可用,以及Distributed Transaction Coordinator服务启动问题解析

安装SQL Server 2005时报"事务管理器不可用"
安装SQL Server 2005时弹出对话框,提示:
事务管理器不可用
(英文版本:The Transaction Manager is not available)

TITLE: Microsoft SQL Server 2005 Setup
------------------------------
Failed to install and configure assemblies C:Program FilesMicrosoft SQL Server90NotificationServices9.0.242Binmicrosoft.sqlserver.notificationservices.dll in the COM+ catalog. Error: -2146233087
Error message: Unknown error 0x80131501
Error description: 事务管理器不可用。 (异常来自 HRESULT:0x8004D01B)

TITLE: Microsoft SQL Server 2005 Setup
------------------------------
Failed to install and configure assemblies C:Program FilesMicrosoft SQL Server90NotificationServices9.0.242Binmicrosoft.sqlserver.notificationservices.dll in the COM+ catalog. Error: -2146233087
Error message: Unknown error 0x80131501
Error description: The Transaction Manager is not available. (Exception from HRESULT: 0x8004D01B)
------------------------------

进入服务管理器,启动 Distributed Transaction Coordinator 服务即可。

服务 本地计算机 启动 Distributed Transaction Coordinator

 在百度百科搜索:HTTP 500,词条 可找到此具体解决办法

---------------------------
Windows 不能在 本地计算机 启动 Distributed Transaction Coordinator。有关更多信息,查阅系统事件日志。如果这是非 Microsoft 服务,请与服务厂商联系,并参考特定服务错误代码 -1073737712。
---------------------------
确定
---------------------------
解决办法:
把 C:WINDOWSsystem32dtclog 这个目录重命名(如果有),然后重新建立该目录。
在命令行下: msdtc -resetlog

然后 msdtc 就可以启动了。

本原创文章未经允许不得转载 | 当前页面:PCYO 评测夜鸥 六度计算世界 » SQL server事务服务器不可用,以及Distributed Transaction Coordinator服务启动问题解析

评论