Reference

Fixing MSExchange ADAccess Event 2937 PreviousDatabase

Active Directory stores a reference to each user’s previous mailbox database. In some cases, the value in this property may point to a database that no longer exists, i.e. when an Exchange server has been incorrectly removed from the domain or if the old mailbox database has been deleted.

Tags: activedirectory exchange infrastructure server

Overview

This article describes how to fix the following message in the Windows Event Log on Exchange Server 2010:

Process w3wp.exe () (PID=xxxx). Object [CN=name,CN=Users,DC=corp,DC=yourdomain,DC=com].
Property [PreviousDatabase] is set to value [yourdomain.com/Configuration/Deleted Objects/Mailbox
Database xxxxxxxxxx DEL:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx], it is pointing to the Deleted
Objects container in Active Directory. This property should be fixed as soon as possible.

Solution

To get rid of this warning in the Windows Event Log, this property needs to be cleared. Perform the following steps:

  1. Log on to the domain controller with administrative credentials
  2. Start ADSI Edit by executing adsiedit.msc from a command line or the start menu
  3. From the main menu, select Action → Connect to…
  4. In the Connection Settings dialog under Connection Point, select Default Naming Context and press OK
  5. In the tree on the left, navigate to Default naming context [DC.yourdomain.com] → DC=yourdomain,DC=com → CN=Users
  6. Right-click the affected user (CN=name) and select Properties
  7. Locate the property msExchPreviousHomeMDB and click Edit
  8. In the String Attribute Editor, click Clear and then OK
  9. Apply the changes by clicking OK in the Properties window.

The event logs should now no longer appear for the affected users.