DFS Folders Odd Behavior with .NET Framework

253 Views Asked by At

Having an odd behavior with Namespace folders in .NET 4.

  • We have a service account running on a server. Service account has access to the folder.
  • Intermittently, we'll get messages from applications that say a folder doesn't exist.
  • If we use the real path rather than the namespace path, we don't get this behavior
  • Happens both with PS1 Scripts and .NET Applications
1

There are 1 best solutions below

2
VisualBean On

My understanding is that an application will query a DC for the namespace path, and get the real path to the folder.

How many DC's do you have? Could one of them be missing the link to the folder in question?