home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q108 / 8 / 74.TXT < prev    next >
Encoding:
Text File  |  1993-12-29  |  2.8 KB  |  89 lines

  1. DOCUMENT:Q108874  28-DEC-1993  [W_NT]
  2. TITLE   :Adding Group and User Causes Full Synchronization
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. In some cases, when you create a new Group on a primary domain controller
  19. (PDC) then add a new User to the new Group, a full synchronization occurs
  20. on an OS/2 backup domain controller (BDC); the entire accounts database is
  21. copied from the PDC to the BDC.
  22.  
  23. CAUSE
  24. =====
  25.  
  26. During the partial sync, NetLogon on the PDC packs a delta for each of the
  27. following events:
  28.  
  29.  - The membership of the group is changed.
  30.  
  31.  - A new user is added.
  32.  
  33.  - The new user is added to the group.
  34.  
  35. For the first event, the delta contains the membership of the group.
  36. However, the newly-added user is a member of the group. When the BDC gets
  37. this delta, it doesn't handle it properly because the new user doesn't
  38. exist yet on the BDC.
  39.  
  40. STATUS
  41. ======
  42.  
  43. This behavior is by design in the LAN Manager NetLogon service.
  44.  
  45. MORE INFORMATION
  46. ================
  47.  
  48. Steps to Reproduce Problem
  49. --------------------------
  50.  
  51. 1. Open User Manager For Domains.
  52.  
  53. 2. Select a user.
  54.  
  55. 3. Choose User, and then choose New Global Group.
  56.  
  57. 4. Add the group. (Note that the user will automatically be added to the
  58.    group.)
  59.  
  60. 5. Immediately create a user.
  61.  
  62. 6. Add this user to the already created new group.
  63.  
  64. The full sync then occurs to the OS/2 BDC.
  65.  
  66. If you are using LAN Manager version 2.2b on the BDC, error 3226 ( c9 08--
  67. 2249 ) may appear in the error log:
  68.  
  69.    Error in synchronizing with primary domain controller \\PDC
  70.  
  71. Additional reference words: 3.10
  72. KBCategory:
  73. KBSubCategory: pertune
  74.  
  75. =============================================================================
  76.  
  77. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  78. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  79. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  80. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  81. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  82. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  83. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  84. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  85. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  86. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  87. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  88.  
  89. Copyright Microsoft Corporation 1993.