Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XADM: Per-User Tracing Feature Added to Exchange 2000 Server Service Pack 2 (SP2)


View products that this article applies to.

This article was previously published under Q296624
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 (http://support.microsoft.com/kb/256986/EN-US/) Description of the Microsoft Windows Registry

↑ Back to the top


Summary

Microsoft Exchange 2000 Server Service Pack 2 (SP2) contains a new diagnostic feature that provides support for "per-user tracing." Per-user tracing is a facility for tracing activity on the server for a specified mailbox or user. This feature can only be enabled on retail builds. For additional information about the latest service pack for Microsoft Exchange 2000 Server, click the article number below to view the article in the Microsoft Knowledge Base:
301378 XGEN: How to Obtain the Latest Exchange 2000 Server Service Pack

↑ Back to the top


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 enable this feature, you need to create or set the following registry values under the following registry key on the Exchange 2000 server:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
Enable Tracing=dword:00000001

When Enable Tracing" is set to a value of 1, tracing is enabled.
Trace User LegacyDN

Set Trace User LegacyDN as type reg_sz. In addition, specific users need to be identified for tracing. The registry value Trace User LegacyDN needs to be set to the legacy Exchange Distinguished Name (DN) of the user for which tracing will be enabled. For example:

Trace User LegacyDN=/o=OrgName/ou=SiteName/cn=Recipients/cn=1234
Collectively, these registry settings will enable tracing for the specified mailbox. In addition, the delegate logons to the user mailbox will also be traced. To disable filtered tracing, Enable Tracing must be set to 0 and the Trace User LegacyDN registry value should also be removed.

The following is an example of a registry file that can be constructed to enable tracing on a user's mailbox:
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem]
"Enable Tracing"=dword:00000001
"Trace User LegacyDN"="/o=OrgName/ou=SiteName/cn=Recipients/cn=1234"

↑ Back to the top


Keywords: KB296624, kbinfo, kbexchange2000sp2fix, kbexchange2000presp2fix, kbexchange2000presp1fix

↑ Back to the top

Article Info
Article ID : 296624
Revision : 6
Created on : 10/26/2006
Published on : 10/26/2006
Exists online : False
Views : 323