Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSDTC

Status
Not open for further replies.

trishams

Technical User
Jul 10, 2001
1
US
I have a fresh install of win2K Server - just a member server. When I boot up I get a service failure notice. Event viewer tells me that MSDTC has not started. When I go to services to try to start it, it will not. I can't find out what it is for and if it will be needed. I want to install Exchange 2000 on it also.
 
See Q246679 on technet or run the following and change the startup parameters of MSCTC when finished.
NET STOP MSSQLSERVER /y
NET STOP "COM+ EVENT SYSTEM" /Y
NET STOP "IIS ADMIN SERVICE" /Y
ECHO UNINSTALL MSDTC
C:
CD WINNT\SYSTEM32
MSDTC -UNINSTALL
CD DTCLOG
DEL MSDTC.LOG
CD..
DTCSETUP
MSDTC -INSTALL

I had the same problem when I moved SQL servers into a new domains.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top