Windows error 0x8004D01C, -2147168228

Detailed Error Information

XACT_E_CONNECTION_DOWN[1]

MessageA connection with the transaction manager was lost.
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 Code53276 (0xd01c)

Questions

1vote
0answers

MSDTC Errors: QueryInterface failed for "ITransactionDispenser": 0x8004d01c(XACT_E_CONNECTION_DOWN)

I’m having some issues with a server where MSDTC is not working properly. This started happening about two days ago. I’ve tried a number of different things including restarting the VM and I’ve tried the fix found on this MSDN blog. However, none of this has resolved the issue. My [...] read more
windows-server-2008
windows-server-2008-r2
sql-server
sql-server-2012
msdtc
0votes
1answer

Connecting new BizTalk node to cluster fails with EntSSO

I've been tasked with setting up a new, third, node in our BizTalk 2013 R2 cluster. The server is up and connected to the windows cluster. BizTalk is installed and patched to CU8, the same patch level as the other nodes. When I try to configure the BizTalk installation everything [...] read more
biztalk
msdtc
biztalk-2013
0votes
1answer

Failure creating BizTalk application on remote server using MSBuild extension pack

I have an msbuild script that tries to create and deploy a BizTalk application to a remote server. I use the following task: <MSBuild.ExtensionPack.BizTalk.BizTalkApplication TaskAction="Create" MachineName="$(BizTalkServer)" Applications="$(BizTalkApplicationName)" /> When trying to deploy on a remote server, I get the following error > error : COMException: Application registration failed because the [...] read more
biztalk
msbuildextensionpack
biztalk-deployment
0votes
0answers

XACT_E_CONNECTION_DOWN following SQL Server restart

Environment: Win32 services dependent on a local SQL Server 2008 R2 service. No database mirroring, no remote resources. Several of the Win32 services have startup logic that involves calls to a COM+ service (transactions required) which accesses databases on the SQL Server (using msado15.dll, MDAC 2.8). During a normal system [...] read more
c++
sql-server
windows
com+
msdtc

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