Event ID 4319: Duplicate Names on the Network
ID: Q242053
|
The information in this article applies to:
-
Microsoft Windows NT Server version 4.0
SYMPTOMS
When you start the computer, the NetBIOS name resolution over your Transmission Control Protocol/Internet Protocol (TCP/IP)-based network may not succeed, and Event Viewer may report Event ID 4319 with the following error message:
A duplicate name has been detected on the TCP network.
The IP address of the machine that sent the message is in the data.
Use nbtstat -n in a command window to check which name is in the conflict state.
CAUSE
This behavior can occur if there are incorrect static mappings in the Windows Internet Name Service (WINS) database, or if a multihomed WINS server has the WINS Client (TCP/IP) bound to both network adapters.
RESOLUTION
To resolve this issue, delete the static WINS mappings and clean (scavenge) the WINS database. If the server is a multihomed WINS server, disable the WINS client on one of the network adapters.
To do this, follow these steps:
- Delete the static mappings:
- Start WINS Manager.
- On the Mappings menu, click Static Mappings.
- In the Static Mappings dialog box, click WINS Static
Mapping, and then click Delete Mapping.
- Click Close.
- Clean the WINS database:
- In the WINS Manager window, click Mappings, and then click
Initiate Scavenging.
- To confirm the queuing of the scavenging command, click
OK.
- Disable the WINS client:
- In Control Panel, double-click Network.
- Click the Bindings tab.
- In the Show Bindings For list, click All
Adapters.
- Click the plus character (+) next to the appropriate
adapter name.
- Right-click WINS Client (TCP/IP), and then click
Disable.
- In the Network dialog box, click OK.
- Click Yes to restart the computer.
Additional query words:
multihomed static
Keywords :
Version : winnt:4.0
Platform : winnt
Issue type : kbprb