Repairing a Corrupted WINS Database w/ Starting Version CountLast reviewed: March 25, 1997Article ID: Q135405 |
The information in this article applies to:
SUMMARYThis article explains how you may increase the Starting Version Count within WINS preferences to repair WINS database corruption.
MORE INFORMATIONTo repair WINS database corruption, you may modify the Starting Version Count (also called Starting Version ID) within WINS preferences to increase the Highest Version ID of the Local Database. You may set this Starting Version ID only to a higher value than the existing Highest Version ID. After you set it to a higher value you may not lower it without deleting the databases and reinstalling Windows Internet Naming Service (WINS). NOTE: Although the terms Starting Version ID and Highest Version ID contain the word Version they do not refer to a particular released version of the product, but to the number of entries in the WINS database. Therefore, you may use any number that is a higher value than the current Starting Version ID. For additional information, refer to the EXAMPLES section below. To modify the Starting Version ID in the registry: WARNING: Using Registry Editor incorrectly can cause serious, system- wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.
EXAMPLESA Starting Version ID of FF78 hexadecimal (hex) appears as:
VersCounterStartVal_LowWord: REG_DWORD:0x0000FF78 VersCounterStartVal_HighWord: REG_DWORD:0x00000000To increment this number, change the VersCounterStartVal_LowWord value to FF79. As the number of database entries grows the VersCounterStartVal_LowWord value increases until it reaches 0xFFFFFFFF hex that is the maximum number for a double word hexadecimal value. If you want to increment this number by one, you need to start using the VersCounterStartVal_HighWord counter. For the starting Version ID of 100000000 hex, both parameters appear as follows:
VersCounterStartVal_LowWord: REG_DWORD:0x00000000 VersCounterStartVal_HighWord: REG_DWORD:0x00000001A Starting Version ID of 100000001 hex appears as:
VersCounterStartVal_LowWord: REG_DWORD:0x00000001 VersCounterStartVal_HighWord: REG_DWORD:0x00000001A Starting Version ID of 12FF6F782B3 hex appears as:
VersCounterStartVal_LowWord: REG_DWORD:0xF6F782B3 VersCounterStartVal_HighWord: REG_DWORD:0x0000012F |
Additional query words: prodnt tcp/ip tcpip
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |