Downloading Offline Address book error 0x80190194

Md. Mahfuzur Rahman 321 Reputation points
2021-05-06T08:52:34.287+00:00

![94412-image.png][1] [1]: /api/attachments/94412-image.png?platform=QnA

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
6,853 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kael Yao-MSFT 31,666 Reputation points Microsoft Vendor
    2021-05-07T02:27:06.757+00:00

    Hi anonymous user

    In order to better troubleshoot the issue, would you please share some more information with us?

    For example:
    1.Does this issue affect all external and internal users? Or does it just happen on a few users?

    2.How many Exchange servers do you have in the environment? And what are the Exchange server versions(including CU version)?

    You may check it via Control Panel > Programs > Programs and Features.
    94524-58.png


    Here are some suggestions:
    1.Please run this command via Exchange Management Shell to locate the arbitration mailbox responsible for OAB generation:

    Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like "*OAB*"} | Format-List Name,ServerName  
    

    2.Run the following command or restart "Microsoft Exchange Mailbox Assistant" service on the server to force OAB update:

    Get-OfflineAddressBook | Update-OfflineAddressBook  
    

    3.Check via this path %ExchangeInstallPath%ClientAccess\OAB\<OAB GUID> on the server to see if the OAB folder is generated or updated

    4.Manually download OAB via Outlook again to see if the problem persists

    If you have multiple Exchange servers, please run this command via Exchange Management Shell to check if Global Web Distribution is enabled:

    Get-OfflineAddressBook | fl Name,GlobalWebDistributionEnabled,VirtualDirectories  
    

    If GlobalWebDistributionEnabled shows false,please use this command to enable it:

    Get-OfflineAddressBook | Set-OfflineAddressBook -VirtualDirectories $null -GlobalWebDistributionEnabled $true  
    

    If the response is helpful, please click "Accept Answer" and upvote it.
    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.


  2. Md. Mahfuzur Rahman 321 Reputation points
    2021-05-10T14:14:55.947+00:00

    Last Time we had changed the OAB Arbitration mailbox to another server and Database. we have update OAB using command Update-OfflineAddressBook <new OAB name>. command is successfully works and OAB working fine. After few days we are facing this issue and we have tried to update OAB by command Update-OfflineAddressBook <new OAB name> but OAB folder is not updated and OAB is not working as expected.

    0 comments No comments