Oct 11
10
How to Fix DFS Namespace Error
Leave a comment »
The error:
The DFS Namespace service could not initialize cross forest trust information on this domain controller, but it will periodically retry the operation. The return code is in the record data.
Can be fixed by making the following changes in the registry:
- Open the Windows registry editor “regedit”.
- Navigate to “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesDfs”.
- Add NTDS to the list of “DependOnService”.
- Create a DWORD with the name “DelayedAutostart” and give it a value of 1.
This forces the DFS Namespace service wait until Active Directory has been initialized.
