Top "Msdtc" questions

MSDTC is an acronym for Microsoft Distributed Transaction Coordinator.

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, …

windows msdtc
MSDTC: Communication with the underlying transaction manager has failed

I have a WinForms / WCF / SQLServer app where I am trying to use MSDTC transactions like this: using System.Transactions; // ... …

c# .net wcf msdtc
Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction

Just curious if anyone else has got this particular error and know how to solve it? The scenario is as …

asp.net sql transactions transactionscope msdtc
Why does the SSIS Runtime fail to start the distributed transaction?

While creating an SSIS package for SQL Server 2008 i run into the following error: Error: The SSIS Runtime has failed …

sql-server ssis msdtc
MSDTC and firewall

We are using MSDTC for SQL transactions. I am having issue with setting up firewall for MSDTC to work. The …

firewall msdtc
MSDTC issue with transactions in ADO.NET Entity Framework

in our current project we are using ADO.NET Entity Framework as data layer for the application. There are some …

.net transactions ado.net-entity-data-model msdtc
MSDTC - how many ports are needed

I have a considerably large application that uses MSDTC. How many ports should I open? Is there any way to …

firewall msdtc ports
Problems with MSDTC - remote transactions

We're in the process of moving our SQL Server to it's own machine, but I'm having issues getting transactions through …

sql-server transactions windows-server-2008 msdtc
TransactionScope Error against Sql Server 2000 - The partner transaction manager has disabled its support for remote/network transactions

I am trying to set up a simple transaction for my Linq-to-Sql actions against my Sql 2000 database. Using TransactionScope it …

linq-to-sql transactions transactionscope msdtc