Hi,
The error happened only for the default domain policy or all the policies?
When you added the new DC, did you confirm the health status , you can run the following commands :
Dcdiag /v >c:\dcdiag1.log
Repadmin /showrepl >C:\repl.txt
Repadmin /showreps *
Repadmin /syncall /APeD
If the new DC is good and it was only for the default domain policy , i would suggest you check the permission ,by the following way:
- Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Users and Computers.
- In the Active Directory Users and Computers window, on the View menu, click Advanced Features.
- In the left pane, expand System, and then click Policies.
- In the right pane, right-click the GPO folder that you want to modify, and then clickProperties.
- Click the Security tab, and then click the group in the Group or user names list for which you want to set the access permission.
- In the Permissions for Authenticated Users list,check if the authenticated users have the read,write, and apply permission.
Then check ,In Windows Explorer, locate and then click the following folder:
%SystemRoot%\SYSVOL\sysvol\<var>DomainName</var>\Policies
Note In this folder name, <var>DomainName</var> is the name of the domain.
In the right pane, right-click the GPO folder that you want to modify, and then clickProperties.
Click the Security tab, and then click the group in the Group or user names list for which you want to set the access permission.
Compare the permissions on the file and on the folder with your working GPOs.
Best Regards,