安装消息队列时提示:无法启动MSMQ服务

在命令提示符里输入:
net stop msdtc
msdtc -uninstall
msdtc -install
net start msdtc
后显示 “发生系统错误 1068。依存服务或组无法启动。”

查看相关依存服务,检查是否被禁用1068 错误一般说的就是从属服务或群组无法激活。 你看还有那个服务被遗漏了。
错误描述:依存服务无法启动
原因:distributed transaction coordinator服务未启动或权限不够
解决:右击-我的电脑--管理--服务和应用程序--服务--将此服务启动,另外选中此服务右键属性查看依存服务,再看看依存的服务工作是否正常。服务工作正常了还有权限问题,选中distributed transaction coordinator服务右键属性里面有登陆属性页,改为本地系统账户。

极少数情况下需要进控制台修复和重启服务。
再次运行下输cmd,然后再输
net stop msdtc
msdtc -uninstall
msdtc -install
net start msdtc 应该就可以了。

相关文档
最新文档