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 INFORMATION
To 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).
EXAMPLESA Starting Version ID of FF78 hexadecimal (hex) appears as:VersCounterStartVal_LowWord: REG_DWORD:0x0000FF78 VersCounterStartVal_HighWord: REG_DWORD:0x00000000 To 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:0x00000001 A Starting Version ID of 100000001 hex appears as: VersCounterStartVal_LowWord: REG_DWORD:0x00000001 VersCounterStartVal_HighWord: REG_DWORD:0x00000001 A 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
Keywords : kbnetwork nttcp ntregistry NTSrv |
Last Reviewed: January 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |