Site icon EfmSoft

What does HRESULT 0x8004D024 (XACT_E_NETWORK_TX_DISABLED) mean?

 
Previous Next
XACT_E_TIP_DISABLED XACT_E_PARTNER_NETWORK_TX_DISABLED

XACT_E_NETWORK_TX_DISABLED

Local transactions can work even when cross-machine propagation is prohibited

XACT_E_NETWORK_TX_DISABLED indicates that the local MSDTC configuration does not permit remote transaction participation. An application may create and use a local transaction successfully, then fail only when a resource on another machine causes the transaction to be propagated or promoted.

Confirm that the architecture genuinely requires one atomic transaction across hosts. If it does, enable the necessary network DTC access under the organization’s authentication and firewall policy and test both directions. If distributed atomicity is not required, redesign the boundary with an outbox, durable message, or compensating workflow rather than enabling network transactions merely to hide an accidental second resource.

Boundary information needed before enabling network DTC

References


Looking for a different code? Search another status or error code.

Exit mobile version