When perform mailbox-enable using Notes migrator for Exchange in user and resource forest scenario getting the following error:
20:05:26 ERROR: [7429-1-235-00000000] Unable to create mailbox for 'CN=Test User1,OU=Org,DC=Domain,DC=Com'
20:05:26 Search found 2 objects for '(sAMAccountName=user1)'.
User Forest and Resource Forest using the same sAMAccountName, in fact there is no duplicate sAMAccountName exist in the Resource Forest.
This could be due to the delay in process when NME performs the mailbox-enabled for linked-mailbox. From NME Console - Global Default Settings , the attribute used in the search is sAMAccountName
[ActiveDirectory2]
AdSearchCol=SearchKey2
AdAttribute=sAMAccountName
WORKAROUND:
Please use the attribute userPrincipalName for search, this is unique across user & resource forest.
In the NME Console - Global Default Settings:
[ActiveDirectory2]
AdSearchCol=SearchKey2
AdAttribute=userPrincipalName
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center