Windows Server MSDTC Issues - Enterprise Integration Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - Standard - external - Standard - Premier

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 23.1
License
Standard
Premier

Problem

MSDTC does not function when used with Windows Server.

Resolution

Ensure that you have enabled DTC on the local host server. Additionally, review the troubleshooting information in Configuration fails when BizTalk Server and SQL Server are installed on separate computers.

If you are using the DTCPing tool to troubleshoot and encounter the following transaction exception message:

WARNING: the CID values for both test machines are the same while this problem won't stop DTCping test, MSDTC will fail for this

it is because you cloned machines from the same source image.

To resolve, you must uninstall and reinstall MSDTC:

  1. In Server Manager, click Roles.
  2. In the Application Server section, click Remove Role Services.
  3. Clear the Distributed Transactions check box.
  4. Running Windows PowerShell as an administrator, issue the MSDTC uninstall command "msdtc -uninstall"(see http://msdn.microsoft.com/en-us/library/aa561924(v=bts.70).aspx for more information).
  5. Using regedit32.exe, delete all MSDTC registry entries from Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC node.
    CAUTION:

    Modify the registry at your own risk. Incorrectly editing the Windows registry can cause serious problems that may require you to reinstall your operating system. Be sure to back up the registry before making any changes to it.

  6. Restart the server.
  7. In Server Manager, click Add Role Services.
  8. Select the following check boxes:
    • TCP Port Sharing

    • Windows Process Activation Service Support

    • Distributed Transactions

  9. Running Windows PowerShell as an administrator, issue the MSDTC uninstall command "msdtc -install".
  10. In Server Manager | Roles | Application Server, select Distributed Transaction Coordinator.
  11. Right-click Local DTC and select Properties.
  12. In the Local DTC Properties dialog box, select the Security tab.
  13. Reset all of the security settings.
  14. Update the Distributed Transaction Coordinator service to start automatically on boot.
  15. Reboot the server.