NO errors are written to the event log. The only event log messages are two
informational ones, the first stating that the service has been sent a start
control and the second stating that the service has stopped. Where do we go
from here?
What did the rebuild entail? A fresh install on a formatted hard disk, for
example? It's very rare indeed for a clean install to fail MSMQ startup.
Does uninstalling and reinstalling MSMQ have the same problem?
If there is nothing useful written to the application or system event logs
then you will need to rely on the MSMQLOG.BIN file.
This binary file needs to be analysed by a Microsoft support engineer to
determine why MSMQ is not starting up.
More information about MSMQ logging is here:
MSMQ FAQ (Chapter 15)
http://download.microsoft.com/download/F/C/9/FC9989A2-DA75-4D96-B654-4BD29CF6AEE1/MSMQ_faq_updated.doc
MSMQ logging can be controlled with MQTrace.CMD:
Latest version (1.5) of the logging script for MSMQ 3.0
http://blogs.msdn.com/johnbreakwell/archive/2008/07/09/latest-version-1-5-of-the-logging-script-for-msmq-3-0.aspx
Cheers
John Breakwell (MSFT)
"Jeff J" <Je...@discussions.microsoft.com> wrote in message
news:1FF46973-4D41-4045...@microsoft.com...