The 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.
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
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
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
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
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
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
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
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