Hi @Rudolf Amarlapudi ,
I won't say that recreating the default OAB will 100% fix this but it still worth a try.
But before that, you could try to set the organization to accept any download request with:
Set-OfflineAddressBook -Identity "Default Offline Address Book" -VirtualDirectories $null -GlobalWebDistributionEnabled $true
If that fails, then create a new OAB/update it and assign the OAB to the database with the following cmdlets:
New-OfflineAddressBook -Name "OAB" -AddressLists "Default Global Address List" -GlobalWebDistributionEnabled $true
Get-OfflineAddressBook | Update-OfflineAddressBook
Set-MailboxDatabase -Identity "MBXDatabase" -OfflineAddressBook "OAB"
If it still has no luck, use this to test the services:
Test-OutlookWebServices -identity:UserName -MailboxCredential (Get-Credential) | FL
In addition, someone fixed it by deleting all outlook profiles & data files and all the files in c:\users\usernameAppData\Local\Microsoft\Outlook.
Best regards,
Lou
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.