Windows error 0x8004D027, -2147168217

Detailed Error Information

XACT_E_UNABLE_TO_READ_DTC_CONFIG[1]

MessageMSDTC was unable to read its configuration information.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code53287 (0xd027)

Questions

1vote
1answer

MSDTC unable to read configuration in a clustered environment

I have setup, a very long time ago, a clustered environment with MSMQ and using DTC (clustered also) and was able to place messages in the queue no problem using C#. Today I needed to setup the same environment except using Windows Server 2012 and I managed to get it [...] read more
c#
msmq
msdtc
1vote
0answers

How to track MSDTC error in NServicebus?

We got a weird error that we can't figure the cause of. It happened over 100 times in a matter of seconds and then it stopped. Stacktrace: System.Transactions.TransactionAbortedException: The transaction has aborted. ---> System.Transactions.TransactionException: MSDTC was unable to read its configuration information. (Exception from HRESULT: 0x8004D027) ---> System.Runtime.InteropServices.COMException: MSDTC was [...] read more
nservicebus

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0