...
> I have installed the release version of SP2. But the msdtc run under the
> Localsystem. I reinstalled the msdtc as you suggested and it now works
very
> well.
> Thanks a lot.
> Regards
> Stig
> "Doron Juster [MSFT]" <Dor...@online.microsoft.com> wrote in message
> news:eDFTfZG$EHA.1408@TK2MSFTNGP10.phx.gbl...
> > What is the computer model and how did you install SP2 ? I ask this
> because
> > this problem happened on the beta version of SP2 and was fixed for the
> > released version. I'd like to know if you install XP from scratch, then
> > upgraded for SP2 ? or upgraded from Win2000 ? etc.
> > Anyway, that problem happens because msdtc run under the Localsystem
> > account. Please verify this by running the command:
> > sc qc msdtc
> > If it indeed run as LocalSystem, the immediate work around is
> > net stop msdtc
> > msdtc -uninstall
> > go into regedit and delete the key HKLM\Software\Microsoft\MSDTC
> > msdtc -install
> > net start msdtc
> > Thanks, Doron
> > --
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > .
> > "Stig Arne Basberg" <s...@isystem.no> wrote in message
> > news:OeIRoGG$EHA.3368@TK2MSFTNGP15.phx.gbl...
> > > Thanks for your replay.
> > > The "Distributed Transaction Coordinator" service is running. But the
> > > "Message Queuing" service will still not start.
> > > Stig
> > > "Yoel Arnon" <y...@msmq.biz> wrote in message
> > > news:OMMbQnB$EHA.1452@TK2MSFTNGP11.phx.gbl...
> > > > Hi Stig,
> > > > Error 2047 means that MSDTC (Distributed Transaction Coordinator)
> > service
> > > > is not installed or cannot start for some reason.
> > > > Please look at the running services in the Computer Management and
see
> > if
> > > > "Distributed Transaction Coordinator" is running. If not, please
check
> > the
> > > > event viewer for MSDTC related events.
> > > > Hope that helps,
> > > > Yoel
> > > > www.msmq.biz
> > > > "Stig Arne Basberg" <s...@isystem.no> wrote in message
> > > > news:NGyGd.9355$HA5.1113236@juliett.dax.net...
> > > >> Hi
> > > >> I have a notebook running Win XP with SP2 and I want to install
MSMQ.
> > > >> I selected "Common" and "Triggers" under "Message Queuing" in the
> > Windows
> > > >> Components Wizard.
> > > >> During installation I get an error message:
> > > >> The MSMQTriggers service cannot be started.
> > > >> Error Code: 0x42C
> > > >> Error Description: The dependency service or group failed to start.
> > > >> But the installation finishes.
> > > >> when I check the services installed i see the Message Queuing
service
> > but
> > > >> it will not start. The MQ triggers service is not installed.
> > > >> In the event log there is an MSMQ erroe with Category: Kernel and
> Event
> > > >> Id: 2047. I can't find any information on this event id.
> > > >> I have tryed to uninstall and install MSMQ several times with the
> same
> > > >> result.
> > > >> Any suggestions?
> > > >> Thanks in advance.
> > > >> Regards
> > > >> Stig