Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 285693 - Last Review: October 17, 2003 - Revision: 3.1
PRB: BizTalk Event ID 324: The Following Message Queuing Queue Cannot be Opened...
This article was previously published under Q285693
BizTalk Server 2000 may log the following error message in the Application event log:
Event ID: 324
Source: BizTalk Server
Description: An error occurred in BizTalk Server.
Details:
------------------------------
The following Message Queuing queue cannot be opened: "Direct=OS:server1\private$\test" (Message Queuing error code:
0xc00e0025=Access is denied.) Verify the existence and security setting of the queue.
The receive function <testMSMQ> has experienced problems, it will be shut down and disabled. Once these problems have been corrected, re-enable this receive function in BizTalk Server Administration.
There was a failure processing the <testMSMQ> receive function. Check your receive function configuration in BizTalk Server Administration.
NOTE: The queue name <testMSMQ> is an example. The actual queue name may vary.
The BizTalk Messaging Service is logging on with a user account that has insufficient privileges to the target message queue.
To resolve this problem, modify the properties for the Message Queue by using the Message Queuing Microsoft Management Console (MMC) snap-in:
- Click Start, point to Programs, point to Administrative Tools, and then click Computer Management.
- Click to expand Computer Management(Local), expand Services and Applications, and then expand Message Queuing.
- Expand Private Queues, right-click the target message queue, and then click Properties.
NOTE: Depending on the type of message queues being used, you may need to expand Public Queues. - Click the Security tab, and then add the account that the BizTalk Messaging Service is configured to use.
- Click OK to save the changes.
To find the account that the BizTalk Messaging Service is using, follow these steps:
- From the Computer Management console, expand Services and Applications, and then click Services.
- In the right window pane, double-click BizTalk Messaging Service, and then click the Log On tab.
- The configured account is listed here as either Local System or a specific user account.
This behavior is by design.
If the BizTalk Messaging Service is configured to log on by using an account other than the Local System account, the security settings for the Message Queue must give this account full control to the queue.
APPLIES TO
- Microsoft BizTalk Server 2000 Standard Edition
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate