0

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
Ctznkane525
  • 7,297
  • 3
  • 16
  • 40

1 Answers1

0

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?

VisualBean
  • 4,908
  • 2
  • 28
  • 57