Event ID 4623 — COM+ Event System General Functionality

Event ID 4623 — COM+ Event System General Functionality

Updated: December 3, 2008

Applies To: Windows Server 2008 R2

COM+ applications use Microsoft Component Object Model (COM) technology in Microsoft Windows operating systems to communicate and take advantage of Windows services. COM technologies include COM+, DCOM, and ActiveX Controls. The COM+ Event System service supports system event notification for COM+ components, which provides automatic distribution of events to subscribing COM components. A publisher makes the method call to initiate an event, and a subscriber receives these calls through the event system rather than directly from the publisher. The COM+ Events service maintains the list of interested subscribers who receive the calls and directs those calls without requiring the knowledge of the publisher.

Event Details

Product: Windows Operating System
ID: 4623
Source: Microsoft-Windows-EventSystem
Version: 6.1
Symbolic Name: IDS_ES_CANNOT_CREATE_CLASS_FILTER
Message: The COM+ Event System failed to create an instance of the MultiInterfacePublisherFilter %2 defined in event class %3. %4 returned HRESULT %1.%0

Resolve
Report the internal error to Microsoft

The system detected an internal error in the COM+ Service. However, there is not enough information in the event message to provide a definitive recommendation to resolve the problem.

Note the details in the event message, and then report this internal error to Microsoft Customer Service and Support (CSS). For information about how to contact CSS, see Enterprise Support (http://go.microsoft.com/fwlink/?LinkId=52267).

Verify

You can verify that your component is working properly by running the Component Services administrative tool and ensuring that the required properties for the component are set.

To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To open Component Services and verify that the component’s required properties are set:

  1. Click Start, and then click Run.
  2. Type comexp.msc, and then click OK. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.
  4. Right-click the component name, and then click Properties.
  5. In the component properties dialog box, click each tab to verify that the required properties are set.

In addition, you can verify that the COM+ operating system component is installed and working properly.

To verify that COM+ is working properly:

  1. In the console tree of Component Services, click Services (Local).
  2. Scroll through the list of service names to find the following services: COM+ Event System, COM+ System Application, DCOM Server Process Launcher, and Remote Procedure Call (RPC).
  3. Confirm that the status of each service is Started.

Related Management Information

COM+ Event System General Functionality

Application Server

Related:

Event ID 4619 — COM+ Event System Registry

Event ID 4619 — COM+ Event System Registry

Updated: December 3, 2008

Applies To: Windows Server 2008 R2

The COM+ Event System service provides automatic event distribution to Component Object Model (COM) components that subscribe to it. The functionality of the COM+ Event System service depends on consistency between the registry and the COM+ registration database. Each component attribute is stored in either the Windows registry or the COM+ Registration Database. New COM components are registered exclusively in the COM+ Registration Database, although there is some duplication in the Windows registry so that existing tools can use them.

Event Details

Product: Windows Operating System
ID: 4619
Source: Microsoft-Windows-EventSystem
Version: 6.1
Symbolic Name: IDS_ES_CANNOT_OPEN_USER_REGISTRY
Message: The COM+ Event System could not store the per-user subscription %2 because the registry key HKEY_USERS\%3 could not be opened. The HRESULT was %1.%0

Resolve
Report the internal error to Microsoft

An internal error occurred. There is not enough information in the event message to provide a recommendation for resolution of the problem.

Please note the details in the event message, and then report the internal error to Microsoft Customer Service and Support (CSS). For information about how to contact CSS, see Enterprise Support (http://go.microsoft.com/fwlink/?LinkId=52267).

Verify

You can verify that your component is working properly by running the Component Services administrative tool and ensuring that the required properties for the component are set.

To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To open Component Services and verify that the component’s required properties are set:

  1. Click Start, and then click Run.
  2. Type comexp.msc, and then click OK. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.
  4. Right-click the component name, and then click Properties.
  5. In the component properties dialog box, click each tab to verify that the required properties are set.

In addition, verify that the COM+ operating system component is installed and working properly.

To verify that COM+ is working properly:

  1. In the console tree of Component Services, click Services (Local).
  2. Scroll through the list of service names to find Com+ Event System.
  3. Confirm that the status of the service is Started.

Related Management Information

COM+ Event System Registry

Application Server

Related:

Event ID 4615 — COM+ Event System General Functionality

Event ID 4615 — COM+ Event System General Functionality

Updated: December 3, 2008

Applies To: Windows Server 2008 R2

COM+ applications use Microsoft Component Object Model (COM) technology in Microsoft Windows operating systems to communicate and take advantage of Windows services. COM technologies include COM+, DCOM, and ActiveX Controls. The COM+ Event System service supports system event notification for COM+ components, which provides automatic distribution of events to subscribing COM components. A publisher makes the method call to initiate an event, and a subscriber receives these calls through the event system rather than directly from the publisher. The COM+ Events service maintains the list of interested subscribers who receive the calls and directs those calls without requiring the knowledge of the publisher.

Event Details

Product: Windows Operating System
ID: 4615
Source: Microsoft-Windows-EventSystem
Version: 6.1
Symbolic Name: IDS_ES_USER_ITF_EXCEPTION
Message: The COM+ Event System caught an exception %1 at address %2 within method %3 of interface %4.%5%0

Resolve
Report the internal error to the application developer

The system detected an internal error condition that is a result of a problem in the application code. However, there is not enough information to provide a recommendation for resolution of the problem. Report the event message to the application developer so that the developer can debug and fix the application.

Verify

You can verify that your component is working properly by running the Component Services administrative tool and ensuring that the required properties for the component are set.

To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To open Component Services and verify that the component’s required properties are set:

  1. Click Start, and then click Run.
  2. Type comexp.msc, and then click OK. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.
  4. Right-click the component name, and then click Properties.
  5. In the component properties dialog box, click each tab to verify that the required properties are set.

In addition, you can verify that the COM+ operating system component is installed and working properly.

To verify that COM+ is working properly:

  1. In the console tree of Component Services, click Services (Local).
  2. Scroll through the list of service names to find the following services: COM+ Event System, COM+ System Application, DCOM Server Process Launcher, and Remote Procedure Call (RPC).
  3. Confirm that the status of each service is Started.

Related Management Information

COM+ Event System General Functionality

Application Server

Related:

Event ID 4613 — COM+ Event System General Functionality

Event ID 4613 — COM+ Event System General Functionality

Updated: February 22, 2008

Applies To: Windows Server 2008

COM+ applications use Microsoft Component Object Model (COM) technology in Microsoft Windows operating systems to communicate and take advantage of Windows services. COM technologies include COM+, DCOM, and ActiveX Controls. The COM+ Event System service supports system event notification for COM+ components, which provides automatic distribution of events to subscribing COM components. A publisher makes the method call to initiate an event, and a subscriber receives these calls through the event system rather than directly from the publisher. The COM+ Events service maintains the list of interested subscribers who receive the calls and directs those calls without requiring the knowledge of the publisher.

Event Details

Product: Windows Operating System
ID: 4613
Source: Microsoft-Windows-EventSystem
Version: 6.0
Symbolic Name: IDS_ES_WIN32_FAILURE
Message: The COM+ Event System detected an unexpected error from a Win32 API call at line %2 of %1. A call to %3 failed with error code %5: “%4” Contact Microsoft Product Support to report this error.%0

Resolve
Report the internal error to Microsoft

The system detected an internal error in the COM+ Service. However, there is not enough information in the event message to provide a definitive recommendation to resolve the problem.

Note the details in the event message, and then report this internal error to Microsoft Customer Service and Support (CSS). For information about how to contact CSS, see Enterprise Support (http://go.microsoft.com/fwlink/?LinkId=52267).

Verify

You can verify that your component is working properly by running the Component Services administrative tool and ensuring that the required properties for the component are set.

To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To open Component Services and verify that the component’s required properties are set:

  1. Click Start, and then click Run.
  2. Type comexp.msc, and then click OK. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.
  4. Right-click the component name, and then click Properties.
  5. In the component properties dialog box, click each tab to verify that the required properties are set.

In addition, you can verify that the COM+ operating system component is installed and working properly.

To verify that COM+ is working properly:

  1. In the console tree of Component Services, click Services (Local).
  2. Scroll through the list of service names to find the following services: COM+ Event System, COM+ System Application, DCOM Server Process Launcher, and Remote Procedure Call (RPC).
  3. Confirm that the status of each service is Started.

Related Management Information

COM+ Event System General Functionality

Application Server

Related:

Event ID 4616 — COM+ Event System General Functionality

Event ID 4616 — COM+ Event System General Functionality

Updated: February 22, 2008

Applies To: Windows Server 2008

COM+ applications use Microsoft Component Object Model (COM) technology in Microsoft Windows operating systems to communicate and take advantage of Windows services. COM technologies include COM+, DCOM, and ActiveX Controls. The COM+ Event System service supports system event notification for COM+ components, which provides automatic distribution of events to subscribing COM components. A publisher makes the method call to initiate an event, and a subscriber receives these calls through the event system rather than directly from the publisher. The COM+ Events service maintains the list of interested subscribers who receive the calls and directs those calls without requiring the knowledge of the publisher.

Event Details

Product: Windows Operating System
ID: 4616
Source: Microsoft-Windows-EventSystem
Version: 6.0
Symbolic Name: IDS_ES_USER_ITF_ACCESS_VIOLATION
Message: The COM+ Event System caught an access violation at address %1 within method %3 of interface %4. The method attempted to access address %2.%5%0

Resolve
Report the internal error to the application developer

The system detected an internal error condition that is a result of a problem in the application code. However, there is not enough information to provide a recommendation for resolution of the problem. Report the event message to the application developer so that the developer can debug and fix the application.

Verify

You can verify that your component is working properly by running the Component Services administrative tool and ensuring that the required properties for the component are set.

To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To open Component Services and verify that the component’s required properties are set:

  1. Click Start, and then click Run.
  2. Type comexp.msc, and then click OK. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.
  4. Right-click the component name, and then click Properties.
  5. In the component properties dialog box, click each tab to verify that the required properties are set.

In addition, you can verify that the COM+ operating system component is installed and working properly.

To verify that COM+ is working properly:

  1. In the console tree of Component Services, click Services (Local).
  2. Scroll through the list of service names to find the following services: COM+ Event System, COM+ System Application, DCOM Server Process Launcher, and Remote Procedure Call (RPC).
  3. Confirm that the status of each service is Started.

Related Management Information

COM+ Event System General Functionality

Application Server

Related:

Event ID 4611 — COM+ Event System General Functionality

Event ID 4611 — COM+ Event System General Functionality

Updated: February 22, 2008

Applies To: Windows Server 2008

COM+ applications use Microsoft Component Object Model (COM) technology in Microsoft Windows operating systems to communicate and take advantage of Windows services. COM technologies include COM+, DCOM, and ActiveX Controls. The COM+ Event System service supports system event notification for COM+ components, which provides automatic distribution of events to subscribing COM components. A publisher makes the method call to initiate an event, and a subscriber receives these calls through the event system rather than directly from the publisher. The COM+ Events service maintains the list of interested subscribers who receive the calls and directs those calls without requiring the knowledge of the publisher.

Event Details

Product: Windows Operating System
ID: 4611
Source: Microsoft-Windows-EventSystem
Version: 6.0
Symbolic Name: IDS_ES_NULL_POINTER
Message: The COM+ Event System detected an unexpected null pointer during its internal processing, at line %2 of %1. Contact Microsoft Product Support to report this error.%0

Resolve
Report the internal error to Microsoft

The system detected an internal error in the COM+ Service. However, there is not enough information in the event message to provide a definitive recommendation to resolve the problem.

Note the details in the event message, and then report this internal error to Microsoft Customer Service and Support (CSS). For information about how to contact CSS, see Enterprise Support (http://go.microsoft.com/fwlink/?LinkId=52267).

Verify

You can verify that your component is working properly by running the Component Services administrative tool and ensuring that the required properties for the component are set.

To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To open Component Services and verify that the component’s required properties are set:

  1. Click Start, and then click Run.
  2. Type comexp.msc, and then click OK. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.
  4. Right-click the component name, and then click Properties.
  5. In the component properties dialog box, click each tab to verify that the required properties are set.

In addition, you can verify that the COM+ operating system component is installed and working properly.

To verify that COM+ is working properly:

  1. In the console tree of Component Services, click Services (Local).
  2. Scroll through the list of service names to find the following services: COM+ Event System, COM+ System Application, DCOM Server Process Launcher, and Remote Procedure Call (RPC).
  3. Confirm that the status of each service is Started.

Related Management Information

COM+ Event System General Functionality

Application Server

Related:

Event ID 4610 — COM+ Event System General Functionality

Event ID 4610 — COM+ Event System General Functionality

Updated: December 3, 2008

Applies To: Windows Server 2008 R2

COM+ applications use Microsoft Component Object Model (COM) technology in Microsoft Windows operating systems to communicate and take advantage of Windows services. COM technologies include COM+, DCOM, and ActiveX Controls. The COM+ Event System service supports system event notification for COM+ components, which provides automatic distribution of events to subscribing COM components. A publisher makes the method call to initiate an event, and a subscriber receives these calls through the event system rather than directly from the publisher. The COM+ Events service maintains the list of interested subscribers who receive the calls and directs those calls without requiring the knowledge of the publisher.

Event Details

Product: Windows Operating System
ID: 4610
Source: Microsoft-Windows-EventSystem
Version: 6.1
Symbolic Name: IDS_ES_BAD_SETUP
Message: The COM+ Event System detected a bad return code during its internal processing. HRESULT was %3 from line %2 of %1. This may indicate that the COM+ Event System is not properly installed. Try reinstalling the COM+ Event System.%0

Resolve
Report the internal error to Microsoft

The system detected an internal error in the COM+ Service. However, there is not enough information in the event message to provide a definitive recommendation to resolve the problem.

Note the details in the event message, and then report this internal error to Microsoft Customer Service and Support (CSS). For information about how to contact CSS, see Enterprise Support (http://go.microsoft.com/fwlink/?LinkId=52267).

Verify

You can verify that your component is working properly by running the Component Services administrative tool and ensuring that the required properties for the component are set.

To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To open Component Services and verify that the component’s required properties are set:

  1. Click Start, and then click Run.
  2. Type comexp.msc, and then click OK. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.
  4. Right-click the component name, and then click Properties.
  5. In the component properties dialog box, click each tab to verify that the required properties are set.

In addition, you can verify that the COM+ operating system component is installed and working properly.

To verify that COM+ is working properly:

  1. In the console tree of Component Services, click Services (Local).
  2. Scroll through the list of service names to find the following services: COM+ Event System, COM+ System Application, DCOM Server Process Launcher, and Remote Procedure Call (RPC).
  3. Confirm that the status of each service is Started.

Related Management Information

COM+ Event System General Functionality

Application Server

Related:

Event ID 4614 — COM+ Event System General Functionality

Event ID 4614 — COM+ Event System General Functionality

Updated: February 22, 2008

Applies To: Windows Server 2008

COM+ applications use Microsoft Component Object Model (COM) technology in Microsoft Windows operating systems to communicate and take advantage of Windows services. COM technologies include COM+, DCOM, and ActiveX Controls. The COM+ Event System service supports system event notification for COM+ components, which provides automatic distribution of events to subscribing COM components. A publisher makes the method call to initiate an event, and a subscriber receives these calls through the event system rather than directly from the publisher. The COM+ Events service maintains the list of interested subscribers who receive the calls and directs those calls without requiring the knowledge of the publisher.

Event Details

Product: Windows Operating System
ID: 4614
Source: Microsoft-Windows-EventSystem
Version: 6.0
Symbolic Name: IDS_ES_ASSERTION_FAILED
Message: The COM+ Event System detected an inconsistency in its internal state. The assertion “%3” failed at line %2 of %1. Contact Microsoft Product Support to report this error.%0

Resolve
Report the internal error to Microsoft

The system detected an internal error in the COM+ Service. However, there is not enough information in the event message to provide a definitive recommendation to resolve the problem.

Note the details in the event message, and then report this internal error to Microsoft Customer Service and Support (CSS). For information about how to contact CSS, see Enterprise Support (http://go.microsoft.com/fwlink/?LinkId=52267).

Verify

You can verify that your component is working properly by running the Component Services administrative tool and ensuring that the required properties for the component are set.

To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To open Component Services and verify that the component’s required properties are set:

  1. Click Start, and then click Run.
  2. Type comexp.msc, and then click OK. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.
  4. Right-click the component name, and then click Properties.
  5. In the component properties dialog box, click each tab to verify that the required properties are set.

In addition, you can verify that the COM+ operating system component is installed and working properly.

To verify that COM+ is working properly:

  1. In the console tree of Component Services, click Services (Local).
  2. Scroll through the list of service names to find the following services: COM+ Event System, COM+ System Application, DCOM Server Process Launcher, and Remote Procedure Call (RPC).
  3. Confirm that the status of each service is Started.

Related Management Information

COM+ Event System General Functionality

Application Server

Related:

Event ID 4410 — Microsoft Distributed Transaction Coordinator Service User Interface

Event ID 4410 — Microsoft Distributed Transaction Coordinator Service User Interface

Updated: December 3, 2008

Applies To: Windows Server 2008 R2

You can access the Microsoft Distributed Transaction Coordinator service (MSDTC) user interface (UI) through the Component Services administrative tool. An administrator can use the Component Services administrative tool to set Tracing, Logging, and Security policy for MSDTC.

Event Details

Product: Windows Operating System
ID: 4410
Source: Microsoft-Windows-MSDTC Client
Version: 6.1
Symbolic Name: IDS_DTC_E_TRACE_THREADPROCFAILEDINFO
Message: MS DTC Tracing infrastructure : the thread launched to update the trace settings has failed. Any changes to the trace settings made using the “Tracing Options” dialog box might not take the desired effect. Internal Information : %1.%0

Resolve

This is a normal condition. No further action is required.

Related Management Information

Microsoft Distributed Transaction Coordinator Service User Interface

Application Server

Related: