Error in old Csla application #4667
Replies: 3 comments 2 replies
-
This sounds like a SQL Server problem to me. You must configure distributed transactions there. |
Beta Was this translation helpful? Give feedback.
-
MSDTC is configured in Component Services. If you become familiar with the Test-Dtc powershell cmdlet, it can help diagnose configuration problems. |
Beta Was this translation helpful? Give feedback.
-
That makes sense. The procedure was making cross-database calls within a transaction, which is going to require a distributed transaction. Fixing the procedure to use intra-database references won't need a distributed transaction any longer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One of our older Csla applications starts throwing this error when we delete a record. This application persists data in two different databases (both on the same SQL instance)
"
Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool."
Thanks
Beta Was this translation helpful? Give feedback.
All reactions