Distributed Transaction Coordinator issues and solution
The MSDTC service terminated with service specific error 3221229584.I am working on a Windows Server 2008, the MSDTC (Distributed Transaction Coordinator) Service Stops Unexpectedly and I cannot restart it again.
When I go to the event viewer this is the error message that I have got: "A critical error occurred in an MS DTC component therefore the process is terminating. The category field identifies the component that encountered the error. Please contact Microsoft Product Support. 
Error Specifics: hr = 0x80070002, d:\rtm\com\complus\dtc\dtc\msdtc\src\cservice.cpp:473, CmdLine: C:\Windows\System32\msdtc.exe, Pid: 4504"
Solution
Method 1
- Create a new Microsoft Management Console (MMC):
- Click Start, click Run, type mmc, and then click OK.
 - When MMC opens, on the Console menu, click Add/Remove Snap-in, and then click Add.
 - Click Component Services, click Add, and then close the window.
 - Click OK on the Add/Remove Snap-in dialog box.
 
 - Expand Component Services, and then in the Computers node, right-click the computer that is generating the error, which is usually My Computer, and then click Properties.
 - On the Advanced tab, the location of the log file, Msdtc.log, should be %SystemRoot%\System32\Dtclog. If this is not the location that is indicated, use the Drive and Directory controls to specify this location.
 - Click Reset Log.
 - Start the MSDTC service.
 
Method 2
- Rename the %SystemRoot%\System32\Dtclog folder to Dtclog.old.
 - Create a new Dtclog folder in the same location (%SystemRoot%\System32\Dtclog).
 - At a command prompt, type the following, and then press ENTER:MSDTC -resetlog
 - Start the MSDTC service.
 
Thanks to Vijayakumar SA, Salem East
0 comments:
Post a Comment