Troubleshooting
Mailboxes
Troubleshooting Mailbox Sync
3 min
issue a hybrid shared mailbox is not syncing into activate during the mailbox sync process the activate mailboxsync log file shows that the mailbox has been found in entra but no mailbox resource is being created in activate solution 1 the most likely cause of this issue will be the azure users sync if an activate user cache entry that matches the mailbox's upn is not found then the mailbox resource may not be created this can be determined by looking at the adcache table (azureid and azureupn columns) and checking whether the local ad account has an entra id cloud account mapped to it to try and resolve this issue follow these steps in activate studio browse to roles > system roles > azure users confirm there are two members parameters members ou reference = ou=users,dc= mytenant ,dc=onmicrosoft,dc=com members string = (exazureid= ) browse to resources > mailboxes confirm there is one members parameter referencing ou=users,dc= mytenant ,dc=onmicrosoft,dc=com there also may be another members parameter referencing the local domain run a full azure sync, this should be setup in the scheduler to run on a nightly basis to force a full sync during the next scheduled run delete resources/activedirectory/external directories/azure/usersync token this may take some time depending on the size of the domain so it's recommended to run this outside of business hours after running these steps the azureid and azureupn should now be present on the local ad entry in adcache running the mailbox sync again now should import the missing mailboxes solution 2 if you are still encountering issues then it could be the system roles > users role, ensure that the members parameters include the ous in which the on prem mailbox accounts reside the on prem mailbox accounts must exist in adcache table for the mailbox resource to be created, so ensure the users background sync is operating this can be found here \=//system/tasks/background/maintenancescript or \=//resources/schedulers/nightly license statistics if you've found this not be configured correctly, then enable the scheduler, once it has run then repeat the steps in solution 1 to force a full azure sync