Differences

This shows you the differences between two versions of the page.

Link to this comparison view

control_error_-_not_enough_server_storage_is_available_to_process_this_command [2019/01/27 11:28]
control_error_-_not_enough_server_storage_is_available_to_process_this_command [2019/01/27 11:28] (current)
Line 1: Line 1:
 +======  ======
 +
 +
 +
 +===== Explanation of Error =====
 +
 +
 +
 +When when you try to access shares on a machine from a client you might receive "Not enough server storage is available to process this command." error. You may also come across this message and Event ID: 2011 in Event Viewer after you install Norton Antivirus for Windows (which seems to be the most common reason why people see this message).
 +
 +**Note**: The following procedure is only confirmed on Windows XP.
 +
 +
 +
 +===== Severity =====
 +
 +**Normal**. User experiences errors, but can function. Restarting or rebooting is sometimes necessary.
 +
 +
 +
 +===== Possible Root Cause(s) =====
 +
 +
 +
 +===== Resolution =====
 +  - Click Start, and then click Run.
 +  - Type regedit, and then click OK.
 +  - Navigate to the following registry key:
 +
 +
 +
 +<html><div style="margin-left: 40px;"> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters </div></html>
 +  - In the right pane, double-click the IRPStackSize value.
 +  - If the IRPStackSize value does not already exist, you will need to create it:
 +    * In the Parameters folder of the registry, right-click the right pane.
 +    * Point to New, and then click DWord Value.
 +    * Type **IRPStackSize** . (Note: Type "IRPStackSize" exactly as it is displayed because the value name is case-sensitive.)
 +  - Change the Base to decimal.
 +  - In the Value Data box, type a value that is larger than the value that is listed.
 +
 +
 +
 +If you created the IRPStackSize value using the procedure described in step 4, the default value is 15. It is recommended that you increase the value by 3. Therefore, if the previous value was 11, type 14, and then click OK.
 +  - Close the Registry Editor.
 +  - Restart the computer.
 +  - If the problem persists after you complete the preceding procedure, try to increase the value of IRPStackSize even more up to a maximum value for Windows 2000/XP of 50 (0x32 hex).
 +
 +
 +
 +===== Version Information =====
 +  * Reported : 11/2008
 +  * Version(s): All
 +
 +
 +