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.

CLM/FIM CM client logging


View products that this article applies to.

Summary

Sometimes when troubleshooting problems with the CLM or FIM CM smartcard client or online update client, you will need to turn on tracing for these components. This is done with the following registry keys.

↑ Back to the top


More Information


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CLM\adk]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CLM\adk\TraceError]
"C:\\Program Files\\Internet Explorer\\iexplore.exe"=dword:00000001
"C:\\Program Files\\Microsoft Forefront Identity Manager\\2010\\CM Client\\Bin\\clmProfileUpdate.exe"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CLM\adk\TraceError\Folder]
"c:\\Program Files\\Internet Explorer\\iexplore.exe"="c:\\cmTraces"
"C:\\Program Files\\Microsoft Forefront Identity Manager\\2010\\CM Client\\Bin\\clmProfileUpdate.exe"="c:\\cmTraces"

Note that you need to give the Everyone group Full Control to the folder where the log file is created, in this example c:\cmTraces.
The dword value under the TraceError key can be 0 for no tracing or 1 for tracing enabled.
The above example is for FIM CM, if you are using CLM you will need to provide the correct path for the clmProfileUpdate.exe.
The log file is created in the format YYYYMMDD.log

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 2533480
Revision : 3
Created on : 9/25/2020
Published on : 9/25/2020
Exists online : False
Views : 160