Share via

Download OAB error

Mohammed Nadeem 161 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 | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Mohammed Nadeem 161 Reputation points
    2022-02-03T12:49:00.767+00:00

    Hi

    Issue didn't persist next day while checking.

    Was this answer helpful?


  2. Kai Yao 37,791 Reputation points Moderator
    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.

    Was this answer helpful?


Your answer

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