Distributed Transactions

Discussion in 'Databases' started by pterrykrt, Apr 28, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Is DTC enabled or even supported in our shared hosting environment? I recieved the following error when making a WCF web service call to a method that is decorated with TransactionScopeRequired = true:

    The transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D024)" Source="System.Transactions

    If DTC is supported, can you please tell me how I can manage it from the control panel?

    Thx in advance.

    Patrick
     
  2. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    Access to the Microsoft Distributed Transaction Coordinator is not available due to technical limitations as well as security concerns.

    Are you using transactions to handle database activity? If you are, you should be able to use the SqlTransaction class as a workaround.

    Winston

    DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page