Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

We are using transaction scope features of ASP.NET to manage distributed transaction for that we need to enable distributed transaction via following link:
The partner transaction manager has disabled its support for remote/network transactions

Its works well with SQL Server 2005 and Windows Server 2003 but when it comes to Windows Server 2008 server and SQL Server 2005 we are getting following error, still we followed the same steps provided in above link:

Windows Server 2008 + SQL Server 2005 + Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool.

like image 966
Jalpesh Vadgama Avatar asked Jan 12 '10 16:01

Jalpesh Vadgama


1 Answers

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

like image 63
Pongsathon.keng Avatar answered Sep 22 '22 04:09

Pongsathon.keng