Skip to main content

Recording Qlik Sense Repository (QRS) Communication

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
ToniKautto
Employee
Employee

Recording Qlik Sense Repository (QRS) Communication

Last Update:

Jul 15, 2021 11:52:59 PM

Updated By:

ToniKautto

Created date:

Jul 15, 2021 11:41:08 PM

Attachments

For troubleshooting, it may sometimes be required to investigate communication to Qlik Sense Repository (QRS) in more detail.

NOTE 1: This recording may lead to a large file, and should only be utilized as requested by Qlik Support
NOTE 2: Always disable recording when a test is completed, to avoid filling up storage disk


Additional communication recording is available in QRS through the below REST API endpoints on port 4242: 

To verify if the log is enabled:

GET qrs/internal/management/record

To enable logging:

POST /qrs/internal/management/record/enable

To disable logging:

POST /qrs/internal/management/record/disable

The logs are generated in this folder: C:\ProgramData\Qlik\Sense\Log\Repository\ as .rec files.
The logging must be enabled on the target node where QRS trace is required. 
It's not necessary to restart the services for the change to take effect.

Attached are examples of scripts that can be used to enable and disable the recording, by invoking the above REST API end-points through PowerShell.  

Environment

  • Qlik Sense Enterprise on Windows June 2019 and later

 

The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.

Contributors
Version history
Last update:
‎2021-07-15 11:52 PM
Updated by: