How to Diagnose Event ID 4320

Last reviewed: October 2, 1997
Article ID: Q120752
The information in this article applies to:
  • Microsoft Windows NT Workstation versions 3.5, 3.51, and 4.0
  • Microsoft Windows NT Server versions 3.5, 3.51, and 4.0

SYMPTOMS

On your Windows NT computer, you may receive the following event log message in Event Viewer:

   Event ID: 4320
   Source: NetBT

CAUSE

This message is caused when another computer sends a name release message to your computer. The most likely reason for this is that a duplicate name has been detected on the network.

MORE INFORMATION

Use the NBTSTAT -N command to see the name of the computer in the conflict state. The IP address of the node that sent the message is in the data returned by this command. The following example shows what the data may look like in one of these events:

   0000:   00   00   04   00   01   00   54   00
   0008:   00   00   00   00   e0   10   00   c0
   0010:   00   00   00   00   00   00   00   00
   0018:   00   00   00   00   00   00   00   00
   0020:   00   00   00   00   00   00   00   00
   0028:   e7   1a   65   16

Offset 28 is the IP address of the computer requesting name release. To determine the decimal IP address, invert the four hexadecimal numbers and convert them to decimal numbers separated by periods. Using this method, the IP address of E7 1A 65 16 becomes 22.101.26.231.

The status column of the NBTSTAT output for the computer in conflict should contain either "Conflict" or "Released."

You can run the NBTSTAT -A command with the IP address to get the computer name.

NOTE: This error message is generated in many cases due to normal circumstances, and should not be cause for alarm.


Additional query words: prodnt
Keywords : NTSrvWkst nttcp kberrmsg kbnetwork
Version : WinNT:3.5,3.51,4.0
Platform : winnt
Issue type : kbhowto


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