Article ID: 149984
Article Last Modified on 11/1/2006
APPLIES TO
- Microsoft Windows NT Workstation 4.0 Developer Edition
- Microsoft Windows NT Server 4.0 Standard Edition
This article was previously published under Q149984
SUMMARY
This article explains how to access network drives created in services.
Even though network drives are global system resources, they can only be
accessed by processes running under the security context which was used to
establish the network connection.
In fact the rule is very simple. A network connection is always made with
a set of credentials (such as, domain name, user name, and password.) A
process can access a network drive only if it has already validated the
credentials used to establish the connection.
This article can also be used to understand how to create pseudo-permanent
connections with the scheduler.
Additional query words: prodnt schedule AT
Keywords: kbnetwork KB149984