Link to home
Start Free TrialLog in
Avatar of jwoodhams
jwoodhams

asked on

File sharing over a network

HI all,

I have a server running Windows Server 2003 Web, this is a workgroup and not a domain.  I have made a folder on the C: Drive and I want to share it on the network.  I have done everything I can think of, including reading way too much documentation, to no avail.  Anyway.  I have made a user and set their permissions to full access.  From a client machine, I can browes to the folder but when I try to access it, I get an error message that says:' \\Acctserver\Weatherization is not accessible.  You might not have permission to use this network resource.  Contact administrator of this server to find out if you have access.  Access Denied.'  I checked the regisry value of HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/LSA/restrictanonymous. to make sure it was set to 0 on both the server and the client.  They are both set to 0.  I would love to check the firewall but, I get another error that I cant because some other application might be using NAT.  I have also been trying to figure that one out.  Anyway, this used to be very simple with Windows Server 2000, but, I cant think of why my users do not have access. Any thoughts from anyone?  Another interesting thing with this, is that my other server, a windows 2000 server, can access the shared file with no problems.  None of my XP Pro client can however.  

Thanks in advance.

Jay
Avatar of thechaosrealm
thechaosrealm
Flag of United States of America image

There's two steps to sharing a folder with Server 2003. Right clicking the folder and going to Sharing and Security, the Sharing tab displays first. This tab has a Permissions button, which you should click on and make sure "Everyone" has full permission. Then in the Security tab, you want to make sure you give appropriate permission to all of your users. I prefer the advanced tab, as it shows all of the allows and denies seperately. IIRC, a deny will always override an allow . . .
Avatar of jwoodhams
jwoodhams

ASKER

I have set the permissions to allow everyone to have full permission, and also assigned full rights to users on the security tab and still the same.  
Check that the service "server" is started and set to "automatic" in your SERVER and also check that the service "workstation" is started and set to "automatic" in your CLIENT PC.
Also, how is your network setup ?  all the computers and servers connected to the same switch or router ? do they all have the same netmask?  can you PING the server ?
Use IPCONFIG /ALL to check that info on all the pcs before to go any further.
Hi Thank you vguzman,

Server service is started and automatic on server.  Workstation is started and automatic on client.  I can ping the server, all use the same netmask, and all workstations share the same 4 switches (uplinked).
Do you have all the updates installed in your server and client PC ?
Are you using WINS in your server ?
Are you manually setting up the IPs on the client PCs or they are setup to automatic ? Can you post the IPCONFIG of the client PCs ?
I do have all the current updated installed.  Just made sure this morning.  Also, I am not using WINS.  And I am getting the IPs automatically through DHCP.  Here is the ipconfig/all of the client:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Aaron>ipconfig/all

Windows IP Configuration

        Host Name . . . . . . . . . . . . : D027HS
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Realtek RTL8168/8111 PCI-E Gigabit E
thernet NIC
        Physical Address. . . . . . . . . : 00-E0-4D-3A-1F-D2
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 10.0.0.63
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 10.0.0.2
        DHCP Server . . . . . . . . . . . : 10.0.0.2
        DNS Servers . . . . . . . . . . . : 10.0.0.2
        Lease Obtained. . . . . . . . . . : Friday, November 21, 2008 1:26:35 PM

        Lease Expires . . . . . . . . . . : Sunday, December 21, 2008 1:26:35 PM


C:\Documents and Settings\Aaron>
ASKER CERTIFIED SOLUTION
Avatar of Vinicio Guzman
Vinicio Guzman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks very much, I did enable permission for anonymous users and that did the trick.

Thanks
What you need to do is create a user with SAME username and password on the client machine. Another way you can also do this is by mapping a drive with alternate user/pass option.