msdtc
WCF MSDTC Transaction elevated but not executed
I am not an expert on WCF and MSDTC so hopefully this is something simple. I have a client server, a web services server and a database. I want to be able to wrap calls to the web services server with[详细]
2023-03-08 03:04 分类:问答Why does BizTalk need MSDTC?
Has anyone come across a good explan开发者_JAVA百科ation as to why MSDTC is required for a BizTalk server farm?[详细]
2023-03-07 11:28 分类:问答MSDTC issues - transaction times out with Event ID 4359
I have a baffling issue with MSDTC We have 4 machines in our development project but only 1 cannot negotiate a MSDTC transaction.[详细]
2023-03-06 08:10 分类:问答using a single transaction scope to have db queries across 2 different db servers
I am using transaction scope. I want to have a transaction scope for 2 queries that are run in 开发者_如何学Pythondifferent database servers. One query runs on one server and the other one runs in a d[详细]
2023-03-03 01:40 分类:问答Transaction and ASP.NET Membership API
Hope someone of you have been there. I need to do some database stuff which involve multiple tables. I am using SubSonic 3 SimpleRepository to update/access records. Now in between calls to update tab[详细]
2023-03-01 14:34 分类:问答What are the infrastructure components in a WCF distributed transaction?
I am curious about the actual physical location of the components which are responsible for spanning a distributed transaction in a C# application using oracle and SQl server.[详细]
2023-02-22 13:44 分类:问答32bit DLLs using MSDTC/oracle XA on 64 bit Win2k3
I have a COM+ application开发者_开发问答 (mostly vb6 based), that I need running on a 64-bit system. It\'s supposed to communicate with an oracle database (10g, 32bit). Everything works fine when I di[详细]
2023-02-22 12:06 分类:问答Exception using MSDTC Transactions on SQL 2008 / Server 2008 R2 x64 HRESULT: 0x8004D025
I\'m currently upgrading an app to SQL 2008 / Server 2008 R2 x64 and I\'m seeing some strange behaviour that I have not seen on SQL 2005 / Server 2003.Randomly I get an exception from MSDTC: The partn[详细]
2023-02-22 00:37 分类:问答Cross-server transaction with msdtc, switching context of DML without dynamic SQL
I have a design in which I have two SQL Server databases. I have a single transaction containing DML statements to both databases.[详细]
2023-02-18 11:49 分类:问答MSDTC Distributed Transaction Coordinator Enabling
I\'ve a web server and a separate SQL server. I\'m trying to use transaction scope to ensure that SQL queries are completed with my linq queries.[详细]
2023-02-13 18:39 分类:问答