
How do I enable MSDTC on SQL Server? - Stack Overflow
MSDTC must be enabled on both systems, both server and client. Also, make sure that there isn't a firewall between the systems that blocks RPC. DTCTest is a nice litt app that helps you to …
c# - Understanding MSDTC in Windows - Stack Overflow
Mar 24, 2011 · MSDTC should come installed with windows. If it's not it can be installed with the following command: msdtc -install You can configure the MSDTC service using sc.exe. Set the …
c# - .NET TransactionScope and MSDTC - Stack Overflow
Jan 23, 2018 · (System.Transactions) The transaction manager has disabled its support for remote/network transactions. I read that when connections are opened inside transaction …
Network access for Distributed Transaction Manager (MSDTC) has …
Inner Exception The MSDTC transaction manager was unable to pull the transaction from the source transaction manager due to communication problems. Possible causes are: a firewall is …
MSDTC - Communication with the underlying transaction …
I am getting error: communication with the underlying transaction manager has failed when I am trying to run my application from visual studio 2010. I have search on google for this problem, I …
MSDTC (Distributed Transaction Coordinator) Service Stops …
Mar 27, 2009 · I am working on a Windows Server 2008, the MSDTC (Distributed Transaction Coordinator) Service Stops Unexpectedly and I cannot restart it again. When I go to the event …
MSDTC encountered an error (HR=0x80000171) while attempting …
May 5, 2012 · The problem is that the error is occurring in the server event logs as:- MSDTC encountered an error (HR=0x80000171) while attempting to establish a secure connection …
Where do I get tracefmt.exe? And how do I read my MSDTC traces?
I followed the KB article from MS in order to turn on MSDTC trace. Unfortunately it was hard to follow, since it doesn't assume a very reasonable and obvious expectation of the reader, …
c# - TransactionScope automatically escalating to MSDTC on some ...
System.Transactions tends to escalate to MSDTC (Microsoft Distributed Transaction Coordinator) in certain cases, even when working with a single database. If you're running into MSDTC …
firewall - MSDTC - how many ports are needed - Stack Overflow
Mar 23, 2009 · I have a considerably large application that uses MSDTC. How many ports should I open? Is there any way to determine it? EDIT: I know what ports I need to open, I don't know …