Problem:
Recently i was migrating a large group of user accounts from one domain to another and the ADMT tool crashed on me unexpectedly. When i restarted the tool one of the accounts gave me the following error "2014-07-01 09:40:15 WRN1:7665 Unable to create or merge object 'CN=John Doe,OU=Users,DC=Domain,DC=com' as another instance of ADMT is currently creating or merging the same object." After searching online i figured out the following steps to resolve this issue.
Resolution:
Use SQL Server management Studio to open the ADMT database. Default location c:\windows\admt\data\
Find the dbo.LockedObjects table and delete the records in the table.
Now the ADMT process should complete for those users.
No comments:
Post a Comment