Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More

How to enable debug logs for Insight Advisor Chat issues and collect the information required

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Rakesh_HB
Support
Support

How to enable debug logs for Insight Advisor Chat issues and collect the information required

Last Update:

Sep 12, 2023 9:33:35 AM

Updated By:

Nick_Asilo

Created date:

Jan 18, 2022 3:44:44 PM

Please follow the below steps to enable debug logs for Data Prep Service(DPS) and NL-broker:

  1. Change the log level from "info" to "debug" in logCategories section under "C:\Program Files\Qlik\Sense\DataPrepService\config-props.json"  file for DPS.
    "logCategories": {
    "System": { "enabled": true, "level": "debug", "toConsole":true},
    "Perf": { "enabled": true, "level": "debug", "logHeaders":["AppId", "UserId"], "toConsole":true},
    "Request": {"enabled": true, "level": "debug", "logHeaders":["ipAddress","AppId", "UserId", "RequestId", "UniqueSessionId", "StatusCode"], "toConsole":true},
    "Trace": { "enabled": true, "level": "debug", "logHeaders":["ipAddress","AppId", "UserId"], "toConsole":true},
  2. Add/Modify the log level in [nl-broker.parameters] section under "C:\Program Files\Qlik\Sense\ServiceDispatcher\services.conf" for NL-broker.
    [nl-broker.parameters]
    LOG_PATH=${LogPath}
    LOG_LEVEL= debug
  3. Restart the Qlik Service Dispatcher services.

 

Then try reproducing the issue using Insight Advisor Chat (IAC) with multiple users and get all the below latest logs:

  1. From this location: C:\ProgramData\Qlik\Sense\Log
    1. DataProfiling
    2. Engine
    3. NLBroker
    4. NLParser
  2. Engine logs from the below archived location are required:

    "C:\<SharedFolder>\ArchivedLgs\<hostname>\Engine\"
  3. Qlik Sense logs for the affected dates.
  4. Windows Logs for the affected dates.
  5. Server info: Go To command prompt: run below command and share the result.
    C:\>systeminfo​

 

Environment

Qlik Sense Enterprise on Windows 

Labels (2)
Version history
Last update:
‎2023-09-12 09:33 AM
Updated by: