Event ID 4362 — COM+ Event System Configuration

Applies To: Windows Server 2008

The event system configuration specifies the properties that control the automatic event distribution to Component Object Model (COM) components that subscribe to the COM+ Event System service.

Event Details

Product: Windows Operating System
ID: 4362
Source: Microsoft-Windows-EventSystem
Version: 6.0
Symbolic Name: IDS_ES_CORRUPT_SUBSCRIPTION
Message: The COM+ Event System detected a corrupt IEventSubscription object. The COM+ Event System has removed object ID %1. The subscriber will no longer be notified when the event occurs.%0

Resolve

Re-register the event subscription

The event subscription registration may be corrupt. COM+ removed the event subscription. You must register the event subscription again so that it can be used. To register the event subscription again, use the Component Services administrative tool.

First, register the event class in the COM+ catalog. After you have registered the event class in the COM+ catalog, add a subscriber component to the event class, and then add a subscription to the subscriber component.

To register event classes, add subscriber components, and add subscriptions:

  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. Click Component Services, click Computers, click My Computer.
  4. To add a new COM+ application, right-click COM+ Applications, point to New, and then click Application.
  5. Follow the instructions in the COM+ Application Install Wizard.
  6. To install and register the new event class (subscriber component), under COM+ Applications, click the new application, right-click Components, point to New, and then click Component.
  7. Follow the instructions in the COM+ Component Install Wizard to install a new event class. The process of installing a new event class re-registers the event class.
  8. Under the subscriber component, right-click the Subscriptions folder, point to New, and then click Subscription.
  9. Follow the instructions in the New Subscription Wizard. The process of installing a new subscription registers the subscription again in the COM+ catalog.

For more information about registering a subscription, see Registering a Subscription (https://go.microsoft.com/fwlink/?LinkId=109801).

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.

COM+ Event System Configuration

Application Server