wntDomainSync Error:695
Keywords: wntDomainSync Error:695
Question:
I am running wntDomainSync using a domain admin account and I get a box:
WIL Extender Error: 695: Error performing synchronizationThe subject is:
wntDomainSync(PDC,2) WinBatch Studio 2000b WIL Version: 3.0bbvThe code:
PDC=wntGetDc("","DOM1",1) wntDomainSync(PDC,2)Answer:
Make the error occur again.Then look in your Windows directory for a file called WWWBATCH.INI
Double-Click it to open it in Notepad, and then look for the
[WWWNT34I.DLL]section.See if there is and LASTERROR= information there. Report back with the all the error information available there. We can look up various codes, etc, and attempt to figure out what happened.
In comparing your code and documentation...I see that you asked for request code 2, but passed it the name of a PDC. Request code 2 requires a BDC
2 Force replicate on BDC (standard replication). "server-name" should be a BDC.
Reply:
This is the line from the wwwbatch.ini:[WWWNT34I] LastError=50 (I_NetLogonControl)Also, the help file that I have lists below:2: Force replicate on BDC (standard replication). If "server-name" is a BDC, it will cause just that BDC to be replicated. If "server-name" is a PDC, it will case all BDC's to be replicated.
I am trying to sync the entire domain, not just one BDC. Any help you can provide will be appreciated. Your team has been most excellent with the response time and the content of your help. I am very impressed! :)
Answer:
Documentation bug. Use code 44 Force PDC to broadcast change. "server-name" should be a PDC
That tells the PDC to tell the BDC's to update.
Reply:
That did it! Thanks for your help...
Article ID: W14648Filename: wntDomainSync Error 695.txt