How to fix Distributed Transaction Manager (MSDTC) has been disabled errors [closed]

最后都变了- 提交于 2019-12-04 00:57:01
Pongsathon.keng

On my blog I discuss a fix: Fix MSDTC (Microsoft Distributed transaction coordinator)

This post will help you how set setup and check communication of MSDTC between servers. Please check:

  • Network
  • Firewall
  • ACL permission

You can config your severs and test the MSDTC by using following tool. DTCTester: http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q293799

Windows 2008 has a different security model than windows 2003, and it's driven by xml file which contains a whole shedload of security entries. I've not went into it in detail, as yet, so all I can do is give you a start.

Select Admin Tools-> Security Configuration Wizard. Find your current security policy (don't know where it is stored, but technet will tell you). Go down the list, and ensure Distributed Transactions are checked. They are not checked by default. Apply the new policy.

Be careful with using this utilty, as u could serious knacker your system, or open a security hole. Hope that helps. Bob.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!