FIX: Event ID: 4811 occurs when you try to start a queued COM+ application that has a long name and Microsoft Message Queuing is configured for Workgroup mode in Windows Server 2003 (917399)



The information in this article applies to:

  • Microsoft COM+ 1.5, when used with:
    • the operating system: Microsoft Windows Server 2003

SYMPTOMS

Consider the following scenario:
  • You have a Microsoft COM+ queued component application in Microsoft Windows Server 2003.
  • The COM+ queued component application has a long name.
  • Microsoft Message Queuing is configured for Workgroup mode (private queues).
In this scenario, the COM+ queued component application may not start. When this problem occurs, the following Error event is logged in the Application log:
Event Type: Error
Event Source: COM+
Event Category: (115)
Event ID: 4811
Date: Date
Time: Time
User: N/A
Computer: ComputerName
Description: An unexpected error was returned by Message Queuing API indicated. Unable to retrieve the associated error message text. Message Queuing API return values are defined in Platform SDK file MQ.H.MQOpenQueue

Server Application Name: ApplicationName
Error Code = 0xc00e0003 :
COM+ Services Internals Information:
File: d:\nt\com\complus\src\comsvcs\qc\msmqrt\msmqrt.cpp, Line: 331 Comsvcs.dll file version: ENU 2001.12.4720.2517 shp
Note The error code 0xc00e0003 corresponds to the MQ_ERROR_QUEUE_NOT_FOUND constant.

CAUSE

This problem occurs because the FormatName property for the main queue in a COM+ queued component application is incorrectly truncated to 59 characters.

RESOLUTION

How to obtain the hotfix

This issue is fixed in the Windows Server 2003 Post-Service Pack 1 COM+ 1.5 Hotfix Package 9. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

921981 Availability of the Windows Server 2003 Post-Service Pack 1 COM+ 1.5 Hotfix Rollup Package 9

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

For more information about Workgroup mode in Microsoft Message Queuing, click the following article number to view the article in the Microsoft Knowledge Base:

884974 Information about Workgroup mode and about Domain mode in Microsoft Message Queuing

For more information about how to determine whether Microsoft Message Queuing is installed in Workgroup mode, click the following article number to view the article in the Microsoft Knowledge Base:

248500 How to determine if MSMQ 2.0 is installed in Workgroup or Domain mode


Modification Type:MinorLast Reviewed:9/29/2006
Keywords:kbComPlusQC kbfix kbQFE kbWinServ2003preSP2fix kbpubtypekc kbbug KB917399 kbAudDeveloper