Top "Msdtc" questions

MSDTC is an acronym for Microsoft Distributed Transaction Coordinator.

How do I enable MSDTC on SQL Server?

Is this even a valid question? I have a .NET Windows app that is using MSTDC and it is throwing …

sql-server msdtc
Unable to begin a distributed transaction

I'm trying to run SQL against a linked server, but I get the errors below : BEGIN DISTRIBUTED TRANSACTION SELECT TOP 1 * …

sql-server sql-server-2005 msdtc distributed-transactions
MSDTC on server 'server is unavailable'

I get this weird error on SQL Server. And I cannot find solution in older posts. I have this procedure: …

sql-server linked-server msdtc
TransactionScope automatically escalating to MSDTC on some machines?

In our project we're using TransactionScope's to ensure our data access layer performs it's actions in a transaction. We're aiming …

c# .net transactions transactionscope msdtc
The operation could not be performed because OLE DB provider "SQLNCLI11" for linked server was unable to begin a distributed transaction

I'm trying to run a distributed transaction from my machine (SQL Server 2012) to a client server (SQL Server 2008). I'm trying …

sql-server distributed-transactions msdtc
How to fix Distributed Transaction Manager (MSDTC) has been disabled errors

We are using transaction scope features of ASP.NET to manage distributed transaction for that we need to enable distributed …

sql-server windows-server-2008 msdtc
Exception "The operation is not valid for the state of the transaction" using TransactionScope

We have a web service on server #1 and a database on server #2. Web service uses transaction scope to produce distributed …

c# sql-server nhibernate msdtc
MVC 3 : The MSDTC transaction manager was unable to pull the transaction from the source

I am using MVC 3 with Entities, now I have used the below line of codes from my controller using (var …

sql-server entity-framework asp.net-mvc-3 msdtc
MSDTC - Communication with the underlying transaction manager has failed

I am getting error: communication with the underlying transaction manager has failed when I am trying to run my application …

c# msdtc