I am using TransactionalTypes.TransactionScope for my DataPortal_XXX methods.
My business objects and Data Portal run on the same web server and access SQL Server database on another machine. What I attempt to save the object, which involves distributed transaction, it throws me the following error.
Csla.DataPortalException : DataPortal.Update failed
Csla.Server.CallMethodException : DataPortal_Insert method call failed
System.Transactions.TransactionManagerCommunicationException : 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.
System.Runtime.InteropServices.COMException : The transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D024)
How should I configure the server or MSDTC to resolve this?
Regards,
William
Regards,
William