Windows error 0x8004D02A, -2147168214

Detailed Error Information

XACT_E_PUSH_COMM_FAILURE[1]

MessageThe MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process, the two machines cannot find each other by their NetBIOS names, or the support for network transactions is not enabled for one of the two transaction managers.
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 Code53290 (0xd02a)

Questions

8votes
4answers

NServiceBus MSDTC woes

I am writing this post here in hopes that someone can help me out. I am trying to implement NServiceBus on an ASP.NET MVC application. I have gone through each and every step to ensure that everything is wired up right. I have an event that passes a Job Id [...] read more
nservicebus
8votes
2answers

Dtcping test passes but still have a Communication with the underlying transaction manager has failed

DTCPing tool says everything should be fine. The actual exception is: > System.Transactions.TransactionManagerCommunicationException: > > > Communication with the underlying transaction manager has failed. ---> > System.Runtime.InteropServices.COMException: The MSDTC transaction manager was > unable to push the transaction to the destination transaction manager due to > communication problems. Possible causes [...] read more
c#
sql-server
transactions
transactionscope
msdtc
5votes
0answers

Configure MS DTC over VPN

I tried to configure MS DTC via our VPN. But when I try to open the connection it gives me the following error. > The MSDTC transaction manager was unable to push the transaction to the > destination transaction manager due to communication problems. Possible causes > are: a firewall [...] read more
vpn
msdtc
2votes
4answers

The MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems

I have a BizTalk server and a SQL server which BizTalk sends messages via WCF-SQL to. The BizTalk server has been calling to this server for over a year with no problems. I came in this morning any suddenly it can't (it was working on Friday). The full error I'm [...] read more
sql-server
biztalk
msdtc
biztalk-2013
0votes
0answers

WCF hosted on IIS (uses MSMQ) cannot connect to SQL server

I'm moving existing test environment (hosted on Azure) into new BizSpark Azure subscription. In old setup, I had API, WCF and SQL Server hosted on same VM. The new configuration is: * API and WCF on VM1 (subscription 1) * SQL Server on VM2 (subscription 2) API works 100%, everything [...] read more
sql-server
azure
wcf
iis
msmq
0votes
1answer

The MSDTC transaction manager was unable to push the transaction using AmbientTransaction

I have a BizTalk solution that would call a stored procedure that will query and update table. Apparently I'm encountering this error each time I test my solution in a load balanced servers. > The adapter failed to transmit message going to send port SQLAdapter_Sendport" > with URL "mssql://server//StoredProc?". It [...] read more
biztalk
distributed-transactions
msdtc
sqlbindparameter
0votes
0answers

Self Hosted WCF communication fails to DB

I have an application using WCF self-hosted services (connecting to an MSMQ). Using Entity Framework, I am trying to read some data from a database on another server, and get the following error. I'm not sure what the issue is here... though there is a firewall between the app and [...] read more
.net
sql-server
wcf
communication
self-hosting
0votes
1answer

The MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems

I have a BizTalk server and a SQL server which BizTalk sends messages via WCF-SQL to. The BizTalk server has been calling to this server for over a year with no problems. I came in this morning any suddenly it can't (it was working on Friday). The full error I'm [...] read more
sql-server-2008-r2
msdtc
biztalk

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