home *** CD-ROM | disk | FTP | other *** search
- DOCUMENT:Q106167 06-NOV-1993 [W_NT]
- TITLE :Err Msg: Not Enough Server Storage is Available...
- PRODUCT :Windows NT
- PROD/VER:3.10
- OPER/SYS:WINDOWS
- KEYWORDS:
-
- -----------------------------------------------------------------------
- The information in this article applies to:
-
- - Microsoft Windows NT operating system version 3.1
- - Microsoft Windows NT Advanced Server version 3.1
- -----------------------------------------------------------------------
-
- When you access shares on a Windows NT server from a Windows NT client
- and the IRPstackSize parameter is set too low on the server, you may
- receive the following error message:
-
- Not enough server storage is available to process this command.
-
- MORE INFORMATION
- ================
-
- The registry value IRPstackSize, which may be listed at
- HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Services\ LanmanServer\
- Parameters defaults to 0x4 if the value is not explicitly present.
- Valid values range from 0x1 to 0xC (1 to 12). Depending on the
- hardware configuration of a specific machine, the default value may
- not be large enough for the Srv service to properly administer shared
- directories on some of the physical drives. When this is the case, the
- Event Log on the server in question will contain the following event
- message:
-
- Event ID: 2011 Source: Srv
- The server's configuration parameter "irpstacksize" is too small for
- the server to use a local device. Please increase the value of this
- parameter.
-
- You may receive the above error message when a Windows NT client tries
- to access certain shared directories on such a server.
-
- When a Windows for Workgroups client tries to access the same shared
- directories, the following message will be generated:
-
- Path not found.
-
- To increase the value of the parameter when it is not already present,
- drill down to the HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\
- Services\ LanmanServer\ Parameters key in the Registry Editor and
- choose Add Value from the Edit menu. The Value Name should be
- IRPstackSize and the Data Type is REG_DWORD.
-
- WARNING: Using Registry Editor incorrectly can cause
- serious, system-wide problems that may require you to
- reinstall Windows NT to correct them. Microsoft cannot
- guarantee that any problems resulting from the use of
- Registry Editor can be solved. Use this tool at your own
- risk.
-
- Additional reference words: 3.10
- KBCategory:
- KBSubcatagory:keyreg prot
- /*
- /* MSINTERNAL:
- /* Filtered by : TomHa
- /* Tech Review : MarcM
- /* BP
-
- =============================================================================
-
- THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
- PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS
- ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO
- EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
- ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
- CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
- MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION
- OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
- SO THE FOREGOING LIMITATION MAY NOT APPLY.
-
- Copyright Microsoft Corporation 1993.