how to start MSDTC service

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My device need MSMQ service. and I add the MSMQ component into my Target
Desiger . when the XPE image run. use the "net start" cann't found the MSMQ
service ,then I found it depency on the MSDTC service.but I cann't found the
MSDTC component in the Target desiger. what can I do!
 
YunLee,

The component is "Distributed Transaction Coordinator (MSDTC)" (visibility=200)
Please lower your Min.Visibility option in TD.

For MSMQ please be aware that:
a.. To enable full functionality support of Message Queuing (MSMQ) COM Library and Message Queuing (MSMQ) DCOM Library components,
register Mqoa.dll by creating an FBA COM/DLL Registration resource or by running the command RegSvr32.exe MQOA.DLL from the command
line. Failure to register Mqoa.dll will have an impact on applications using IDispatch, such as Microsoft Visual Basic Scripting
Edition (VBScript) programming language and Active Server Pages (ASP).

If you are planning on cloning the image, please keep in mind the following Rel.Note:
a..
a.. Cloning process (i.e. SysPrep) fails to restart MSDTC service when other services have started or are starting. Workaround:
issue the following commands after cloning completes, in order to restart MSDTC and IIS:
a.. msdtc -install -a
b.. msdtc -resetlog
c.. iisreset /restart


KM
 
Back
Top