Has anyone ran into this error? If so, what steps did you take to resolve it? I have about 17 users out of 150 that i cannot migrate because of this error.
"Permanent error occurred while accessing user record in Store: Error occurred while accessing user record in Store: Database xxx is not available locally, and connection to Active Manager failed: Server Locator Service call had a communication error.. "
It was an issue with DircSync it needed to be re-enabled and the affected mailboxes that said "in cloud" needed deleted in users on 365 then removed using object ID in AAD. once they were removed you use the miisclient.exe from you AAD install to fully import and sync the connectors. Then run a sync with your normal azure AD connect tool
This is all in Azure Powershell Mod, connect-msolservice -credential $msolcred
Get-MsolUser -ReturnDeletedUsers -searchstring [email protected] | fl UserPrincipleName, ObjectID
Remove-MsolUser -ObjectID OBJECTID STRING HERE -RemoveFromRecycleBin -Force (Paste OBject ID in string)
miisclient.exe AD first full import then full sync
miisclient.exe AAD full import then full sync