If you are running a scan on a netware share and the scan detail shows connection refused, do the following:
1. From a command prompt, run: net use I: "\\server\vol\share" <password> /user:username /persistent:no
If you get system error 1219 : "Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.", then go to step 2.
2. Run net use I: "\\server\vol\share" /persistent:no (taking out the credentials)
If you are able to map the netware share this way, then on the Discover target definition, take out the credentials as well so the smb.bat would map without using them.
The netware client services has already logged into the netware server; hence, there is no need to provide credentials to mount.