Solution for Distributed Transaction Coordinator service not start in server
Execute commands in cmd
Net stop msdtc
Msdtc -uninstall
Delete registry keys: in run type regedit.exe
[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \MSDTC]
[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Services \MSDTC]
thanks to HARSHAD PARMARExecute commands in cmd
Msdtc -install
Msdtc -resetlog
Net start msdtc
No comments:
Post a Comment