Event ID 4858 — COM+ Registry

Applies To: Windows Server 2008

The COM+ registry stores COM+ application attributes, class attributes, and computer-level attributes. It guarantees consistency among these attributes and provides common operations on top of these attributes.

Event Details

Product: Windows Operating System
ID: 4858
Source: Microsoft-Windows-Complus
Version: 6.0
Symbolic Name: ID_COMCAT_SLTCOMS_THREADINGMODELINCONSISTENT
Message: The threading model of the component specified in the registry is inconsistent with the registration database. The faulty component is: %1%0

Resolve

Reinstall the COM+ Application

The event message indicates that there is a mismatch between the registry and the COM+ registration database. This problem can occur if a user or program edits the registry after a COM+ application is installed. To resolve this issue:

  • If you know the change that was made to the registry, revert the change.
  • If you do not know the change that was made to the registry, uninstall and then reinstall the COM+ application.

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

To uninstall the COM+ application:

  1. Identify the application to uninstall by looking in the details of the error message.

  2. Click Start, and then click Run.

  3. 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.

  4. To locate your application, click Component Services, click Computers, click My Computer, and then click COM+ Applications.

  5. Right-click the application name, and then click Shut down. Expand the application name if necessary, right-click the application, and then click Delete.

    Or

    If the component is a library application, make sure that all processes that are currently using this library application are shut down, and then click Delete.

    Note: If Delete is not available, click Properties, click the Advanced tab, and then clear the Disable deletion check box.

To reinstall the COM+ application:

  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, and then click COM+ Applications.
  4. On the Action menu, click New.
  5. Follow the instructions in the COM+ Application Install Wizard.

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 (optional), COM+ System Application, DCOM Server Process Launcher, and Remote Procedure Call (RPC).
  3. Confirm that the status of each service is Started.

COM+ Registry

Application Server