I have run into an issue running repadmin /syncall. When I try to open run a repadmin /syncall with the built in administrator account I get this back:
C:\Users\Administrator>repadmin /syncall
CALLBACK MESSAGE: Error contacting server dd8e5d0f-9e14-4796-bc82-7d2777b0dd3a._msdcs.<OUR DOMAIN> (network error): 5 (0x5):
Access is denied.
SyncAll exited with fatal Win32 error: 8440 (0x20f8):
The naming context specified for this replication operation is invalid.
When I run the same command with a different user that is an administrator, I get this back:
C:\Users\Administrator.<OUR DOMAIN>repadmin /syncall
CALLBACK MESSAGE: The following replication is in progress:
From: dd8e5d0f-9e14-4796-bc82-7d2777b0dd3a.\_msdcs.<OUR DOMAIN>
To : 762f5c88-ffaa-4aa2-b6e2-933aa2995b7a.\_msdcs.<OUR DOMAIN>
CALLBACK MESSAGE: Error issuing replication: 8453 (0x2105):
Replication access was denied.
From: dd8e5d0f-9e14-4796-bc82-7d2777b0dd3a.\_msdcs.<OUR DOMAIN>
To : 762f5c88-ffaa-4aa2-b6e2-933aa2995b7a.\_msdcs.<OUR DOMAIN>
CALLBACK MESSAGE: SyncAll Finished.
SyncAll reported the following errors:
Error issuing replication: 8453 (0x2105):
Replication access was denied.
From: dd8e5d0f-9e14-4796-bc82-7d2777b0dd3a.\_msdcs.<OUR DOMAIN>
To : 762f5c88-ffaa-4aa2-b6e2-933aa2995b7a.\_msdcs.<OUR DOMAIN>
However, I can run repadmin /replicate, repadmin /kcc and repadmin /showrepl just fine
This is all stemming from me discovering that I cannot edit GPOs from Group Policy Management with the built in administrator account, however I can do this just fine on our other domain controller. I'm also able to edit GPOs from GPM with other accounts on the affected server. I have a feeling that this is a permissions issue, but am not sure where to look.