Error Message:
Outlook for users which have been moved to Exchange 2013 (Outlook Send/Receive generates 0x8004010F An object cannot be found error or Microsoft Exchange offline address book 0X8004010F error in the synchronization issues folder).
If you check autodiscover settings using Test E-mail Autoconfiguration you may see no OAB URL defined there is no URL neither no OAB parameter.
Solution:
1. If the issue is with single client check out the proxy setting in the internet explorer
2. If you have co-existence Exchange mode check the IIS setting re-direction is configured
3. Open the Exchange Management Shell check the offline Address Book Status for two parameter WebDistributionEnabled and VirtualDirectories.
Run the following command
Get-offlineaddressbook | fl WebDistributionEnabled,VirtualDirectories,Identity
If you have WebDistributionEnabled set to False change it True
4. If the Virtual directory is blank. Then follow the below step run the following command
Get-ClientAccessServer | Get-OabVirtualDirectory | fl identity
Set-OfflineAddressBook -VirtualDirectories Identity
5. Restart the IIS service using iisreset and check it out. It always good to have all the OABVirtualDirectory in the Offline Address Book which makes easier to get them connected when any CAS server is down.
6. Verify using the offline address book using test email configuration
a. Start Outlook.
b. Hold down the CTRL key, right-click the Outlook icon in the notification area on the right side of the taskbar, and then click Test E-mail AutoConfiguration.
c. Click to clear the Use Guessmart check box, and then click to clear the Secure Guessmart Authentication check box.
d. Click to select the Use AutoDiscover check box.
e. Type the email address and password, and then click Test.
f. On the Results tab, note the path of OAB URL.
g. Click the XML tab, locate the and tags, and then copy the path thats displayed between the tags. Paste the path into the address box in Windows Internet Explorer, add /OAB.xml to the end of the path, and then press Enter.
If the above steps and resolution fails we need to dig much deeper on Arbitration Mailbox
Exchange 2013 uses system mailbox which will get created during active directory preparation. There are 5 Arbitration mailboxes, you can check them using
Get-Mailbox Arbitration Mailbox
? Check the event id 17001 and 17002 in the application log to verify the OAB generation is completed
? Verify the OAB generated in the CAS server %ExchangeInstallPath%\ClientAccess\OAB\ folder.
Post your comment:
Powered By 2013-2015 ©. Juszeil Conception version 2.0
Queries Executed : 0.0111 seconds