Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logon VBS script
Message
General information
Forum:
Windows
Category:
Other
Miscellaneous
Thread ID:
01170766
Message ID:
01177872
Views:
8
Hmm, if it really is "system resource", I would try unmapping the other drives, reboot and then try just mapping just that one drive that is giving you the error.

If no error then the problem truely is system resource, if ll is then the problem is probably something else and earlier the "system resource" error was just and inacurate bad guess from the OS. HIH


>I have a group policy logon VBS script that should map 4 network drives:
>
>
>....
>strDriveLetter = "H:"
>strRemotePath = "\\parfilvs01\share"
>objNetwork.MapNetworkDrive strDriveLetter, strRemotePath
>strDriveLetter = "J:"
>strRemotePath = "\\parfilvs02\userdata\documents\" & objUser.sAMAccountName
>objNetwork.MapNetworkDrive strDriveLetter, strRemotePath
>strDriveLetter = "R:"
>strRemotePath = "\\parfilvs01\share"
>objNetwork.MapNetworkDrive strDriveLetter, strRemotePath
>strDriveLetter = "S:"
>strRemotePath = "\\parfilvs02\root2"
>objNetwork.MapNetworkDrive strDriveLetter, strRemotePath
>
>
>When I logged in all drives are mapped execpt the last one (S:) which is a DFS Network drive. There are no error messages from the script. When I try to map this drive manually in Windows Explorer I am receiving the following error message:
>
>Insufficient system resources exists to complete the requested service.
>
>Any ideas on how to map this drive ?
>
>Thankyou,
>Daniel
___________________________
Kenneth Wonderley
http://www.wonderley.com


...the fruit of the Spirit is love, joy, peace, patience, kindness, goodness, faithfulness, gentleness and self-control.
Galatians 5:22 & 23
Previous
Reply
Map
View

Click here to load this message in the networking platform