Showing posts with label network troubleshoot. Show all posts
Showing posts with label network troubleshoot. Show all posts

Friday, February 18, 2011

cant access network share folders (Not enough server storage is available to process this command)

when you try to access shared folders though the network, sometime you might receive the following error.
(Not enough server storage is available to process this command)
to solve this problem you have to modify some registry settings, to do that follow these steps.

  • click start > click run> type regedit, and then click ok to open registry editor
  • navigate to HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Services\ LanmanServer \Parameters
  • in the right pane check for a IRPStackSize dword value
  • if it is not there you have to create new dword value. to do that right click blank area of the right pane > point to new > click DWORD value
  • now rename the value name as IRPStackSize
  • now double click IRPStackSize , in the value data box type 15 (which is the dafault value)
Note - It is recommended that you increase the value by 3, for example if value 15 not worked, you can try for value 18

after you changed value, restart your pc and try to access share folders on the network, it should work now.