Event ID:2000 Errors in Event Log

Last reviewed: May 13, 1997
Article ID: Q108256
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

SYMPTOMS

Windows NT logs between one and nine of the following messages per second in the SYSTEM EventLog.

    Date:     10/25/93          Event ID:  2000
    Time:     01:24:15 PM       Source:    Srv
    User:     N/A               Type:      Error
    Computer: <servername>      Category:  None

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

    Data (bytes):
    0000: 00 00 04 00 01 00 54 00   ......T.
    0008: 00 00 00 00 d0 07 00 c0   ....D..A
    0010: 00 00 00 00 0d 00 00 c0   .......A
    0018: 00 00 00 00 00 00 00 00   ........
    0020: 00 00 00 00 00 00 00 00   ........
    0028: c0 0b 00 00               A...

CAUSE

The event indicates that the server got STATUS_INVALID_PARAMETER (c0000008) when it called NtQueryInformationFile (bc0). This happens when the server tries to open a pipe named "\".

The problem is that if a Windows NT WOW or MVDM client application opens a file against a Windows NT server and that open fails, the clients WOW and MVDM both call a routine called IsCDROMFile that attempts to open and call QueryVolumeInformation of the file <server>\PIPE\ which fails on the server.

STATUS

Microsoft has confirmed this to be a problem in Windows NT and Windows NT Advanced Server version 3.1. This problem was corrected in the latest US Service Pack for Windows NT and Windows NT Advanced Server. For information on obtaining this update, query on the following word in the Microsoft Knowledge Base (without the spaces):

   S E R V P A C K


Additional query words: prodnt
Keywords : kbbug3.10 kbnetwork ntnetserv
Version : 3.1
Platform : WINDOWS


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: May 13, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.