In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article shows you what the solution that the MS DTC transaction manager can not start is. It is concise and easy to understand, and it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.
Unable to start MS DTC transaction Manager-solution
Event type: error
Event source: MSDTC
Event category: SVC
Event ID:4112
Event description: unable to start MS DTC transaction manager.
Event type: error
Event source: Service Control Manager
Event category: none
Event ID:7024
Event description: the Distributed Transaction Coordinator service was stopped due to a 3221229584 (0xC0001010) service error.
Problem solving:
Delete the associated registry key and reinstall the msdtc component
Copy the following command to memory, and then save it as * .bat double-click to run.
The code is as follows:
@ echo off
Setlocal
@ echo% WINDIR%\ System32\ msdtc.exe-uninstall
% WINDIR%\ System32\ msdtc.exe-uninstall
Call: delkey "HKCR\ CID"
Call: delkey "HKLM\ SYSTEM\ CurrentControlSet\ Services\ MSDTC"
Call: delkey "HKLM\ SYSTEM\ ControlSet001\ Services\ MSDTC"
Call: delkey "HKLM\ SYSTEM\ ControlSet002\ Services\ MSDTC"
Call: delkey "HKLM\ Software\ Microsoft\ MSDTC"
@ echo% WINDIR%\ System32\ msdtc.exe-install
% WINDIR%\ System32\ msdtc.exe-install
Endlocal
Goto: EOF
: delkey
Set key=%1
Call: delkeyq% key% > nul 2 > & 1
@ echo.
Goto: EOF
: delkeyq
REG DELETE% key% / F
After running, take a look at the log
The Microsoft Distributed Transaction Coordinator service was successfully installed.
The above is what is the solution that the MS DTC transaction manager cannot start. Have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.