Whenever I try to map a network drive the following
error occurs.  How do I troubleshoot:

WSHNetwork.MapNetworkDrive error '80070043' 

The network name cannot be found. 

This is my code...

Dim oNet
Set oNet = Server.CreateObject("WScript.Network")

Dim strUser
Dim strPassword
Dim strPath

strDrive = "R:"

'Need to create a mapping to the file path.
strUser = "dir\erwin.test"
strPassword = "lLw654654331"
strPath =
"\\testerwin\group2\direct\GRPFSearch-KM\search"

oNet.MapNetworkDrive strDrive, strPath, False,
strUser, strPassword

strDrivePath = strDrive & "\FornFiles\ERWIN-testing"

What are the causes and solutions to the error
problem?







=====
Erwin Rommel Y. Felix
Tel. 8410111 loc. 11430
Mobile 09185980706
 
"Never outshine the Master Chicker"





                
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to