DFS Namespace unavailable at login

dfsdistributed-filesystems

Edit: I was not fully aware of what was going on with my issue, but it has since been fixed. See my answer below.

Background

We are having some issues with DFS namespaces in our environment after a change to how we configured our environment and I was looking to get some insight on how to troubleshoot, before we spend money on a support call with Microsoft.

We use the DFS Namespaces for clean paths, but do not use DFS replication. Previous to the change, we had one namespace we'll call \\my.domain.com\main. This domain worked great, but we support 5 divisions so we decided to create namespaces for each division. \\my.domain.com\Div1, \\my.domain.com\Div2, etc.

Before the change everyone had mapped a drive like Q: \\my.domain.com\main\Div1Dept and after the change they map a drive like Q: \\my.domain.com\Div1\Folders. \\my.domain.com\main\Div1Dept would be the same location as \\my.domain.com\Div1\Folders. The only difference would be the namespace.

Problem

The user 'Q:' preference item in the 'Standard_DriveMaps_Divisional {5559ca2b-79af-4a37-82d8-451d2fb71543}'

Group Policy object did not apply because it failed with error code '0x80070035 The network path was not found.' This error was suppressed.

We have various occasions (we support 2,000 users and get a few calls a week with this issue) where when the user logs in the location is unavailable and the drive fails to map. We can confirm that have a quality connection to the network and can reach the domain controllers and namespace servers.

This issue would never really arise when we used the main namespace. When the user navigates to the path manually, it becomes available. The workaround is to run a gpupdate to map the drives again, but we cannot ask the user to do that every time it occurs.

We do have one non-DFS drive that maps successfully every time these DFS related maps fail. Which leads me to believe that it is not entirely network connectivity.

Troubleshooting performed

I'm far from a DFS pro, but I know enough on how to make folder targets and such.

Using DFS Management, I reviewed the Cache Duration and other settings between namespaces and they all match. They are also using the same namespace servers.

Using the DFSDiag command we have positive test results for all the namespaces.

Question

Given the information provided, can anyone think of some specific things I might be over looking? Are there any settings outside of the DFS Management GUI that could impact the availability of the non-main namespaces, because main seems to always be available.

Best Answer

Maybe the GPO gets applied without Network Access and so they cant get the changes(Networkdrive mapping)

Has this occured on the same Person?

There is a GPO Policy to Wait for Network, but ensure it is only active on Internal Domain Clients, and not on Mobile/Laptop Computers

Check this https://technet.microsoft.com/en-us/library/gg486839.aspx

Without this Settings, Clients maybe Authenticate with Local Credential Store but the Network stack don't finished loading.

We got this Problem on our Site, but its a Computer/Network Driver issue that the initializeing/loading of the Networkdrivers/Stack are taking so long.