HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP > XP Networking

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 06-24-2004, 12:09 AM
tbrox
 
Posts: n/a
Default Access denined: Not enough server storage is available to process

When tring to access files on a second XP pro computer I get a permission error along with the following: Not enough server storage is available to process this command. Firewall is off, full share to everyone, Pings OK. This only happens in one direction. I had this problem a year ago with another computer and someone posted a registry hack. I hope someone out there know is so I can fix this computer too.
--
Tbrox
Reply With Quote
Sponsored Links
  #2  
Old 06-24-2004, 12:39 AM
Chuck
 
Posts: n/a
Default Re: Access denined: Not enough server storage is available to process

On Wed, 23 Jun 2004 16:09:01 -0700, "tbrox" <tbrox@discussions.microsoft.com>
wrote:

>When tring to access files on a second XP pro computer I get a permission error along with the following: Not enough server storage is available to process this command. Firewall is off, full share to everyone, Pings OK. This only happens in one direction. I had this problem a year ago with another computer and someone posted a registry hack. I hope someone out there know is so I can fix this computer too.


<http://support.microsoft.com/default.aspx?scid=kb;en-us;177078>

Cheers,
Chuck
Paranoia comes from experience - and is not necessarily a bad thing.
Reply With Quote
  #3  
Old 06-24-2004, 08:55 AM
Ron Lowe
 
Posts: n/a
Default Re: Access denined: Not enough server storage is available to process

"tbrox" <tbrox@discussions.microsoft.com> wrote in message
news:C7EAA2AB-2A26-4479-8FA9-0F215165F1B7@microsoft.com...
> When tring to access files on a second XP pro computer I get a permission

error along with the following: Not enough server storage is available to
process this command. Firewall is off, full share to everyone, Pings OK.
This only happens in one direction. I had this problem a year ago with
another computer and someone posted a registry hack. I hope someone out
there know is so I can fix this computer too.
> --
> Tbrox



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...b;EN-US;177078



--
Best Regards
Ron Lowe
MVP - Windows Networking





Reply With Quote
  #4  
Old 06-25-2004, 04:49 PM
tbrox
 
Posts: n/a
Default Re: Access denined: Not enough server storage is available to proc

Thank you Very much. When I did a knowledge base search for that phrase nothing poped up. MS should put that into their KB search engine.

Problem solved
--
Tbrox


"Ron Lowe" wrote:

> "tbrox" <tbrox@discussions.microsoft.com> wrote in message
> news:C7EAA2AB-2A26-4479-8FA9-0F215165F1B7@microsoft.com...
> > When tring to access files on a second XP pro computer I get a permission

> error along with the following: Not enough server storage is available to
> process this command. Firewall is off, full share to everyone, Pings OK.
> This only happens in one direction. I had this problem a year ago with
> another computer and someone posted a registry hack. I hope someone out
> there know is so I can fix this computer too.
> > --
> > Tbrox

>
>
> 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...b;EN-US;177078
>
>
>
> --
> Best Regards
> Ron Lowe
> MVP - Windows Networking
>
>
>
>
>
>

Reply With Quote
  #5  
Old 04-14-2008, 03:49 PM
Kev
 
Posts: n/a
Default RE: Access denined: Not enough server storage is available to process

To anyone who reads this. The fix works fine, however note Chucks link. It
may be that the stack size of 15 doesnt do it, in which case just keep
increasing it. The maximum is 50 for WinXP which worked just fine for me. One
other thing, i notice in my registry that i had ...currentcontrolset but
above it were 3 others, Controlset 001, 002, 003. On altering one of those it
also updated the currentcontrolset - i didnt bother checking which one
altered the current one and i have no idea why those others are there. I
worked on the 'just in case' principle and altered (or created) the
IRPStackSize in each.

"tbrox" wrote:

> When tring to access files on a second XP pro computer I get a permission error along with the following: Not enough server storage is available to process this command. Firewall is off, full share to everyone, Pings OK. This only happens in one direction. I had this problem a year ago with another computer and someone posted a registry hack. I hope someone out there know is so I can fix this computer too.
> --
> Tbrox

Reply With Quote
  #6  
Old 04-14-2008, 08:26 PM
Hans-Georg Michna
 
Posts: n/a
Default Re: Access denined: Not enough server storage is available to process

On Mon, 14 Apr 2008 07:49:07 -0700, Kev wrote:

>One
>other thing, i notice in my registry that i had ...currentcontrolset but
>above it were 3 others, Controlset 001, 002, 003. On altering one of those it
>also updated the currentcontrolset - i didnt bother checking which one
>altered the current one and i have no idea why those others are there.


Kev,

they are automatic backups. One of them is identical with
CurrentControlSet, not a copy, but the same thing.

You only have to change or care about CurrentControlSet. All the
others are overwritten anyway, one with each booting.

Hans-Georg
--
No mail, please.
Reply With Quote
  #7  
Old 04-14-2008, 08:34 PM
Robert L. \(MS-MVP\)
 
Posts: n/a
Default Re: Access denined: Not enough server storage is available to process

Thank you for sharing your experience with us.

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
"Kev" <Kev@discussions.microsoft.com> wrote in message
news:A62A038D-E01C-4589-9490-9165465AD1C3@microsoft.com...
> To anyone who reads this. The fix works fine, however note Chucks link. It
> may be that the stack size of 15 doesnt do it, in which case just keep
> increasing it. The maximum is 50 for WinXP which worked just fine for me.
> One
> other thing, i notice in my registry that i had ...currentcontrolset but
> above it were 3 others, Controlset 001, 002, 003. On altering one of those
> it
> also updated the currentcontrolset - i didnt bother checking which one
> altered the current one and i have no idea why those others are there. I
> worked on the 'just in case' principle and altered (or created) the
> IRPStackSize in each.
>
> "tbrox" wrote:
>
>> When tring to access files on a second XP pro computer I get a permission
>> error along with the following: Not enough server storage is available
>> to process this command. Firewall is off, full share to everyone, Pings
>> OK. This only happens in one direction. I had this problem a year ago
>> with another computer and someone posted a registry hack. I hope someone
>> out there know is so I can fix this computer too.
>> --
>> Tbrox


Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Not Enough server storage is available to process this command Alp Windows Vista 3 07-09-2007 08:22 PM
Unable to map network drive - Not enough server storage is available to process this command John Windows XP 2 04-13-2007 01:31 AM
"Not enough Server Storage is available to process this command" Marius van Deventer Windows XP 1 04-11-2007 05:17 PM
Error Message: "Not enough server storage is available to process this Fran Windows XP Basics 1 04-08-2007 03:14 AM
NOT ENOUGH SERVER STORAGE AVAILABLE TO PROCESS THIS COMMAND GREGORY XP Networking 2 06-09-2004 12:46 PM


All times are GMT. The time now is 12:29 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger