Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XADM: Event ID 12 in WinMgmt Is Logged After You Manually Remove Exchange 2000 Server


View products that this article applies to.

This article was previously published under Q329320

↑ Back to the top


Symptoms

After you manually remove an Exchange 2000 Server installation, the following event may be repeatedly listed in the Application Log of the Event Viewer:

Date: date
Source: WinMgmt
Time: time
Category: None
Type: Error
Event ID: 12
User: N/A
Computer: Servername
Description: Failed to CoGetClassObject for provider "ExchangeRoutingTableProvider". Class not registered (0x80040154).

↑ Back to the top


Cause

This problem may occur if the Exwmi.dll file is no longer registered but the root/cimv2/applications/exchange Windows Management Interface (WMI) namespace still exists on the server.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


Resolution

To resolve this problem, remove the root/cimv2/applications/exchange WMI namespace. This prevents WMI from trying to load classes in Exwmi.dll. To remove this namespace:
  1. Click Start click, Run, type wbemtest, and then click OK.
  2. Click Connect, type root\cimv2\applications in the Server\Namespace box, and then click Login.
  3. Click Enum Instances, and then type __Namespace in the Enter superclass name box.

    Note There are two underscore characters (_) before "Namespace".
  4. Click Recursive, and then click OK.
  5. In the Instances of __Namespace box, click __NAMESPACE.Name="Exchange", and then click Delete.
  6. Click Close, and then click Exit.

↑ Back to the top


More information

If Service Pack 2 (SP2) for Exchange 2000 Server was installed and the Exmgmt.exe file is missing, remove the MicrosoftExchangeV2 namespace:
  1. Click Start click, Run, type wbemtest, and then click OK.
  2. Click Connect, type root in the Server\Namespace box, and then click Login.
  3. Click Enum Instances, and then type __Namespace in the Enter superclass name box.
  4. Click Recursive, and then click OK.
  5. In the Instances of __Namespace list, click __NAMESPACE.Name="MicrosoftExchangeV2", and then click Delete.
  6. Click Close, and then click Exit.
For additional information about how to manually remove an Exchange 2000 installation, click the following article number to view the article in the Microsoft Knowledge Base:
260378� XADM: How to Manually Remove an Exchange 2000 Installation

↑ Back to the top


Keywords: KB329320, kbbug, kbnofix, kberrmsg, kbenv

↑ Back to the top

Article Info
Article ID : 329320
Revision : 5
Created on : 2/28/2007
Published on : 2/28/2007
Exists online : False
Views : 383