WINS Fails to Converge

Last reviewed: November 21, 1997
Article ID: Q168076
The information in this article applies to:
  • Microsoft Windows NT Server versions 3.51 and 4.0

SYMPTOMS

All domain controllers register their domain name with <1c> as the sixteenth character of the NetBIOS name. For each domain, a domain name<1C> record will exist on a Windows Internet Name Service (WINS) server that contains a list of IP addresses of all the domain controllers in that domain.

When several domain controllers register the <1C> name with different WINS servers, a replication problem prevents the replication partners from having an entire list of IP addresses for this record. This may result in client logon problems or uneven load on the domain controllers.

NOTE: This problem happens only when different domain controllers,

      belonging to the same domain, register with different WINS servers,
      and the replication model is NOT a hub and spoke model.

CAUSE

By design, WINS cannot increment the version ID of a replica record (record owned by another WINS server). Only the owner of the record is allowed to increment the version ID of the record. A stalemate situation can occur where an updated replica <1C> record may not be replicated because of the above design rules.

MORE INFORMATION

Consider the following scenario:

   WINS1 <--> WINS2 <--> WINS3 <--> WINS4

   Primary Domain Controller (PDC) 1 - x.x.x.221
   Backup Domain Controller (BDC)  1 - x.x.y.60

  • PDC registers with WINS1;

          WINS1 now has:
          domain<1c> version id 505,
          contains ip x.x.x.221,
          owner is wins1.
    

  • BDC registers with WINS4

          WINS4 now has:
          domain<1c> version id 254
          contains ip x.x.y.60
          owner is WINS4
    

  • WINS1 <--replicates with--->WINS2

          both WINS1 and WINS2 now have:
          domain<1c> version id 505
          contains ip x.x.x.221
          owner is WINS1
    

  • WINS2 <--replicates with --> WINS3

          WINS1 WINS2 and WINS3 now have:
          domain<1c> version id 505
          contains ip x.x.x.221
          owner is WINS1
    

  • WINS3 <-replicates-> WINS4

          WINS4 now has :
          domain<1c> newer version id 255 (or more)
          contains:  ip x.x.x.221;ip x.x.y.60;
          owner WINS4
    

          WINS3 now has:
          domain<1c> SAME version id 505
          contains:  ip x.x.x.221;ip x.x.y.60;
          owner WINS1
    

    NOTE: Version number is not incremented for this record because this is a replica record and is owned by WINS1.

    1. WINS2<--replicates with-->WINS3

            domain<1c> record on WINS2 is not
            updated containing only ip x.x.x.221
      

    RESOLUTION

    The resolution is to give ownership to the WINS Server that merges the <1c> record. In other words, a replication partner can take ownership for a 1C record, if it receives a replica 1C record from a second replication partner.

    In the above scenario the behavior will be:

    (Steps 1-4 are the same)

    1. WINS3 <-replicates-> WINS4

            WINS4 now has :
            domain<1c> version id 255 (wins4's highest id number)
            contains:  ip x.x.x.221;ip x.x.y.60;
            owner WINS4
      

            WINS3 now has:
            domain<1c> version id 2000(wins3's highest number)
            contains:  ip x.x.x.221;ip x.x.y.60;
            ****owner WINS3 <<<<<<NOTE
      

    2. WINS2<--replicates with-->WINS3

            WINS2 now has:
            domain<1c> version id  442<<wins2's highest number>
            contains ip x.x.x.221;ip x.x.y.60;
            ***owner WINS2 <<<<<<NOTE
      

    3. WINS1<--replicates with-->WIN2

            WINS1 now has:
            domain<1c> version id  506 <WINS1's highest number at that time>
            contains ip x.x.x.221;ip x.x.y.60;
            owner WINS1
      

    STATUS

    Microsoft has confirmed this to be a problem in Windows NT version 4.0. A supported fix is now available, but has not been fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information.

    Microsoft has confirmed this to be a problem in Windows NT version 3.51. A supported fix is now available, but has not been fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information. receive


  • Additional query words: prodnt fails 1bh groupname
    Keywords : kbbug3.51 kbbug4.00 kbfix3.51 kbfix4.00 NTSrv nttcp kbnetwork
    Version : WinNT:3.51,4.0
    Platform : winnt
    Issue type : kbbug
    Solution Type : kbfix


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