We have a DFS namespace that users cannot list the contents of, if they end up using a specific one, of our three DFS Domain Controllers, the other two allow users to list the contents of \\dfs.our.domain.com\a-namespace without a problem.
I decided to do some DFSDiag and this is the only one of the five recommended below that gave an error:
http://blogs.technet.com/b/josebda/archive/2009/07/15/five-ways-to-check-your-dfs-namespaces-dfs-n-configuration-with-the-dfsdiag-exe-tool.aspx
> dfsdiag /TestSites /DFSPath:\\dfs.our.domain.com\a-namespace /Recurse /Full Validating the site associations on every domain controller of the following: DFS-DC1.dfs.our.domain.com Success: The site associated with the following host name is consistent on all accessible domain controllers: DFS-DC1.dfs.our.domain.com Validating the static site association by accessing the registry. Error: The system cannot find the file specified. Warning: Unable to retrieve static site association information from the registry.
Validating the site associations on every domain controller of the following: DFS-DC2.dfs.our.domain.com
Success: The site associated with the following host name is consistent on all accessible domain controllers: DFS-DC2.dfs.our.domain.com
Validating the static site association by accessing the registry.
Success: The static site-association of the following host name is consistent with the site-association in Active Directory Domain Services
(AD DS): DFS-DC2.dfs.our.domain.com
Validating the site associations on every domain controller of the following: DFS-DC3.dfs.our.domain.com
Success: The site associated with the following host name is consistent on all accessible domain controllers: DFS-DC3.dfs.our.domain.com
Validating the static site association by accessing the registry.
Success: The static site-association of the following host name is consistent with the site-association in Active Directory Domain Services
(AD DS): DFS-DC3.dfs.our.domain.com
I've been unable to find any help for the error and warning:
Error: The system cannot find the file specified. Warning: Unable to retrieve static site association information from the registry.
Can someone help?