Topic Last Modified: 2006-12-04

The Microsoft® Exchange Server Analyzer Tool queries the Active Directory® directory service to determine whether the value for the offLineABSchedule attribute in the msExchOAB class has been configured for offline address book generation. The offLineABSchedule attribute determines the schedule for the offline address list. If the Exchange Server Analyzer finds that the offline address book generation schedule for the offline address list has been set to update continuously, the Exchange Server Analyzer displays an error.

An offline address book is a container that stores a collection of offline address lists. Administrators configure available offline address books. Microsoft Office Outlook® 2003 and Outlook 2007 users can choose which offline address lists they want to download. MAPI clients, such as Outlook 2003 and Outlook 2007, can download offline address lists. Therefore, users can compose e-mail messages even when they are disconnected from their Exchange server.

You can schedule when offline address lists are updated. However, make sure that you configure an update schedule that allows enough time for generation of the offline address list to complete before the next update starts. For example, there must be at least four hours between each update interval if the following conditions exist:

Frequent updating is generally not recommended because frequent updating may affect client and server performance in the following ways:

If you want to increase the frequency of your updates, make sure your offline address book is reasonably small. A reasonable uncompressed size is from 1 MB to 25 MB.

To schedule a time for updating offline address lists in Exchange 2000 Server and Exchange Server 2003
  1. In System Manager, double-click Recipients, and then click Offline Address Lists.

  2. In the details pane, double-click the offline address list for which you want to set an update schedule.

    1. To choose a preconfigured update interval, in the General tab, select one of the intervals provided from the Update interval drop-down list.

      Important:
      If you select Never run from the drop-down list, the offline address list will not be updated.
    2. To set a specific update schedule, click Customize. In the Schedule dialog box, set the update schedule on the day and time grid displayed, and then click OK.

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 Properties.

  5. On the General tab, select the run time from the Update Schedule drop-down list, or click Customize to set a custom schedule.

  6. Click OK to save the changes.

To use the Exchange Management Shell to set Offline Address Book generation schedule
Copy Code
Set-OfflineAddressBook -Identity "\Default Offline Address Book" -Schedule 0.01:00-0.03:00,1.01:00-1.03:00,2.01:00-2.03:00,3.01:00-3.03:00,4.01:00-4.03:00,5.01:00-5.03:00,6.01:00-6.03:00

For more information, see the Offline Address Book Best Practices Guide (http://go.microsoft.com/fwlink/?LinkId=47583).

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).