Topic Last Modified: 2009-06-30

The Microsoft Exchange Server Best Practices Analyzer examines the Active Directory directory service to determine whether the Microsoft Exchange System Attendant service has the homeMDB attribute set. If the Best Practices Analyzer cannot locate the homeMDB attribute value, the tool generates the following message:

The homeMDB value for the Microsoft Exchange System Attendant service on server <ServerName> is missing. This will cause reliability problems.

If the System Attendant homeMDB value is missing, you may experience the following symptoms in your Exchange environment:

The System Attendant mailbox is required for Outlook clients to obtain free/busy information from Exchange. Additionally, the System Attendant mailbox is required for mailbox move operations. If the System Attendant mailbox is not available, event ID 9175 is logged in the Application log. The homeMDB attribute represents the distinguished name (also know as DN) of the Exchange database that hosts the System Attendant mailbox. If this value is missing, the System Attendant mailbox is unavailable.

To address this issue, use the ADSI Edit tool to determine the distinguished name of the appropriate mailbox database, and then set the System Attendant homeMDB attribute.

To determine the distinguished name of the Exchange database
  1. Start the ADSI Edit tool. To do this, click Start, click Run, type adsiedit.msc, and then click OK.

    Note:
    In Windows Server 2008, ADSI Edit is installed by default. In Windows Server 2003, ADSI Edit is included with the Windows Support Tools. To install the Windows Support Tools, double-click Suptools.msi in the Support\Tools folder on the Windows Server 2003 CD.
  2. Connect to the Configuration container if ADSI Edit is not already connected. To do this, follow these steps:

    1. On the Action menu, click Connect to.

    2. In the Select a well known Naming Context list, click Configuration, and then click OK.

  3. Expand the following path:

    • Configuration [<domainController>.contoso.com]

    • CN=Configuration,DC=contoso,DC=com

    • CN=Services

    • CN=Microsoft Exchange

    • CN=<OrganizationName>

    • CN=Administrative Groups

    • CN=Exchange Administrative Group (<ID>)

    • CN=Servers

    • CN=<MailboxServerName>

    • CN=Information Store

    • CN=<StorageGroupName>

  4. In the details pane, right-click the CN=<DataBaseName> entry that has a Class value of msExchPrivateMDB, and then click Properties.

  5. On the Attribute Editor tab, click distinguishedName, and then click View.

  6. Copy the path that appears in the Value box, and then click Cancel.

  7. Click Cancel, and then exit the ADSI Edit tool.

To set the homeMDB attribute
  1. Start the ADSI Edit tool. To do this, click Start, click Run, type adsiedit.msc, and then click OK.

    Note:
    In Windows Server 2008, ADSI Edit is installed by default. In Windows Server 2003, ADSI Edit is included with the Windows Support Tools. To install the Windows Support Tools, double-click Suptools.msi in the Support\Tools folder on the Windows Server 2003 CD.
  2. Connect to the Configuration container if ADSI Edit is not already connected. To do this, follow these steps:

    1. On the Action menu, click Connect to.

    2. In the Select a well known Naming Context list, click Configuration, and then click OK.

  3. Expand the following path:

    • Configuration [<domainController>.contoso.com]

    • CN=Configuration,DC=contoso,DC=com

    • CN=Services

    • CN=Microsoft Exchange

    • CN=<OrganizationName>

    • CN=Administrative Groups

    • CN=Exchange Administrative Group (<ID>)

    • CN=Servers

    • CN=<MailboxServerName>

  4. In the details pane, right-click CN=Microsoft System Attendant, and then click Properties.

  5. On the Attribute Editor tab, click homeMDB, and then click Edit.

  6. Type or paste the distinguishedName value into the Value box, and then click OK. This value resembles the following:

    CN=Mailbox Database,CN=<StorageGroupName>,CN=InformationStore,CN=<MailboxServerName>,CN=Servers,CN=Exchange Administrative Group (<ID>),CN=Administrative Groups,CN=<OrganizationName>,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=contoso,DC=com

  7. Exit the ADSI Edit tool.

  8. On the affected Exchange server, restart the Microsoft Exchange System Attendant service.