Download OAB error

Mohammed Nadeem 151 Reputation points
2022-01-06T12:18:54.353+00:00

Hi

We are getting error while donwloading OAB with error 0x801901194 from outlook application

we have two exchange 2013 with dag configured.

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.
7,596 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kael Yao-MSFT 37,711 Reputation points Microsoft Vendor
    2022-01-07T05:42:02.593+00:00

    Hi @Mohammed Nadeem

    To narrow down this issue, I would like to first ask the following questions:
    1.Does this issue happen to all users or just some of them?
    2.Are the affected devices domain-joined or external?

    Please run the following command in Exchange Management Shell to get the server which hosts the OAB generation mailbox:

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

    Then check this path %ExchangeInstallPath%ClientAccess\OAB\<OAB GUID> on the server to see if the OAB folder exists.
    162964-47.png

    If the folder doesn't exist, run the following command in EMS to force the OAB to update:

    Get-OfflineAddressBook | Update-OfflineAddressBook  
    

    Once the folder is created, please retry OAB download in Outlook.


    If the issue persists, please run a Test E-mail Autoconfiguration in Outlook and check the result under Results tag for OAB url.
    163057-48.png
    And run the following command and post the OAB settings:
    (Don't forget to hide your personal information in your post)

    Get-OfflineAddressBook | fl Name,GlobalWebDistributionEnabled,VirtualDirectories  
    

    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.


  2. Mohammed Nadeem 151 Reputation points
    2022-02-03T12:49:00.767+00:00

    Hi

    Issue didn't persist next day while checking.


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.