ghacks Technology News

Not enough server storage is available to process this command


Not enough server storage is available to process this command is a message that you can receive when you try to access a shared resource on a network. The Event ID: 2011 may also be written referring to the configuration parameter IRPStackSize. If the IRPStackSize is not present in the Registry the default value which may not be large enough for the server service to administer shared folders on some of the physical drives.

To solve this problem open the Registry and navigate to the key HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ lanmanserver \ parameters and check if the string IRPStackSize exists. If it does not exist create a new Dword with the name IRPStackSize.

The default value for this Dword is 18 and you should raise the value by adding 3 to it. The first value for IRPStackSize would be 21. Reboot your computer and see if that solved the problem. If you still get the error message add 3 again and reboot your computer again.

The maximum size for IRPStackSize is 50.




Tags: , , , ,
Categories: Knowledge, Operating Systems, Windows


Read Related Posts


52 Responses to “Not enough server storage is available to process this command”

  1. Andrew says:

    Martin, (or anyone!) I’ve a few questions about this topic.

    1. Which versions of Windows does these particular values apply to? I’ve seen this many, many times on several of my Windows 2003 servers.

    2. Any idea what IRPStackSize really is?

    3. What causes this problem?

    4. Do we perform this operation on the machine hosting the share or the mean accessing the share (which would be the one to display the error)?

    5. What are the downsides of increasing all the way to 50? (increased memory usage?)

    6. Is this related to a ‘page pool’ at all?

    I’d love to be able to prevent this error from crippling our operations but have struggled to find answers to the about.

  2. manish says:

    thans a lot

  3. Radarman says:

    I am running server std 2003, and I did not have the IRPStackSize Dword. I added it, set it to 21, rebooted the server and all fixed.

    Thank you for this tip.

  4. Dexter Jones says:

    I too commend you on this tip. Was unable to share external USB drives. Made this simple registry entry and and now ALL IS WELL! Using a Windows XP Pro machine

  5. eric says:

    Had a customer in need. All is well now. Thanks a bunch!!

  6. Zso says:

    A very good hint, I had no clue how to get on top of this issue before I found this article.

    The setting was completly missing from my Windows XP pro. I was only able to connect to the shared printers, now everything is fine.

  7. Hilo says:

    Just purchased a Compaq with Vista on 32 bits installed, would not access my laptop over a wireless network, still working on it… got up to value 30 so far…

  8. Jason G says:

    Worked like a charm on my XP Pro SP3 box. Was getting the message and related event log entry until I got the value up to 24 and haven’t seen it since. Been 2 weeks.

    Thanks!!

  9. I have been struggling with the same issue for 2 weeks now…Who would’ve thought that the problem could lie in the registry? This was an awesome relieve to have it work again as it should! Thank you Martin! You’ve been a great help and wish you all the best!

    Regards

    Sydney

  10. djrichard says:

    Worked like a charm for an XP Pro machine. Thanks!

  11. Bob says:

    Fixed! Thank you, thank you….!

  12. Clutch Cargo says:

    I tried the fix but still no luck. Perhaps I am doing it wrong? I added the value to my laptop which is seeing the error message. I can share/see files I want from my desktop side n problem. But lately I cannot from the laptop side..HELP!

  13. ckmerc says:

    Dude…thanks…was on the computer for 3hrs…many thanks!!!

  14. Clutch Cargo says:

    Ok, got mine to work now. The trick was putting the value in DECIMAL format, not hexdecimal (may be self-evident to some people but not to me). Also, I ended up placing the parameter on both PCs just to make sure. Sure enough, I can now share files both ways between the two PCs. :)

  15. Janet says:

    I am not sure where to post this, but the problem I am having is this:

    “The system cannot log you on due to the following error: Not enough storage is available to process this command…”

    I get this error in Windows XP, does anyone here know how to fix this?

  16. Clutch Cargo says:

    Hi Janet,

    This is what worked for me and I too use Windows XP. To recap, I could only share files in one direction between my two computers. As one was giving me the “Not enough storage is available to process this command…” message So I suggest try the following:

    “Not enough server storage is available to process this command” is a message that you can receive when you try to access a shared resource on a network. The Event ID: 2011 may also be written referring to the configuration parameter IRPStackSize. If the IRPStackSize is not present in the Registry the default value which may not be large enough for the server service to administer shared folders on some of the physical drives.

    To solve this problem open the Registry and navigate to the key HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services lanmanserver parameters and check if the string IRPStackSize exists. If it does not exist create a new Dword with the name IRPStackSize.

    The default value for this Dword is 18 and you should raise the value by adding 3 to it. The first value for IRPStackSize would be 21. Reboot your computer and see if that solved the problem. If you still get the error message add 3 again and reboot your computer again.

    The maximum size for IRPStackSize is 50.

    Here’s another step by step description which worked:

    * Start
    * Run
    * regedit
    * Navigate to HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanmanServerParameters
    * with the Parameters folder selected, right-click it
    * go to New and click DWord Value
    * type IRPStackSize exactly as displayed
    * change base to Decimal
    * I set my value to 30 because the default value of 15 didn’t work for me
    * close out of the registry and reboot the server.
    * It worked!

  17. SlimJimGuyMan says:

    Thanks bro.

  18. Will R. says:

    Was trying to access a shared folder on a very large partition with a media player. Needles to say that as soon as I applied the above fix and rebooted, my Vista machine and my MVix media player both were able to see the contents of the share.

    Many thanks.

  19. Changing value of IRPStackSize to 21 and a reboot worked for me.

  20. Bhavesh Dave says:

    Dear Sir,

    I have in my computer Window vista ultimate 32bit. I have cheange till 50 but my problem is not got solve. I have tried to solve but same problem I am facing. If there is any other solution please send me email.
    Thanks .

    Bhavesh

    • ajb42114 says:

      Did he ever come back to you about this? I have the same problem, having set the IRPStackSize to 50, I still get the error message.

  21. Dan says:

    Had to do this from the computer that I was sharing the resource. It worked great! Thanks a million!

  22. Bob B. says:

    Wow! Your solution worked great for me. Both my desktop & notebook have Windows XP and both had the Dword value set at 11 so I changed them to 18. I have never been able to transfer files using the notebook. Now I can transfer files from either. Thanks a million.

  23. Vikas says:

    Hi !

    I had the same issue, so I just moved the page file from C drive to another partion and rebooted the server.
    The issue was resolved.

    Cheers!

    Vikas

  24. Hector says:

    Symantec’ s Norton can also be the cause. Removing the software solves the issue.

  25. Sean says:

    Hector says:
    April 27, 2009 at 5:42 am
    Symantec’ s Norton can also be the cause. Removing the software solves the issue.

    Why does that not surprise me?

    =========================================

    Having this problem on an XP Pro workstation, several actually;
    I went to HKLM…Services and I see there are subfolders for ‘lanmanserver’ and ‘lanmanworkstation’ with similar listings underneath.

    Should I apply the new DWORD value under lanmanworkstation or still under lanmanserver.

    Just wanted to clairfy.

    Thanks!

  26. Jeremiah says:

    All,

    I also witnessed the infamous “Not enough server storage is available to process this command” last night on a friends system. 3 machines running XP Pro SP2, SP3 X 2, same workgroup. Could see the shared files from the “server” machine, but as soon as I went to a share, got the message. I was doing a Quickbooks Enterprise 9.0 upgrade for them, from Quickbooks Pro 2008. If I ran QuickBooks enterprise on the “server” machine, the clients could not connect to the share. Got the same message mentioned above. As soon as I closed out of Quickbooks on the “server” machine, the clients could connect to the share and Quickbooks. Intuit is pointing the finger at MS. They have Norton on 2 machines, and McAfee on another.

    My question: I added the lanmanserver DWORD reg entry on the “server” machine. It did not resolve the situation mentioned above. Do I need to add this to the clients as well?

    Thanks,
    Jeremiah

  27. Jason says:

    Thanks for this tips… Finally, I solved my problem…

  28. Danny says:

    Hi,

    So Questions,

    Client of mine had this a few weeks ago and added the IRPStackSize and set it to 21 all worked for 3 weeks, then this morning I get a phone call and its the dreaded “Not enough server storage is available to process this command” was back,

    so i logged in remotely and tried to get into the Regedit and its was missing off the PC and also the Start>Run was not working. strange so i had to copy files over from my pc. and i went back into the IRPStackSize and had to increase to 24 and now is working again.

    What cause the IRPStackSize to stop working, and what happens once i get to 50 and cant get above?

    Dan

  29. Jeff says:

    Thanks a lot,

    Edited the registry on my WinXP 64-bit that is acting as the host server.

    Had to create the dword value and used a hexadecimal value of 21.

    So far, so good.

  30. Eric says:

    I just completed the modifications to the registry and now my computer won’t start…

  31. Eric says:

    Here’s a followup to my computer not starting… It took about 5 min for my computer to load the sign on page for Windows XP. Initially, the computer would start, ask if I wanted to start in ’safe mode’, I said yes and after many of the files scrolled over the screen, it would shut off. I rebooted three times.

    I am happy to say, that I am now able to access my external shared drives! I am running a xp that has three external drives and a mac.

    Thank you

  32. Michael says:

    I got two computer, one HP media center box and one Lenovo X60s laptop. Both reinstalled with the same version of XP SP3. HP sharing works fine but Lenovo machine shows the above message all the time when accessed from the network. Applied above tip and magic happens! everything is working. Thanks a lot.

  33. Jisad says:

    Thanks
    My problem has been solved

  34. Melvin says:

    I’ve tried this simple registy add-on and after restarting the computer everything works fine. Thanks very much for the tip.

  35. Omari says:

    I was having the same problem. First I thought it was permissions, firewall settings, and even wireless settings. This was the trick to my fix. Thanks!

  36. JoePapa says:

    Had to increase value to 18 but now it is working. Awesome fix!

  37. Simon says:

    Fantastic, fixed at last.

    TVM

  38. FarVision says:

    This registry addition solved this on two machines. Thanks.

  39. west says:

    do i do this for each folder?

  40. west says:

    i didnt see the IRPStackSize but when i try to create one with that name it says it already exist???

  41. C-moua says:

    Awesome ! thanks so much for this tip :)

  42. Jorge says:

    Thanks!
    I have two USB drives (1TB & 500GB) connected to my XP SP2 machine, and was only able to access the 1TB from my VISTA 64bit machine. After applying this REGEDIT to both machines, I can now access both drives.

  43. iTropics says:

    Thanks. It worked for me. I added the IRPStackSize in Vista Home Premium, at first I typed 25, the client said that it worked for 12 hours and she received the error again on a different drive but still using the same server PC. That is why I changed 25 to 50. Hopefully, the client will not receive the error again.

  44. peter adamson says:

    I too have had this problem for three weeks – and it’s really central to the way I work – so this solution was A REALLY BIG HELP. I had to set the IRPStackSize on my desktop to 18 before the problem was solved (linking a vista laptop tp an XP desktop). Many many thanks.

  45. Brian Thomas says:

    So… I’ve got a problem with the “not enough storage to process this command” error, but the premise seems to be a bit different from everyone else here, and I can’t see how it seems to be a sharing issue as it is just my sole computer, running vista, with a cable modem being my direct internet access point. I get the error when I am trying to install the Windows Media Format 11 runtimes on my computer, and as a result have never installed said codec and been settling with WMF9 ever since I bought the computer maybe two years ago. I just did a clean reformat as part of a ritualistic cleanup process, and it doesnt matter what state the compy is in… it never has worked once. Any thoughts? I’d like to consider myself fairly computer savvy, granted no programmer, but have been kinda stumped on this one. Tried installing both with elevated priviledges and regular, no diff. Any help would be awesome!

  46. Tony North says:

    You The Man! Solution worked perfectly for me!

  47. Pam says:

    What gets me is how in the world has this server ran for 3 years and not had this problem until now?

  48. Hawkeye says:

    Magic!!!!!!
    Have a home network with 3 XP and 1 Vista PC’s which has been running fine for about 18 months
    Suddenly last night 1 of the XP PC’s developed this problem. Nothing new installed or changed (except an update to Adobe Reader) and suddenly no access to any shares
    Googled the message, found this fix, applied it with value of 21, then HEY PRESTO, NO PROBLEMS
    THANKS MUCHLY

  49. Joon says:

    Thank you so much!!! I finally get solved by following your instruction. You saved my day! :)

  50. TJ says:

    AWESOME! Had a client with a 6 xp station network. Has been working fine for over a year. It suddenly wouldn’t see an external USB HD that is used for nightly backups. Said it was now an Internet share.

    This fix worked! Did it on the machine that had the external drive – rebooted – and all the other machines could see it again!!!!!

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

© 2005-2009 Ghacks.net. All Rights Reserved. Privacy Policy - About Us