The information in this article applies to:
SYMPTOMSAn event ID 2000 may appear in the System Event log of a computer running Windows NT server when a remote network command fails. The following error message may appear as well:
CAUSEAn event 2000 may appear when a network application sends a Delete File command to the shared network drive of a computer running Windows NT Server if the file it is trying to delete does not exist on that server. A "STATUS_NO_SUCH_FILE" event ID 2000 with the following data will appear in the System Event Log:
MORE INFORMATION
When you review an event 2000, pay particular attention to the second word
in the second line of the event data (in this case, c000000f). The event
that corresponds to c000000f is the one connected with the
STATUS_NO_SUCH_FILE message.
Q148942 How to Capture Network Traffic with Network MonitorIf you need to monitor the network from an alternate platform, contact Microsoft Technical Support; or obtain Network Monitor from the Systems Management Server installation, if it is available. RESOLUTION
The System.evt file can be monitored in the same time window to determine
the time interval that may contain an event 2000 in the trace. Filtering
event 2000s in Network Monitor makes reviewing the capture easier to read.
Frame 4207 shows that a computer with the address 134.131.3.62 is sending
the Delete File command to delete the file Pcdmnni.taf. Frame 4217 shows
that the computer running Windows NT Server with the address 134.131.51.1
responds with the message FILE_NOT_FOUND; this frame will correspond with
the event 2000 listed in System.evt. Frame 5031 shows that the file has
been renamed to Pcdmnni.ilm and that the command Delete File is sent
again. Finally, frame 5040 shows that the file has been deleted
successfully.
Keywords : kbtshoot kbhowto ntgeneral nthowto NTSrvWkst |
Last Reviewed: July 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |