事务管理器不可用 0x8004D01B
作者:seeker 日期:2010-06-19
安装SQL Server 2005时弹出对话框,提示:
事务管理器不可用
(英文版本:The Transaction Manager is not available)
TITLE: Microsoft SQL Server 2005 Setup
------------------------------
Failed to install and configure assemblies C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\microsoft.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 Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\microsoft.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 服务无法启动提示:
Distributed Transaction Coordinator 服务因 3221229584 (0xC0001010) 服务性错误而停止。
这主要是系统无法找到MS DTC 日志文件造成的,只要创建一下就可以了:
点开始→运行→输入命令"msdtc -resetlog",运行该命令后, "Distributed Transaction Coordinator "服务即可正常启动。
事务管理器不可用
(英文版本:The Transaction Manager is not available)
TITLE: Microsoft SQL Server 2005 Setup
------------------------------
Failed to install and configure assemblies C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\microsoft.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 Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\microsoft.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 服务无法启动提示:
Distributed Transaction Coordinator 服务因 3221229584 (0xC0001010) 服务性错误而停止。
这主要是系统无法找到MS DTC 日志文件造成的,只要创建一下就可以了:
点开始→运行→输入命令"msdtc -resetlog",运行该命令后, "Distributed Transaction Coordinator "服务即可正常启动。
评论: 0 | 引用: 0 | 查看次数: -
发表评论
上一篇
下一篇

文章来自:
Tags: