file sharing

  • Thread starter Thread starter Johnfli
  • Start date Start date
J

Johnfli

I have a new win2003 r2 server that is a member of teh domain.
I have shared a directory on that machine for my users to be able to access.

Yet when I try to connect to it from a 2kpro or xp pro machine it tells me
teh path was not found.
I tried using teh unc name, and with teh IP address.


What am I missing? I made teh permissions on the folder full control for
teh people I want to get to it.
Even teh administrator can't get to it when logged onto another machine
 
Johnfli said:
I have a new win2003 r2 server that is a member of teh domain.
I have shared a directory on that machine for my users to be able to access.

Yet when I try to connect to it from a 2kpro or xp pro machine it tells me
teh path was not found.
I tried using teh unc name, and with teh IP address.


What am I missing? I made teh permissions on the folder full control for
teh people I want to get to it.
Even teh administrator can't get to it when logged onto another machine
You need to give us more information, e.g. the output from the commands

echo %computername%
net share

when executed on the server, and from

net use q: \\YourServer\YourShare

when executed at a workstation.
 
Back
Top