networking problem that sucks

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Just installed a Linksys router both computers are using
windows XP and mostly it works great.
But when we try to access files from the host computer
with the other computer this message appears.

Family computer not accessable. You might not have
permission to use this network resource. Contact the
administrator of this server to find out if you have
access permissions. Not enough server storage is
available to process this command.

It works fine from the host computer to the second
computer. Wonder if you could help,Thanks
 
quoted form http://www.ChicagoTech.net
.... is not accessible

Message: "....is not accessible. You may not have permission to use this
network resource. Contact the administrator of this server to find out if
you have access permissions. Network path was not found."

Resolutions:
1) make sure no any firewall running.
2) make sure you have created the same workgroup, and the same username on
w2k/xp for logging on a remote computer.
3) check user's rights.
4) you may want to enable guest account on w2k/xp.
5) if you are using simple file sharing, you may try to disable it and
re-share the drive manually.
6) if it is mixed OS (win98, NT, ME and W2K/XP) network, enable NetBIOS over
TCP/IP.
7) make sure the Computer Browser service is started if all computers are
w2k/xp.
8) stop Computer Browser service on win9x, ME and NT if this is a mixed OS
network.
9) cache credential by using net use \\computername\share /user:username
command (it is better to have the username logon shared computer).
10) if you have tried enabling netbios over tcp/ip but doesn't work, you may
try to load netbeui (loading netbeui may slow your network).
11) Make sure the server service is running.
12) If you can see the share in Network Neighborhood but not access it, this
issue may be resolved by verifying that both the share permissions and the
NTFS partition permissions are correctly configured for individual user or
group access.


--
For more and other information, go to http://www.ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
 
Gary said:
Just installed a Linksys router both computers are using
windows XP and mostly it works great.
But when we try to access files from the host computer
with the other computer this message appears.

Family computer not accessable. You might not have
permission to use this network resource. Contact the
administrator of this server to find out if you have
access permissions. Not enough server storage is
available to process this command.

It works fine from the host computer to the second
computer. Wonder if you could help,Thanks


This error indicates that you are falling foul of the IRPStackSize bug.

The problem is on the machine you are attempting to connect to,
not the machine where you see the error message.

On the computer you are attempting to connect to,
Check the event viewer for an event ID 2011.

Usual fix :
You need to fix a parameter called IRPStackSize

On the computer you are attempting to connect to,
Set the IRPStackSize back to the default (15 ).
Perform the following steps:

1. Start the registry editor (e.g., regedit.exe).
2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Services\lanmanserver\parameters.
3. Double-click IRPStackSize
(or if this registry setting doesn't exist,create it of
type DWORD and ensure the case is correct).
4. Change the base to decimal, set the value to 15, and click OK.
5. Reboot the computer.

Norton AV is usual suspect for breaking it.

There's a KB article about this, too.

Antivirus Software May Cause Event ID 2011 (Q177078)
http://support.microsoft.com/default.aspx?scid=kb;EN-US;177078
 
----- Ron Lowe wrote: -----

Gary said:
Just installed a Linksys router both computers are using
windows XP and mostly it works great.
But when we try to access files from the host computer
with the other computer this message appears.
permission to use this network resource. Contact the
administrator of this server to find out if you have
access permissions. Not enough server storage is
available to process this command.
computer. Wonder if you could help,Thanks


This error indicates that you are falling foul of the IRPStackSize bug.

The problem is on the machine you are attempting to connect to,
not the machine where you see the error message.

On the computer you are attempting to connect to,
Check the event viewer for an event ID 2011.

Usual fix :
You need to fix a parameter called IRPStackSize

On the computer you are attempting to connect to,
Set the IRPStackSize back to the default (15 ).
Perform the following steps:

1. Start the registry editor (e.g., regedit.exe).
2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet Services\lanmanserver\parameters.
3. Double-click IRPStackSize
(or if this registry setting doesn't exist,create it of
type DWORD and ensure the case is correct).
4. Change the base to decimal, set the value to 15, and click OK.
5. Reboot the computer.

Norton AV is usual suspect for breaking it.

There's a KB article about this, too.

Antivirus Software May Cause Event ID 2011 (Q177078)
http://support.microsoft.com/default.aspx?scid=kb;EN-US;177078


--
Best Regards,
Ron Lowe
MS-MVP Windows Networking


I have same problem. My main computer (XP Home) gets same message when browsing my other two LAN computers (XP Home and ME). However, those two computers see each other fine. Main computer has Norton AV and other XP computer has McAfee.

I have added IRPStackSize to other XP computer but still does not "view" from main computer. I cannot find \lanmanserver\parameters on ME computer so how do I add IRPStackSize to it?

Any suggestions?
 
Back
Top