How to enable folder redirection logging to gather verbose troubleshooting information in Windows 2000 (907355)



The information in this article applies to:

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry

INTRODUCTION

This article describes how to enable folder redirection logging to gather verbose troubleshooting information in Microsoft Windows 2000. This verbose troubleshooting information is useful when you are investigating folder redirection errors on a client computer.

MORE INFORMATION

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

Besides logging events in the Application log, folder redirection provides a detailed log that you can use to troubleshoot Group Policy issues. By default, folder redirection Client-Side Extensions (CSE) logging is set to only log errors. To avoid using unnecessary disk space, leave folder redirection logging at the default setting.

To enable folder redirection logging on the client computer, follow these steps:
  1. Log on to the computer on which you want to enable folder redirection logging.

    Note You must log on as an administrator.
  2. Click Start, click Run, type regedit in the Open box, and then click OK.
  3. Locate and then click the following registry subkey:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Diagnostics

  4. On the Edit menu, point to New, and then click DWORD.
  5. Type FdeployDebugLevel, and then press ENTER.
  6. Right-click FdeployDebugLevel, click Modify, type 0x0000000F in the Value data box, and then click OK.

    Note FdeployDebugLevel can have the following values:
    • Ordinary: 0x00000000
    • Verbose: 0x0000000F
    The default FdeployDebugLevel value is 0x00000000.
Important After you finish troubleshooting, disable folder redirection logging to free resources.

Modification Type:MinorLast Reviewed:9/13/2005
Keywords:kbhowto KB907355 kbAudEndUser kbAudITPRO