EO/EE 5.x: How to collect EQWebClient logs
Article # 3015497 - Page views: 754
Information
If you have a problem with the Equitrac Web Client, Kofax support may ask you to collect log files.
In order to collect logs for the EQWebClient, follow the steps below.
Turn on logging:
- Start the Internet Information Services Management console and stop the Equitrac application pool.
- Open web.config from the installation folder of Web Client in a text editor such as Notepad.
- For Equitrac Office it is c:\Program Files\Equitrac\Office\Web Client
- For Equitrac Express it is c:\Program Files\Equitrac\Express\Web Client
- Find the line <add key="Logging" value="NONE" />
Change the value to 'ALL' - <add key="Logging" value="ALL" />
- Save and close web.config, and then restart the Equitrac application pool.
- Use Web Client to reproduce the issue.
Collecting Log Files
- Start Internet Information Management console and stop the Equitrac application pool.
- Go to the
C:\ProgramData\Equitrac\Web Client\Logs folder. - Note: The ProgramData folder is hidden by default.
- Collect all log files and send them to Kofax support.
Turn off logging:
Note: This is a recommended step as logging decreases the performance of the application.
- Start the Internet Information Services Management console and stop the Equitrac application pool.
- Open web.config from the installation folder of Web Client in a text editor such as Notepad.
- For Equitrac Office it is c:\Program Files\Equitrac\Office\Web Client
- For Equitrac Express it is c:\Program Files\Equitrac\Express\Web Client
- Find the line <add key="Logging" value="ALL" />
Change the value to 'NONE' - <add key="Logging" value="NONE" />
- Save and close web.config, and then restart the Equitrac application pool.