WebDAV redirector

D

Dan Martin

XP is supposed to have the ability to map a drive to a
WebDAV folder, using something like:

net use * http://name.domain.com/path
password /user:username

When I try this I get an error 67.

I can create a network place to the web folder and I can
drag and drop to and from it, I just can't get to it on
the command line.
 
M

Marc Reynolds [MSFT]

Where is the WebDav folder? On what OS? Where on the network? Error 67
points to a name resolution problem

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
D

Dan Martin

I have tried connecting to a Win 2000 server running IIS
and a Solaris server running Apache. In each instance I
can create a folder in Network Places that points to
http:/servername/foldername, but when I try to use the
exact same servername/foldername from the command line
with "net use" I get error 67.

I am on the same LAN as both machines.

Name resolution? You tell me --

C:\>ping fusion01.fusionlabs.net

Pinging fusion01.fusionlabs.net [172.29.0.110] with 32
bytes of data:

Reply from 172.29.0.110: bytes=32 time<1ms TTL=128
Reply from 172.29.0.110: bytes=32 time<1ms TTL=128
Reply from 172.29.0.110: bytes=32 time<1ms TTL=128
Reply from 172.29.0.110: bytes=32 time<1ms TTL=128

Ping statistics for 172.29.0.110:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\>nslookup fusion01.fusionlabs.net
Server: fusion01.fusionlabs.net
Address: 172.29.0.113

Name: fusion01.fusionlabs.net
Addresses: 172.29.0.110, 172.29.0.111, 172.29.0.113,
10.0.1.10

C:\>net use * \\fusion01.fusionlabs.net\dcops
The password or user name is invalid for
\\fusion01.fusionlabs.net\dcops.

Enter the user name for 'fusion01.fusionlabs.net': xxxxxxx
Enter the password for fusion01.fusionlabs.net:
Drive Z: is now connected to
\\fusion01.fusionlabs.net\dcops.

The command completed successfully.


C:\>net use * http://fusion01.fusionlabs.net/dcops
System error 67 has occurred.

The network name cannot be found.

Thanks for the reply!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top