How to turn on the DebugLogging key on Systems Management Server 2003 advanced clients and management points (833417)



The information in this article applies to:

  • Microsoft Systems Management Server 2003

Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SUMMARY

When you troubleshoot issues in advanced clients or management points, you can turn on the DebugLogging key on the computer where the issue occurs. As a result, the actions of Ccmexec are logged. A log of these actions can help to troubleshoot the issue. DebugLogging works the same on both the Microsoft Systems Management Server (SMS) 2003 advanced clients and the SMS 2003 management points because they use the same Ccmexec framework and process name.

MORE INFORMATION

Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To turn on the DebugLogging key on the SMS 2003 advanced client or management point , follow these steps:
  1. Stop the SMS Agent Host service:
    1. Click Start, point to Programs, point to Administrative Tools, and then click Services.
    2. In the Services screen, locate the SMS Agent Host service.
    3. Right-click the SMS Agent Host service, and then click Stop.
  2. Click Start, click Run, type regedit in the Open box, and then click OK.
  3. In Registry Editor, add the following key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\Logging\DebugLogging

  4. Add a new subkey to this key:
    • Subkey name: Enabled
    • Value: True
    • DataType: REG_SZ
  5. Restart the SMS Agent Host service.
Note Turn on the DebugLogging key only for debugging purposes. Turn it off again when the issue is resolved by changing the value of Enabled to False.

Modification Type:MinorLast Reviewed:6/13/2005
Keywords:kbinfo KB833417 kbAudITPRO