Archive for the Windows Category

Network access for Distributed Transaction Manager (MSDTC) has been disabled

Posted in Windows with tags , , , on March 24, 2009 by hspinfo

System.Transactions.TransactionManagerCommunicationException: 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. —> System.Runtime.InteropServices.COMException (0×8004D024): The transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0×8004D024)

You can resolve this by following the steps below

Control Panel – Administrative Tools – Component Services – My Computer properties – MSDTC tab – Security Configuration tab – Network DTC Access (checked) / Allow Remote Clients (checked) / Allow Inbound (checked) / Allow Outbound (checked) / Enable TIP Transactions (checked)

REBOOT computer