WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Microsoft Client
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Network Invalid Error Message

Keywords: 504:	ResourceName is not valid or cannot be located
	  509:	Network component is not started or invalid  

If you're getting the "Network invalid; invalid network name" error, you might be using forward slashes where backslashes are required.

The following is incorrect:

	NetAddDrive(userid, pswd, "//DEN01/VOL1/PROPERTY", "E:", @false)
The following is correct:
	NetAddDrive(userid, pswd, "\\DEN01\VOL1\PROPERTY", "E:", @false)

Article ID:   W13549
Filename:   Network invalid error.txt
File Created: 2001:01:22:08:49:18
Last Updated: 2001:01:22:08:49:18