Solution for Distributed Transaction Coordinator service not start in server
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDbDW2yKyDz1Janf3fZqN8OLdt_vGCVo8JjlTAfHJ0vCpoauUnevUyFiNJO5Uqx3oiihyphenhyphenQlmCtgW-XmKmC-dUmoF9KqG8CpU-rIfQaQn0Q_oRKICE4Wpwis0FEtgE_Q1rX7JXTAXc8ZnU/s1600/mstc.png)
Because of above service point of sale submit account not done you have to run msdtc service
Solution for this error
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
0 comments:
Post a Comment