MSDTC detected that the MSDTC on DEVSW49 has the same unique identity as the local MSDTC
December 2, 2011
MSDTC detected that the MSDTC on DEVSW49 has the same unique identity as the local MS DTC
How to solve this problem?
This case often occurs when the Web Server for ASP.NET separated with database server.
Follow the following instruction:
- Unistall MSDTC with this following command : ’msdtc -uninstall’
- Restart your database server to refresh your registry
- Install MSDTC with this following command : ‘msdtc -install’
- At the end your MSDTC will successfully installed
How if there is error message appear like ‘Transaction error message’ on web server?
Just restart your Application server to refresh your server and then your application will running
Advertisement
No comments yet