Sunday, November 9, 2008
Battery Blanket Camping
has been disabled network access for distributed transaction manager (MSDTC). Enable DTC for network access security settings for MSDTC using the Services administrative tool components. ---> System.Runtime.InteropServices.COMException (0x8004D024): The transaction manager has disabled its support for transactions or remote network. (Exception from HRESULT: 0x8004D024)
in System.Transactions.Oletx.IDtcProxyShimFactory.ReceiveTransaction (propgationTokenSize UInt32, Byte [] propgationToken, managedIdentifier IntPtr, Guid & Well this is no big deal, what happens is that to work we need to enable Distributed Transaction Coordinator transaction that comes with Windows, this post will try to explain how to enable it in Windows Vista, XP is slightly different.
In my case the execution environment of the application is in network, ie the database server is on another computer. As Transaction Coordinator enabled in Windows Vista
In XP we can go to administrative tools and enter the service component and enable it, in this case, it was looking into administrative tools and it was nowhere to be seen and touches accessed via Execute: Run Type " comexp.msc
Once deployed within the console
Then we go to the Security tab and enable the corresponding properties, according to the environment in which we will work .
In my case I have enabled all without any restriction to do testing, but in a production environment will depend largely on the choices you have regarding network access and user privileges.
We'll get a message that has been restarted the service and since this all ready. It is necessary to mention that the Transaction Coordinator service is started, for it can go to the Services console and verify.
In a way we have set the Transaction Coordinator, now just need to give access through the firewall.
With this you can work quietly with our transactions. Additionally, they can review this article dealing
How to enable diagnostic tracing for MSDTC on a computer based on Windows Vista
Greetings!
0 comments:
Post a Comment