1
vote
0answers
152 views

What is the linux equivalent of MSDTC?

Windows has MSDTC to coordinate transactions across different resources. What is the equivalent technology in Linux?
3
votes
1answer
3k views

MSDTC - Communication with the underlying transaction manager has failed (Firewall open, MSDTC network access on)

I'm having problems with my ASP.NET web forms system. It worked on our test server but now we are putting it live one of the servers is within a DMZ and the SQL server is outside of that (on our ...
2
votes
1answer
344 views

Problem with Distributed Transactions between machines in different domains

We are tring to use an application that uses transactions. The machine running the code is on a stand alone Windows 2003 Server machine. The database server is a Windows 2003 Server with SQL Server ...
0
votes
1answer
502 views

Security risk of enabling MSDTC

MSDTC is disabled by default (windows 2003 - onwards) and I want to have it enabled for an application I'm developing that requires distributed transactions. I don't believe there are any security ...