
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 to …
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 present and …
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 (
Enabling and Configuring MS DTC on Windows Server Core machines
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 rudimentary …
MSDTC (Distributed Transaction Coordinator) Service Stops Unexpectedly
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 ...
MSDTC: Communication with the underlying transaction manager has …
May 18, 2015 · MSDTC: Communication with the underlying transaction manager has failed Asked 14 years, 5 months ago Modified 10 years, 9 months ago Viewed 31k times
MSDTC - Communication with the underlying transaction manager has …
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 h...
Linked servers throw error using MSOLEDBSQL ... - Stack Overflow
Jan 13, 2022 · To replicate: Download and install msoledbsql msiexec /i msoledbsql.msi ADDLOCAL=ALL IACCEPTMSOLEDBSQLLICENSETERMS=YES Create localdb servers …
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 how …