Microsoft KB Archive/279095

From BetaArchive Wiki
Knowledge Base


Article ID: 279095

Article Last Modified on 2/27/2007



APPLIES TO

  • Microsoft Exchange 2000 Server Standard Edition



This article was previously published under Q279095

IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry


SYMPTOMS

When Instant Messaging users attempt to log on, they may receive the following error message:

Exchange Instant Messaging Authentication Failure.
The person logged on to this computer does not have permission to use the specified e-mail address. Please supply an e-mail address and logon credentials for that address.

In addition, the Application event log shows the following error event IDs:

Event ID: 12289
Source: MSExchangeIM
Description: The Microsoft IM server encountered error 80070002 while initializing performance monitoring.

-and-

Event ID: 8200
Source: MSExchangeIM
Description: Virtual server (servername):80 encountered error 80004005 while starting up. Please correct the situation and restart the Server.


CAUSE

The registry settings for the Instant Messaging performance counters are missing or incorrect. They may be missing because of lack of permissions on the registry key.

RESOLUTION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To resolve this behavior, perform the following steps:

  1. Verify that the permissions are set correctly on the MSExchangeIM\Performance registry key. To do so:
    1. Click Start, click Run, type regedt32 in the Open box, and then click OK.
    2. Locate the following key in the registry:

      HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIM\Performance

    3. Click the Performance subkey, and then click Permissions from the Security menu.
    4. Verify that System, Administrators, and the account that you are logged on with have Full Control permissions.
  2. Stop the IIS Admin Service. To do so:
    1. At a command prompt, type net stop iisadmin.
    2. When you stop the IIS Admin Service, the following services are also stopped:
      • World Wide Web Publishing Service
      • Microsoft Exchange Routing Engine
      • Microsoft Exchange POP3
      • Microsoft Exchange MTA Stacks
      • Microsoft Exchange IMAP4
      • Microsoft Exchange Information Store
  3. Unload the Instant Messaging performance counters. To do so:
    1. Open a command prompt.
    2. Change to the Exchsrvr\Bin directory (the default location is C:\Program Files\Exchsrvr\Bin).
    3. Type unlodctr MSExchangeIM.
  4. Load the Instant Messaging performance counters. To do so:
    1. Open a command prompt.
    2. Change to the Exchsrvr\Bin directory (the default location is C:\Program Files\Exchsrvr\Bin).
    3. Type lodctr msimperf.ini.
  5. Verify that the performance counters were added to the registry. To do so:
    1. Start Regedt32, and then locate the following key in the registry:

      HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIM\Performance

      You should see values similar to the following:

      • First Counter
      • First Help
      • Last Counter
      • Last Help
      • Object List
  6. Start the services that were stopped. To do so:
    1. Click Start, point to Programs, point to Administrative Tools, and then click Services.
    2. Start the services that you stopped in step 2.


MORE INFORMATION

When the Instant Messaging Virtual Server attempts to start, it verifies that the registry entries for the performance counters are available. If they are not available, the Virtual Server does not start and no one can log on to this Instant Messaging home server.


Additional query words: instmsg messenger 80004005 80070002 IM exch2kp2w

Keywords: kberrmsg kbprb KB279095