The PROMOTE TRANSACTION request failed because there is no local transaction active.

Posted by Mark J Miller on Stack Overflow See other posts from Stack Overflow or by Mark J Miller
Published on 2010-12-21T22:18:06Z Indexed on 2010/12/22 0:54 UTC
Read the original article Hit count: 227

Filed under:
|
|

Under what circumstances would I see the above message? I have a single call to SQL Server which is wrapped in a call to TransactionScope. In our development and QA environments MSDTC is turned off and the call succeeds fine. However, in our production environment with MSDTC turned on we are failing with this call. Is there something that would cause this when I am sure we are not looking at a distributed transaction call at all?

© Stack Overflow or respective owner

Related posts about .net-4.0

Related posts about transactionscope