Topic Last Modified: 2008-12-09
The Microsoft Exchange Analyzer Tool reads the following registry entries to determine whether the Microsoft Exchange Server User Monitor (ExMon) tracing is correctly enabled for the target server.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem\RpcEtwTracing
HKLM\SYSTEM\CurrentControlSet\Control\WMI\ HKLM\SYSTEM\CurrentControlSet\Control\WMI\Trace\UsePerformanceClock
A value of anything other than 1 for the RpcEtwTracing and UsePerformanceClock values indicates that ExMon tracing is not enabled correctly on the target server and you cannot collect data samples.
The Exchange Analyzer uses the ExMon tool to determine whether a user or a process (or a group of users or processes) is the cause of a disproportionately large percentage of the current server load.
If the Exchange Analyzer determines that ExMon tracing is not correctly enabled for the target server, the Exchange Analyzer displays an error message.
You must correctly enable ExMon tracing by setting the values of these entries to 1 and then restarting the Exchange store service.
Note: |
---|
Setting the RpcEtwTracing value to 1 will cause the Exchange Analyzer to display a nondefault configuration message. The Exchange Analyzer reports this configuration for information only and no action is required. |
Important: |
---|
This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore the registry if a problem occurs. For information about how to restore the registry, view the "Restore the Registry" Help topic in Regedit.exe or Regedt32.exe. |
-
Open a registry editor, such as Regedit.exe or Regedt32.exe.
-
Navigate to: HKLM\SYSTEM\CurrentControlSet\Services\MSExchangeIS and right-click ParametersSystem.
-
To create the RpcEtwTracing value:
- Point to New, and then click DWORD Value.
- For the new value name, type RpcEtwTracing.
- Double-click RpcEtwTracing. In Value data, type
1.
- Click OK.
- Point to New, and then click DWORD Value.
-
To edit the RpcEtwTracing value:
- Double-click RpcEtwTracing. In Value data, type
1.
- Click OK.
- Double-click RpcEtwTracing. In Value data, type
1.
-
Close Registry Editor.
-
Restart the Microsoft Exchange Information Store service for the changes to take effect.
-
Open a registry editor, such as Regedit.exe or Regedt32.exe.
-
Navigate to: HKLM\SYSTEM\CurrentControlSet\Control\ and then right-click WMI.
-
To create the Trace key:
- Point to New, and then click Key.
- For the new key name, type Trace.
- Right-click Trace, point to New, and then click
DWORD Value.
- For the new value name, type UsePerformanceClock.
- Double-click UsePerformanceClock. In Value data, type
1.
- Click OK.
- Point to New, and then click Key.
-
To edit the UsePerformanceClock value:
- Double-click UsePerformanceClock. In Value data, type
1.
- Click OK.
- Double-click UsePerformanceClock. In Value data, type
1.
-
Close Registry Editor.
-
Restart the Microsoft Exchange Information Store service for the changes to take effect.
For more information about Microsoft Exchange Server User Monitor, see http://technet.microsoft.com/en-us/library/bb508855(EXCHG.65).aspx.