Event ID 4616 — COM+ Event System General Functionality

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.

COM+ Event System General Functionality

Application Server