[Migrated from MSDN Exchange Dev]Offline address book is not working

Lucas Liu-MSFT 6,191 Reputation points
2020-12-02T07:48:10.333+00:00

[Note] This thread was originally posted on MSDN. As the MSDN Exchange Dev forum mainly focuses on developing issues and the TechNet Exchange forums for general questions have been locked down, we manually migrated this one to Microsoft Q&A platform to continue the troubleshooting.

Dear All,

My Offline address book is not working after Migration from Exchange server 2013 to 2016 recently,

getting the below error while trying to download Offline Address Book

Task 's*****l@*****.com' reported error (0x8004010F) : 'The operation failed. An object cannot be found.'

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lucas Liu-MSFT 6,191 Reputation points
    2020-12-02T07:51:12.273+00:00

    Hi,
    Only one user have this issue or all users have?
    Please check the related settings of OAB according to the following settings:
    1.Please run the following command to update the offline address book and try to download again.

    Get-OfflineAddressBook | Update-OfflineAddressBook  
    

    2.Please hold down the ctrl key and right-click the small Outlook icon, click "Test email auto configuration" to check whether the Autodiscover service is running normally.
    44189-55555.png
    3.Please run the following command to check the settings of OAB virtual directory:

    Get-OabVirtualDirectory | fl name, *URL*  
    

    4.Please run the following command to check the setting of OAB:

    Get-OfflineAddressBook | fl  
    

    5.Please run the following command to make sure the organization mailbox is exist:

    Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like “*OAB*”} | ft Name, Servername, Database  
    

    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.

    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.