HOW TO: Set the Starting Version Count for WINS in Windows 2000 (233486)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Datacenter Server
This article was previously published under Q233486 SUMMARY
This step-by-step article explains how to increase the Starting Version Count in Windows Internet Naming Services (WINS) to repair WINS database problems.
In certain circumstances, you may need to modify the Starting Version Count (also called Starting Version ID) to increase the Highest Version ID of the local WINS database. This forces remote replication partners to replicate any new records. The Starting Version ID should be set only to a higher value than the existing Highest Version ID. After you set a higher value, you cannot lower the value without deleting the databases and reinstalling WINS.
back to the top
Find the Current Highest Version ID
To find the current Highest Version ID: - Open the WINS snap-in in Microsoft Management Console (MMC).
- Click the server you are modifying.
- Right-click the Active Registrations. You see all manageable servers listed by IP address, name and Highest ID.
back to the top
Change the Starting Version Count
There are two ways to change the Starting Version Count: - Using the WINS Snap-inAt the command prompt
- At the command prompt
The following sections describe the procedures to use with either of these methods.
back to the top
Using the WINS Snap-in- Right-click the WINS server, and then click Properties.
- Click Advanced.
- Modify the Starting Version Count (hexadecimal).
back to the top
At a Command Prompt- At a command prompt, type netsh, and then press ENTER.
- Type wins, and then press ENTER.
- Type server, and then press ENTER. (To manage a remote WINS server, type
server [\\servername or IP address].)
- Type set startversion version={high,low}, where high and low are hexadecimal numbers.
For example, if your current Highest ID were 2345, your command might be:
set startversion version={0,3000}
Any new WINS registrations would then begin with 3000 and increment by 1.
back to the top
Full Syntax
Usage : set startversion [version=]{high,low}
version : Beginning version ID number for the WINS database.
High and low part are seperated by comma, and
enclosed by {}.
Purpose : To set the value for the beginning version ID number for
the database.
Example : set startversion version={0,500}
Sets the beginning version ID number for the WINS database to
500.
back to the top
REFERENCES135405 Repairing a Corrupted WINS Database w/ Starting Version Count
167806 Explanation of Advanced Options in WINS Manager
back to the top
Modification Type: | Major | Last Reviewed: | 11/13/2003 |
---|
Keywords: | kbenv kbhowto kbHOWTOmaster kbnetwork KB233486 |
---|
|