Global Address List in Outlook is not showing up

OSora-6609 0 Reputation points
2023-10-19T05:29:33.56+00:00

ExchangeServer 2019, AD server was built separately and Office 365 was installed on PC terminals.

I was able to create a mailbox and start Outlook safely,

The Global Address List is not displayed from the Address Book. (No problem in the environment verified in advance * AD and ExchangeServer live together)

When I try to download the address book, an error (0x801901F4) is displayed and I cannot download it.

I checked the following folder in ExchangeServer, but there was no log.

Get-OfflineAddressBook

エラー

エラーコード

C:Program Files¥Microsoft¥Exchange Server¥V15¥Logging¥OABDownload

In addition, the OABGeneratorLog and OABGeneratorlogSimpleLog folders were not configured.

Should I change the settings somewhere?

Exchange Exchange Server Other
Outlook Windows Classic Outlook for Windows For business
Exchange Exchange Server Management
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kael Yao 37,746 Reputation points Moderator
    2023-10-19T07:05:34.9866667+00:00

    Hi @Otani, Sora/大谷 蒼空,

    Please run the following cmdlet in Exchange Management Shell on Exchange server to have a check if the system mailbox responsible for OAB generation is present or missing in the environment:

    Get-Mailbox -Arbitration
    

    Example:

    01

    This mailbox SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c} is responsible for generating OABs.

    If this mailbox is missing, please follow the steps in this link to recreate it:

    Re-create the Microsoft Exchange organization mailbox for OABs

    If you can see this mailbox, please have a check of this path on Exchange server to see if you can see a folder named with guid:

    %ExchangeInstallPath%ClientAccess\OAB (C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\OAB)

    Example:

    02

    If there isn't such folder or the Date modified time is long time ago, please run the following cmdlet in Exchange Management Shell:

    Get-OfflineAddressBook | Update-OfflineAddressBook
    
    

    Then have a check if the folder is created or updated.

    Meanwhile, check the application log in event viewer on the Exchange server for Event ID 17001-17004.

    03

    If you can see the folder and Event 17001 and 17002 on Exchange, please retry downloading the folder in Outlook.

    If the issue persists, please check the url of the OAB virtual directory on Exchange server.

    Example (in Exchange Admin Center>servers>virtual directories):

    04

    Make sure these urls are in the format of https://<server name>/OAB and accessible by Outlook client.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. OSora-6609 0 Reputation points
    2023-10-19T09:55:31.67+00:00

    deleted。。。。。。。

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.