Hello everyone, I've been testing a migration of user SIDs and I've run into an issue I've exhausted my efforts on.
Three servers involved:
DC on Domain1, Has DOMAIN1$$$ created, Auditing enabled appropriately, Domain2 DA Admin in the Builtin\Administrators group of Domain1
DC on Domain2, Auditing enabled appropriately
ADMT server on the *Domain1 network but joined to the **[Domain2] domain
Both servers have the following build info:
Windows Server 2008 R2 Standard 6.1 (7601) Service Pack 1, Native Mode 2008 R2
Using an Input File (which is working appropriately)
Migration Script info:
========================
Intra-Forest: No
Password Option: Generate passwords, only for new objects = Yes
Password File: 'c:\Windows\ADMT\Logs\passwords.txt'
Migrate Security Identifiers: Yes
Update Rights: No
Translate Roaming Profiles: No
Fix group membership: No
Conflict Option: Merge, rights = No, members = No, move objects = Yes
Source Disable Option: Leave source account
Source Expiration: Do not expire source account
Target Disable Option: Set target same as source
Migrate groups: No
Migrate service accounts: Yes
========================
DC Diag on both Domain Controllers show no issues including a /TEST:DNS
I have verified with Network team that no blocks/denies on any ports between ADMT server and DOMAIN 1 or 2 are present.
[Object Migration Section]
2016-03-25 11:50:20 Starting Account Replicator.
2016-03-25 11:50:37 WRN1:7561 ADMT could not migrate some properties for this object type (user) due to schema mismatches. Please refer to the Schema Section in the migration log for a complete listing. The Schema Section will be available once
object migration is complete.
2016-03-25 11:50:37 CN=XXXXXXXXXXXXX - Merged.
2016-03-25 11:50:37 Did not update password for 'CN=XXXXXXXXXXXXXX' as user already existed.
2016-03-25 11:52:26 ERR2:7111 Failed to add sid history for XXXXXXXXXXXX to XXXXXXXXXXXX. RC=1722
2016-03-25 11:52:26 Operation completed.
===============================
A Wire Shark capture shows several attempts before doing an DSUnbind request.
DRSUAPI_ADD_SID_HISTORY request
DRSUAPI_ADD_SID_HISTORY response
DRSUAPI_ADD_SID_HISTORY request
DRSUAPI_ADD_SID_HISTORY response
Any suggestions on the RC=1722 (I'm assuming an RPC Error)
Any help would be fantastic! Thank you.