Topic Last Modified: 2006-12-03

The Microsoft® Exchange Server Analyzer Tool queries the Active Directory® directory service to determine the value for the offLineABServer attribute of the offline address book configuration object. If the Exchange Server Analyzer finds that the value of the offLineABServer attribute contains the string DEL:, an error is displayed.

The offLineABServer attribute is a single-valued distinguished name attribute that stores the distinguished name of the Exchange Server computer that is responsible for generating an offline address book. For each offline address book, Exchange generates and stores the offline address book files in a set of public folders on a specified server. This error indicates that the server specified in the offLineABServer attribute of the offline address book configuration object does not exist. This situation can occur if the old offline address book server has been decommissioned or incorrectly removed from the topology. Exchange will not generate the offline address book until you specify a new server.

To correct this error in Exchange 2000 Server and Exchange Server 2003

  1. In Exchange System Manager, under Recipients, click Offline Address Lists. In the right pane, right-click Default Offline Address List (or any other offline address list that produces this message), and then click Properties.

  2. On the General tab, under Offline address list server, click Browse, and then click the server you want to use.

To correct this warning for Exchange Server 2007

  1. Open the Exchange Management Console.

  2. Expand Microsoft Exchange, expand Organization Configuration, and then select Mailbox.

  3. In the results pane, click the Offline Address Book tab.

  4. On the Offline Address Book tab, select "Default Offline Address Book". In the action pane, Click Move to start the Move Offline Address Book wizard. This wizard allows you to move OAB generation to a different server. It will also copy the existing OAB files to the specified server.

To use the Exchange Management Shell to set the server that will host Offline Address Book generation

  • Run the following command:

    Copy Code
    Move-OfflineAddressBook -Identity <OAB> -Server <Server>
    

    Where: <OAB> is the distinguished name (DN), Domain\Account name, or GUID of the OAB and <Server> specifies the Exchange server on which to perform the selected operation.

    For example, to move OAB generation to the SERVER01., you would enter:

Copy Code
Move-OfflineAddressBook -Identity "My OAB" -Server "Server1"

For more information about working with offline address books in Exchange Server 2003, see "Configuring Exchange Server 2003 Offline Address Books" in Working with the Exchange Server 2003 Store (http://go.microsoft.com/fwlink/?LinkId=47595).

For more information about working with offline address books in Exchange Server 2007, see "Organization Configuration > Mailbox > Offline Address Books" (http://go.microsoft.com/fwlink/?LinkId=79247).