|
Guy recommends :
Find out which of your VMs are a waste of space and which VMs need more resources.
Guy's Review of
1) FreePing
|
Code Error 80070035 - The Network PATH Cannot be FoundTroubleshooting Code 80070035 - The network PATH cannot be foundIntroduction to Code Error 80070035
This error, code 80070035, occurs when you try to map a network drive using VBScript. My
suggestion is that you have an error in the UNC path of the share name. The Symptoms You Get with error 80070035The script does not map the network drive as you had hoped, instead you get a Windows Script Host error message, see diagram. The Cause of Error 80070035One possibility is that you trying to map a network drive and you have misspelled the share name. The source of the error is WSH.MapNetworkDrive which gives us a big clue where to look for the error. Mistyping server names gives a slightly different error. (No network provider could accept the given path) ‡ The Solution to Error 80070035My first guess is that there is a problem with the slashes on your server or share name. \\ server\share (correct) \\ server \share\ (wrong). As with all WSH error messages, check the line number, count any blank or 'commented lines as you see the line with the error. Double check the share names with the actual name in your script. Open a command prompt and type net view. Alternatively, it could be the server name which is incorrect in which case you could launch the Run dialog box and type \\ server. Check this section for examples of MapNetworkDrive Example of Error Code 80070035' MapNetworkDrive.vbs Solution it should have been \\william\downloads\guyt (No trailing \)
Guy
Recommends: WMI Monitor and It's Free!
|
||||
Custom Search
|
|
|
Home Copyright © 1999-2012 Computer Performance LTD All rights reserved Please report a broken link, or an error. | |