Troubleshooting NET3226 ErrorsLast reviewed: February 13, 1995Article ID: Q99255 |
The information in this article applies to:
SUMMARYThis article describes several causes and cures for the LAN Manager error: net 3226--Error in synchronizing with primary domain controller.
MORE INFORMATIONWhile knowing that the problem stems from the primary domain controller (PDC) narrows the problem somewhat, it still does not adequately cover all possibilities. The first thing to do is translate the hexadecimal "nnnn" of the number 0000:nnnn associated with the message. By way of example, here is an explanation of a value for 'nnnn' taken from a recent incident: C708. First reverse the order of the two pairs of hexadecimal numbers: C7-08 becomes 08C7 Next, translate this into decimal by multiplying the first position by 4096, the second position by 256, the third position by 16 and adding all of these together along with the last position:
0 * 4096 = 08 * 256 = 2048 C * 16 = 192 (since C in hex is 12) 7 = 7 ____ 2247Now use this number in net helpmsg 2247 to produce:
NET2247: The UAS database file is corruptedThis clarifies the problem and helps you determine what to do. If the number computed is far out of range (valid values are approximately 1 to 5500) or seems inapplicable to the situation, go back and make sure you transposed the pairs and performed the conversion correctly. For instance, if C708 is converted without being transposed, the value is 50952. Not all net 3226 messages are a result of the above problem. These causes were extracted from incident reports to Product Support Services in the last year.
net stop netlogon net start netlogon /update:yes For more serious backup or member UAS corruption:
|
Additional reference words: 2.10 2.1 2.1a 2.10 2.20 2.2
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |