
How do I enable MSDTC on SQL Server? - Stack Overflow
4 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 …
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 …
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 on server 'server is unavailable' - Stack Overflow
Apr 2, 2015 · System.Data.SqlClient.SqlException (0x80131904): MSDTC on server 'SERVER\INST_NAME' is unavailable. Experimenting with the SQL connection string, such as …
c# - Understanding MSDTC in Windows - Stack Overflow
Mar 24, 2011 · To use transaction construct(as follows) in Subsonic, MSDTC needs to be running on Windows machine. Right? using (TransactionScope ts = new TransactionScope()) { using (
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 …
Enabling and Configuring MS DTC on Windows Server Core …
Dec 3, 2015 · This was easy to set up using using How to Enable MSDTC on a Web Server and it works well. However our production environment's use Windows Server Core and this is a …
service - MSDTC (Distributed Transaction Coordinator) Stops …
Aug 21, 2015 · I cannot start Distributed Transaction Coordinator service. It stoped to work few days ago. When I am trying to start service: Registry properties: RPC (For a test values was …
How to set up MSDTC with Dockerized SQL Server for Linux
Mar 30, 2023 · How to set up MSDTC with Dockerized SQL Server for Linux Asked 2 years, 8 months ago Modified 2 years, 8 months ago Viewed 1k times
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 …