Not enough server storage is available to process this command
- 10 Comments... What do you have to say?
Well I recently purchased a terabyte usb hard drive because I got it nice and cheap! ($200). It’s one of those MyBook drives or whatever. Anyways…I connected it to a server, shared it, and was able to access it from my workstation just fine…until..I rebooted the server. I tried accessing the drive from my workstation after the reboot and received some stupid “Not enough server storage is available to process this command” error. Weird because it was working just fine. After a quick Google search, I found the fix that worked for me.
http://support.microsoft.com/kb/177078
Basically I had to create a new value in the registry
- Start
- Run
- regedit
- Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters
- 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!
- Posted in: TECH TIPS!
- Subscribe to RSS
This is working good. Thanks for sharing.
You don’t need to reboot.
net stop lanmanserver
net start lanmanserver
Thanks for the great tip. All of a sudden none of my computers would access my main computer. Weird. A google search brought me to here. The only thing that changed on my main computer was that today I attemped to update my SpySweeper program – not the definitions. Anyhow, it failed and I had to reinstall an older version. This went fine; except the stacksize issue reared its ugly head. So not only a antivirus prog. can cause this issue.
I created the IRPStackSize entry (30), and used the stop and start lanmanserver commands. Like a miracle the main computer was seen again, and the pages started tumbling out of its printer.
Cheers from Ohio
worked great for me, thats for the writeup.
Yeeeeehaaaaa!!!! Works for Me!!!!!
Thanks for the info
Thanks, this solved it for me also!
i have done this process .now its working fine
Thanks for the great tip/walkthrough!
What a relief to have this working again…
Dude, thank you so much. It work! ^_^
this is the real solution the others is just a waste of time! thanks man… simple but very useful!