JSI Tip 4460. You receive Event IDs 3051 and 5706 on a domain controller?

Jerold Schulman

November 15, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today


The event log on your Windows 2000 domain controller may contain any of the following:

Warning: Netlogon Event 3051:The registry or the information you just typed includes an illegal value for "DBFlag".Event 3051:The registry or the information you just typed includes an illegal value for "SysVol".Event 3051:The registry or the information you just typed includes an illegal value for "DynamicSiteName". Error: Netlogon Event 5706:Netlogon could not create share c:winntsystem32replimportscripts. The following error occurred:The System could not find the path specified.Error Netlogon Event 5706:The Netlogon service could not create server share. The following error occurred: The filename, directory name, or volume label syntax is incorrect.

It is likely that the the registry entries at KEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNetlogonParameters are missing or corrupt.

To fix the problem:

1. Open a CMD prompt and type net stop netlogon.

2. Use Regedt32 to navigate to KEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNetlogonParameters

3. The following entries should be present:

Value Name: DBFlagData Type:  REG_SZValue:      0Value Name: DynamicSiteNameData Type:  REG_SZValue:      Value Name: SysVolData Type:  REG_SZValue:      Path_to_sysvol (C:WINNTSYSVOLsysvol)

While adding these values, if you receive:

Registry Editor could not create the value entry; the value entry already exists. Please enter a new name.

then the value is corrupt. Use Regedit to view the Parameters key. If you see all the above Value Names, delete the SysVol Value Name and go to step 4. Delete any entries that you can NOT see in Regedt32.

4. Using Regedt32, Press Edit / Add Value to add the missing entries.

5. Exit the registry editors.

6. Open a CMD prompt and type net start netlogon.

NOTE: If you have another domain controller in this domain, you can export these registry entries and import them to this domain controller.

NOTE: See tip 1794 Invalid registry entry, Netlogon Event ID 3051?




Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like