Support for Windows XP ends April 8, 2014
Microsoft will end support for Windows XP on April 8, 2014. This change will affect your software updates and security options. Article ID: 109626 - View products that this article applies to. System TipThis article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you.Visit the Windows 7 Solution Center This article was previously published under Q109626 SUMMARY
This article details the steps to enable logging of debug information by using a debug version of Net Logon and the required debug DLLs.
MORE INFORMATIONImportant This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 To have us enable or disable debug logging for the Net Logon service for you, go to the "Fix it for me" section. If you prefer to fix this problem yourself, go to the "Let me fix it myself" section.
(http://support.microsoft.com/kb/322756/
)
How to back up and restore the registry in WindowsFix it for meTo fix this problem automatically, click the Fix it button or link. In the File Download dialog box, click Run, and then follow the steps in the Fix it wizard. Notes
Then, go to the "Did this fix the problem?" section. Let me fix it myselfThe version of Netlogon.dll that has tracing included is installed by default. To enable debug logging, set the debug flag that you want in the registry and restart the service by using the following steps:
nltest /dbflag:0x2080ffff Nltest is included as part of Windows Server 2008 and is also available as part of the Support Tools packages on the installation media for Windows Server 2003, Windows XP, and Windows 2000. After you finish debugging, you can run the nltest /dbflag:0x0 command from a command prompt to reset the debug flag to 0. For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base: 247811
(http://support.microsoft.com/kb/247811/
)
How domain controllers are located in Windows
189541
(http://support.microsoft.com/kb/189541/
)
Using the checked Netlogon.dll to track account lockouts
Did this fix the problem?
//////////////////////////////////////////////////////////////////////// // Windows Server 2008, Windows Vista, Windows Server 2003, Windows 2000 Debug flags and their values //////////////////////////////////////////////////////////////////////// #define NL_INIT 0x00000001 // Initialization #define NL_MISC 0x00000002 // Misc debug #define NL_LOGON 0x00000004 // Logon processing #define NL_SYNC 0x00000008 // Synchronization and replication #define NL_MAILSLOT 0x00000010 // Mailslot messages #define NL_SITE 0x00000020 // Sites #define NL_CRITICAL 0x00000100 // Only real important errors #define NL_SESSION_SETUP 0x00000200 // Trusted Domain maintenance #define NL_DOMAIN 0x00000400 // Hosted Domain maintenance #define NL_2 0x00000800 #define NL_SERVER_SESS 0x00001000 // Server session maintenance #define NL_CHANGELOG 0x00002000 // Change Log references #define NL_DNS 0x00004000 // DNS name registration // // Very verbose bits // #define NL_WORKER 0x00010000 // Debug worker thread #define NL_DNS_MORE 0x00020000 // Verbose DNS name registration #define NL_PULSE_MORE 0x00040000 // Verbose pulse processing #define NL_SESSION_MORE 0x00080000 // Verbose session management #define NL_REPL_TIME 0x00100000 // replication timing output #define NL_REPL_OBJ_TIME 0x00200000 // replication objects get/set timing output #define NL_ENCRYPT 0x00400000 // debug encrypt and decrypt across net #define NL_SYNC_MORE 0x00800000 // additional replication dbgprint #define NL_PACK_VERBOSE 0x01000000 // Verbose Pack/Unpack #define NL_MAILSLOT_TEXT 0x02000000 // Verbose Mailslot messages #define NL_CHALLENGE_RES 0x04000000 // challenge response debug #define NL_SITE_MORE 0x08000000 // Verbose sites // // Control bits. // #define NL_INHIBIT_CANCEL 0x10000000 // Don't cancel API calls #define NL_TIMESTAMP 0x20000000 // TimeStamp each output line #define NL_ONECHANGE_REPL 0x40000000 // Only replicate one change per call #define NL_BREAKPOINT 0x80000000 // Enter debugger on startup PropertiesArticle ID: 109626 - Last Review: May 3, 2011 - Revision: 11.0 APPLIES TO
|

Back to the top











