安装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 0×80131501
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 0×80131501
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 "服务即可正常启动。
转载自 <a href="http://www.yanghengfei.com/archives/338/" title="事务管理器不可用 0x8004D01B" rel="bookmark">事务管理器不可用 0x8004D01B | 星外飞客 </a>
我简单说几句