How to capture trace logs for Equitrac Reports Manager
Article # 3015509 - Page views: 951
Question:
How to collect trace logs for Equitrac Reports Manager?
Background:
Unlike most Equitrac logs which are collected through System Manager, the Reports Manager logs are enabled through a registry change.
Answer:
- Create a directory where you would like trace logs to be written to
- On the computer with the Reports Manager, open Registry Editor (Start > type REGEDIT) - NOTE: Follow best practice to back up registry before modifying.
- Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Equitrac\Reports Manager\Debug
- Create/modify the following registry keys. See example below for guidance.
- "Enable", type "dword", value: 2
- "File"= <File where you would like the trace logs to be written to, ensuring double backslashes (\\) are used, for example: C:\\EQLogs\\ReportsManagerLogs.txt>
- Perform tests as required
- Change "Enable" dword from step 4.1 to 1 (this will disable logging)
- Logs will be available in the directory specified in step 4.2
Example: