Hi,
Am using ADMT script to migrate the user ID between AD Forest, But am receiving the below error during the script execution.
Have verified the permission of the User ID executing the script on both source and destination domain, in both its part Domain admin and Administrator Group.
Also i have tried running this script from Source domain configuring new ADMT setup, But still same error.
Can any one please suggest !
Below is the script and the output.
Script
admt user /F "c:\temp\users.csv" /SD:xxxx.com /TD:yyycom /TO:OU /PO:COPY /PS:"xxxx.com" /MSS:YES /TRP:NO /UUR:YES /MGS:NO /FGM:YES /CO:MERGE+MOVEMERGEDACCOUNTS
Output:
2015-07-27 12:39:26 Starting Account Replicator.2015-07-27 12:39:28 CN=User1 - Created
2015-07-27 12:39:30 ERR2:7615 SID History cannot be updated for User1. You must be an administrator in the source domain.
2015-07-27 12:39:30 WRN1:7392 SIDHistory could not be updated due to a configuration or permissions problem. The Active Directory Migration Tool will not attempt to migrate the remaining objects.
2015-07-27 12:39:30 Operation Aborted.
2015-07-27 12:39:31 Operation completed.
Javid Akthar