A few days ago I started a FRS to DFSR migration.
My migration is now stuck in a state of Eliminating on several of my 2008 R2 domain controllers. I have other 2012 domain controllers that completed successfully.
The domain functional level is 2008 R2.
The FSMO roles are running on a 2012 domain controller.
Reviewing the DFS Replication log on the problem 2008 R2 domain controller I see the following 2 error level Event ID's:
8020 -
DFSR Migration was unable to delete the NTFRS local settings on Domain Controller XXX. This could be because DFSR was unable to connect to the Domain Controller XXX. If the Domain Controller XXX is a Read-only Domain Controller,
the NTFRS local settings will be deleted by the Primary Domain Controller the next time DFSR polls the Active Directory. To forcefully delete these settings, execute the command 'dfsrmig /DeleteRoNtfrsMember' on any
writable Domain Controller.
Additional Information:
Local Domain Controller: XXX
Connected Domain Controller: XXX
Error: 5 (Access is denied.)
8029-
DFSR Migration was unable to transition to the 'ELIMINATED' state for Domain Controller XXX. DFSR will retry the next time it polls the Active Directory. To force an immediate retry, execute the command 'dfsrdiag /pollad'.
Additional Information:
Domain Controller: XXX
Error: 5 (Access is denied.)
The domain controllers stuck in an Eliminating state are Writable DC's. (Not Read-Only)
I have tried forcing replication, rebooting, restarting services, pollad, etc...
I reviewed the dfsr debug file (c:\windows\debug) and it appears there are insufficient rights to delete AD Objects.
20180221 23:59:59.194 8200 CFAD 2809 [ERROR] Config::AdObjectEditor::DeleteSubTree Failed to ldap_delete_s(). dn:cn=XXX,cn=Domain System Volume (SYSVOL share),cn=File Replication Service,cn=system,DC=XXX,DC=local Error:Insufficient Rights
20180221 23:59:59.194 8200 SYSM 586 [ERROR] Migration::SysvolMigrationTask::Step [MIG] Failed Migration task. Error:
+
[Error:5(0x5) Migration::SysVolMigration::Migrate migrationserver.cpp:1200 8200 W Access is denied.]
+
[Error:5(0x5) Migration::SysVolMigration::StepToNextStableState migrationserver.cpp:1271 8200 W Access is denied.]
+
[Error:5(0x5) Migration::SysVolMigration::EliminateNtFrs migrationserver.cpp:1747 8200 W Access is denied.]
+
[Error:5(0x5) Migration::SysVolMigration::DeleteNtFrsAdObjects migrationserver.cpp:3551 8200 W Access is denied.]
+
[Error:5(0x5) Migration::SysVolMigration::DeleteNtFrsSettings migrationserver.cpp:3624 8200 W Access is denied.]
+
[Error:5(0x5) Config::AdObjectEditor::DeleteObject ad.cpp:3016 8200 W Access is denied.]
+
[Error:5(0x5) Config::AdObjectEditor::DeleteSubTree ad.cpp:2820 8200 W Access is denied.]
+
[Error:5(0x5) Config::AdObjectEditor::DeleteSubTree ad.cpp:2816 8200 W Access is denied.]
+
[Error:50(0x32) Config::AdObjectEditor::DeleteSubTree ad.cpp:2816 8200 U Insufficient Rights
How do I determine what access rights are needed and how to set them properly?
Any other suggestions to get out of the Eliminating state would be helpful.
Replication looks to be working otherwise.
Thank you,
Mike