Srv Event 2000 with Status Code C000023A

Last reviewed: March 18, 1997
Article ID: Q136150
The information in this article applies to:
  • Microsoft Windows NT Workstation versions 3.51 and 4.0
  • Microsoft Windows NT Server versions 3.51 and 4.0

SYMPTOM

The following error appears in your system log:

   Event ID:  2000

   Description:
   The server's call to a system service failed unexpectedly.

   Data: Words
   0000: 00040000 00540001 00000000 c00007d0
   0010: 00000000 c000023a 00000000 00000000
   0020: 00000000 00000000 13830bbe

NOTE: There are many causes for Srv 2000 error messages. The data segment must match the above exactly (c0000023a and bbe) for the information in this article to apply.

CAUSE

The size of request buffers on your computer running Windows NT Server is too small.

If the request buffer size is too small, the Windows NT server discards the command contained in the server message block (SMB) and logs an error in the system log. The client determines that the server has not satisfied its request and, therefore, resends the request. If the server has enough buffer resources it processes the command without logging an error in the system log.

RESOLUTION

Increase the size of request buffers on your computer running Windows NT.

NOTE: Larger request buffers require more memory, but improve performance.

To increase the size of request buffers, you need to modify the SizReqBuf entry in the registry:

   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.

  • Run REGEDT32.EXE and locate the following registry subkey under the HKEY_LOCAL_MACHINE subtree:

          \SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
    

  • From the Edit menu, choose Add Value and type SizReqBuf in the Value Name field.

  • In the Data Type field, select REG_DWORD and choose OK.

  • In the Data Field, type 4410. Select the Hex option and choose OK.

    NOTE: SizReqBuf has the following range and default setting:

          Range:  512 to 65535 bytes (decimal)
          Default: 4356 (decimal)
    

  • Quit REGEDT32.EXE.

  • Shut down Windows NT and turn off your computer.

  • Restart your computer and Windows NT.

    The server should now have enough resources to process the number of SMB commands that it receives. If the errors continue, increase the value to a maximum of 0xffff (hex) or 65535 (decimal).


  • Additional query words: prodnt
    Keywords : kbnetwork ntconfig
    Version : 3.51 4.0
    Platform : WinNT
    Issue type : kberrmsg


    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.

    Last reviewed: March 18, 1997
    © 1998 Microsoft Corporation. All rights reserved. Terms of Use.