msdtc
MSDTC and Multiple Databases with Entity Framework
In my code I\'m attempting to use a transaction using TransactionScope with Entity Framework.While in this transaction we are opening a regular SQL connection to a seperate server and database.When th[详细]
2023-01-03 09:16 分类:问答How Can I Find What's Causing My Transaction to Get Promoted?
I have web site which serves web services (a mixture of .asmx and WCF) which is mostly using LINQ to SQL and System.Transactions. Occaisionally we see the transaction get promoted to a distributed tra[详细]
2022-12-27 23:54 分类:问答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 transaction. Everything is correct.[详细]
2022-12-26 18:51 分类:问答TransactionScope works in some places and not in others
Using ASP.NET 3.5, Linq to SQL, SQL Server 2005 on Windows Server 2003. Running VS 2008 on XP SP3 locally.[详细]
2022-12-22 11:04 分类:问答How do distributed transactions behave with multiple connections to the same DB in a threaded environment?
I’m trying to determine the behaviour of multiple database connection in a distributed transaction.[详细]
2022-12-19 11:58 分类:问答How to Configuring Mutual Authentication on MSDTC?
How authentication in general (Mutual Authentication as a special case) works in MSDTC and how to configure Mutual Authentication on MSDTC??[详细]
2022-12-17 10:47 分类:问答Does Distributed Transaction Escalation occur if one of the Databases is READ ONLY?
We are doing an import process from a source database to a destination database.We need to run these imports frequently in an automated fashion.[详细]
2022-12-16 04:50 分类:问答Where MSDTC needs to be installed in Distributed transaction case
I need to maintain distributed transactions in my application Assume Service1 is installed on Server1 [ServiceContract][详细]
2022-12-16 03:50 分类:问答TransactionScope question - how can I keep the DTC from getting involved in this?
(I know the circumstances surrounding the DTC and promoting a transaction can be a bit mysterious to those of us not in the know, but let me show you how my company is doing things, and if you can te开[详细]
2022-12-14 07:39 分类:问答Why is TransactionScope causing problems using Entity Framework?
I have a problem that I know is something local, related to transaction scope, probably MSDTC (I don\'t know very much about it).[详细]
2022-12-13 18:14 分类:问答