启动
net stop msdtc
net start msdtc

重启出错:

简单的解决方案是:

cd %systemroot%\system32
msdtc -uninstall
msdtc -install

 即重新安装MSDTC就可以了

也可以这样

msdtc -resetlog

相关文章:

  • 2021-09-22
猜你喜欢
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-10-02
  • 2021-11-18
  • 2021-12-14
  • 2022-02-16
相关资源
相似解决方案