Link to home
Start Free TrialLog in
Avatar of dave2101
dave2101

asked on

Access Denied When Attempting to Connect to Networked Computer

Hi All,

My problem is that My Computer (NPGMC) is completely locking itself off from all other computers on the network. However, NPGMC can see and take files from The other 3 computers, and the other 3 computers can see NPGMC, but when they got to connect they are constantly treated the the message

NPGMC is not accessible. You may not have permission to access this resourse
Accress is Denied

Before posting i signed up to this site and read artilce after article for about 3hrs trying all different solutions from each one, but nothings changed.

PLz Help! for ur assistance a place in heaven awaits.

sincerely
David
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

what OS is NPGMC?

if its XP have you disabled the ICF firewall and enabled file sharing?

Pete
www.petenetlive.com
Avatar of dave2101
dave2101

ASKER

all OS's are XP pro. Firewall has been disabled. File sharing has been enabled... folders are shared.
Try these steps:

Enable NetBIOS over TCP/IP:
  XP utilizes DNS for communication by default.  To enable the systems to communicate via NetBIOS,
  proceed as above to enter Network Connections.
  Right-click your Local Area Connection and click Properties
  Scroll down in "This connection uses the following items:" to find Internet Protocol (TCP/IP)
  Select it (highlight it) and click properties
  Click the Advanced button on the General tab.
  Click the WINS tab.
  Under NetBIOS setting heading
   Click Enable NetBIOS over TCP/IP
  Click OK, OK, OK and close out of Network Connections & Control Panel

Disable Simple File Sharing:
  Right-click the Start button and click Explore
  Click Tools then Click Folder Options
  Click the View tab
  At the bottom of the Advanced Settings list, deselect (remove the checkbox from):
   "Use simple file sharing (Recommended)"
  Click OK

Let Everyone's permissions apply to anonymous users as well:
   Click Start->Run->SECPOL.MSC /S <ENTER>
     Navigate to Local Policies/Security Options.
     Double click "Network Access:Let Everyone permissions apply to anonymous users"
     Click Enabled and click OK

Test your connectivity:
 Click Start->Run->CMD <ENTER>
    At the prompt that appears, type IPCONFIG <ENTER>
    Do you have an IP address listed (i.e. 192.168.1.100)?
    If so, try pinging the other machine by IP address:
      PING 192.168.1.101
    If you get a Reply successful, then try connecting to them...
      NET USE * \\192.168.1.101\C$ /USER:192.168.1.101\Administrator Password
    (where Administrator is an administrative account on the machine you're trying to get to)
    (and where Password is the appropriate password for that account).

Check these links for more information:
  http://www.practicallynetworked.com/sharing/troubleshoot/
  http://www.practicallynetworked.com/sharing/xp/addxp.htm
  http://support.microsoft.com/?kbid=308007
thanks sirbounty

i did all that, and still the same problem... i can ping the other machine's, and they can ping me too, but NPGMC still doesn't permit access to it. It even denied access to my friend's computer when i took it over there for him to look at...
is the guest account enabled?
how do i enable guest account?
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland 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
no its enabled...
Are you logged on as the same user on all of the computers when you try to access this computer.  Sounds like a permissions problem.
Each computer has a unique name on the network, and all workgroups are assigned MSHOME>
Windows XP will try to use the currently logged in user credentials to access NPGMC.  If there is no account on NPGMC for the user that is trying to access it then they will be denied access.

To solve the problem, try to create user accounts on NPGMC for each user that needs access, or map the shares on NPGMC to the other 3 computers using an account that is allowed access.

You can map drives through "Windows Explorer" or the command line:

In "Windows Explorer" go to "Tools" > "Map Network Drive".  Select a drive letter and enter "\\NPGMC\[share name]" then click the "Connect using a different username" option.  Enter "NPGMC\[username]" for the username and enter the correct password then click OK.

At the command line type "net use * \\NPGMC\[share name] /user:NPGMC\[username] /persistent:yes" and you will be prompted for a password.  Enter the password and you should be prompted with a message that says it was successful.

Hope this helps!

Regards,
Dave...
alright i tried that and it still says access denied...
SOLUTION
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
The last time that I had trouble accessing a share on XP (same error that you are getting) I only had to disable "Simple File Sharing" and all was well.
ive disabled simple file sharing but that didn't fix it...

Status       Local     Remote                    Network

-------------------------------------------------------------------------------
Disconnected           \\Npgmc\IPC$              Microsoft Windows Network
The command completed successfully.

is the message i get when i type net use...
SOLUTION
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