Cloned Machines and the DTC

Yesterday I spent three hours troubleshooting a distributed transaction problem – ASP.NET just gave me a E_FAIL – which was not very helpful. After testing the connection with DTCPing – I got the message that both machines have the same CID value (a GUID identifying the DTC instance) – this was – well – understandable – as both machines are linked VMWare clones.

To get a new CID value for a machine run

msdtc -uninstall
msdtc -install

and reboot. At least this solved my problems..

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s