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.

How to remove duplicate EventConfig folders


View products that this article applies to.

Summary

If a server is removed from a site with the Event Service running and then reinstalled in the site, duplicate copies of a Microsoft Exchange Server 5.5 EventConfig public folder may appear in the Events Root folder. These ghosted folder copies cannot be deleted through raw properties in the Exchange Server Administrator program and must be deleted using the command line utility Events.exe.

↑ Back to the top


More information

If you start the Exchange Server Setup program and select Remove All with the Event Service running, the server you are removing will appear in the drop-down lists of servers in the Exchange Server Administrator program. This happens when the deletion of the server's corresponding EventConfig public folder is not replicated to other servers before the process of removing the server is completed. When you reinstall the server in the site, duplicate or ghosted EventConfig_ServerName folders will appear in the Events Root folder beneath the Systems Folder in the Exchange Server Administrator program.

If this happens, removal of the server's second EventConfig folder can be accomplished by completing the following steps:

  1. In Microsoft Windows NT, click Start, point to Programs, and then select Command Prompt to open a command window.
  2. From the Command Prompt, type net stop MSExchangeES to stop the Exchange Server Event service.
  3. In the Exchsrvr\Bin directory (or the directory where Microsoft Exchange Server is installed), run Events.exe /c:ServerName, (where ServerName is the name of the server that has the duplicate EventConfig or ghost folders). The command /c indicates cleanup mode. This removes the EventConfig folder from the folder hierarchy so that the server no longer appears in the Events Root folder.

    NOTE: When you run Events.exe, the account you are logged on as must be the service account, otherwise, a MAPI error is returned. Also note that each time you run the events /c command, it removes only one folder. So, if you have 4 event config folders for a particular server, you need to run the command a total of four times to get rid of all of the folders.
  4. Restart the Event Service by typing net start MSExchangeES.
  5. In the Microsoft Exchange Server Administrator program, press the F5 key to refresh the screen. The duplicate folders should no longer appear.

↑ Back to the top


Properties

Retired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.

↑ Back to the top


Keywords: KB187523, kbhowto

↑ Back to the top

Article Info
Article ID : 187523
Revision : 7
Created on : 10/27/2006
Published on : 10/27/2006
Exists online : False
Views : 247