1.5 KiB
(8606) Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.
If AD replication gives these kind of errors here are some web sites to help troubleshoot.
Troubleshoot replication error 8606 - Windows Server | Microsoft Learn
Lingering Object Removal – ServerGuruNow (wordpress.com)
Lingering objects still remain - Windows Server | Microsoft Learn
Example of command I ran in our AD environement
repadmin /removelingeringobjects ==tnwg01a-p0595.ad.cbp.dhs.gov== ==ea73d7c3-b70d-4c44-bb68-8359086ed67c== ==dc=ad,dc=cbp,dc=dhs,dc=gov==
The first part is the DNS name of the source domain controller, highlighted in green.
The second part is the source domain controller GUID, highlighted in yellow.
That you can get from the DC "netlogon.dns" file located on the DC at "c:\windows\system32\config"
The third part is the domain name, highlighted in orange.
