Monday, September 26, 2011

Network share folder error: "Not Enough Server Storage is Available to Process This Command"

IF you encounter network share folder error message below:
"Not Enough Server Storage is Available to Process This Command"


But you pretty sure that still many free diskspace at the Windows server.

To resolve this issue, you may try increase the value of the IRPStackSize registry entry. To do this, follow these steps:

1. Click Start, click Run, type "regedit", and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Services\ LanmanServer\ Parameters
If the IRPStackSize entry is not present in this subkey, follow these steps:
1. Click Edit, point to New, and then click to add "DWORD Value".
2. Named it as "IRPStackSize", and then press ENTER.

Note Type IRPStackSize exactly as it appears. The value name is case sensitive.
3. Click IRPStackSize, click Edit, and then click Modify.
4. In the "Data Value" box, enter a value of "20"(Decimal) as many sites suggested, and then click OK.
5. Reboot the file server.

If the problem persists after you complete the above steps, you might need to readjust the value of IRPStackSize more.

For reference:
http://winhlp.com/node/40

No comments:

Post a Comment