You may receive error "2147500037" when you start the Message Queuing Triggers service (269562)



The information in this article applies to:

  • Microsoft Message Queue Server (MSMQ) 1.0
  • Microsoft Message Queuing 2.0

This article was previously published under Q269562

SYMPTOMS

When you start the Microsoft Message Queuing Triggers service from the Service Control panel, you may receive the following error message:
The MSMQ Triggers service returned service specific error 2147500037.
Also, events that are similar to the following events may be present in the application event log:

Event 1
Source:   MSMQ Triggers 
Category: None
Event:    64636

MACHINE=(null);
OBJECT=MSMQTriggerService;
CATEGORY=3;
EVENTID=-900;
THREADID=347
MSMQ Trigger Service has failed whilst validating the required registry
entries and queues. The error message was failed to create the queue
MSMQServer\PRIVATE$\MSMQTriggersNotifications. The HRESULT from MSMQ was
(C00E0025). The HRESULT was (80004005).
				
Event 2
Source:   MSMQ Triggers 
Category: None
Event:    65535

MACHINE=(null);
OBJECT=MSMQTriggerService;
CATEGORY=3;
EVENTID=-1;
THREADID=347
The MSMQTriggerService has failed to initialize the pool of trigger
monitors. The service is being shutdown. No trigger processing will occur.
				

CAUSE

The user account that the Triggers service is running under has insufficient permission to create a private queue on the local computer.

RESOLUTION

To correct this problem, you must give the Triggers service permission to create queues on the local computer. Because the Triggers service runs under the local system account, you have to grant permission to create queues to everyone. To do this, follow these steps:
  1. Start MQExplorer.
  2. Locate the entry for the local computer in the tree view. Right-click the entry for the local computer, and then click Properties.
  3. Click the Security tab.
  4. Click Permissions.
  5. Grant the Everyone entry permission to create queues.

STATUS

This behavior is by design.

Modification Type:MajorLast Reviewed:8/16/2004
Keywords:kbprb KB269562 kbAudDeveloper