Link to home
Start Free TrialLog in
Avatar of stako_ex
stako_exFlag for Greece

asked on

Event ID 4209 in SBS 2003 (MS DTC error)

Hello,

I am having an issue in an SBS 2003 with SP2 installed. I get an Event ID 4209 in the Application log. This is the error:

------------------------
Event Type:      Error
Event Source:      MSDTC
Event Category:      Unknown
Event ID:      4209
Date:            18/4/2008
Time:            12:53:05 ¼¼
User:            N/A
Computer:      ZEUS
Description:
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: d:\nt\com\complus\dtc\dtc\msdtc\src\cservice.cpp:436, Pid: 4552
No Callstack,
 CmdLine: C:\WINDOWS\system32\msdtc.exe

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 44 00 11 80               D..€    
------------------------

Any ideas what is causing this and how can it be solved?

Thanks
Avatar of Ciprian Lozonschi
Ciprian Lozonschi
Flag of Czechia image

Avatar of stako_ex

ASKER

You mean I should run at cmd "msdtc -resetlog" ?
Anyway, I ran "msdtc -resetlog", restarted and nothing happened, error still appears...
ASKER CERTIFIED SOLUTION
Avatar of Nickperf
Nickperf
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you very much. The solution was perfect! :)
Nickperf thank you, I just tried your solution and it worked perfectly.

I only had to go through:

---------------------------------------------
Start |Run | Cmd
Type msdtc -uninstall

(registry keys were ok)

At the command prompt, type the following command:
msdtc -install
Check Event Viewer for the following message:
Event Source: MSDTC
Event ID: 4104
Description: The Microsoft Distributed Transaction Coordinator service was successfully installed.

 Restore the Startup Type of the services to their original values, and then restart your computer.
---------------------------------------------

The rest of the steps were not necessary.

Thank you very much! :)


Avatar of mpruijn
mpruijn

I had the same problem and used the same solution in the response of stako_ex