Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details

How to disable Task Log Data Encryption in Qlik Replicate

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

How to disable Task Log Data Encryption in Qlik Replicate

Last Update:

Mar 6, 2024 5:15:17 AM

Updated By:

Sonja_Bauernfeind

Created date:

Mar 6, 2024 5:14:52 AM

Environment

  • Qlik Replicate May 2023 (Version 2023.5 and later)

 

What is Replicate log file encryption?

Starting from version "November 2021" (Version 2021.11), Qlik Replicate introduced support for log data encryption to safeguard customer data snippets from being exposed in verbose task log files. However, this enhancement also presented its own set of challenges, such as making it very difficult to read the logs and complicating troubleshooting processes, the steps of Decrypting Qlik Replicate Verbose Task Log Files takes time.

How to disable Task Log Data Encryption?

In response to customer feedback and feature requests, we implemented a new feature allowing users the flexibility to disable log encryption in Qlik Replicate. This enhancement was rolled out with the release of Qlik Replicate version 2023.5 GA. This article serves as a guide on how to effectively disable Task Log Data Encryption.

Steps

  1. Stop the Replicate Server services.
  2. Open <REPLICATE_INSTALL_DIR>\bin\repctl.cfg and add one line disable_log_encryption.
    {
          "port": 3552,
          "plugins_load_list": "repui",
          ... ...
          "enable_data_logging": true,
          "disable_log_encryption": true
    }​
  3. Save the repctl.cfg file and start the Replicate Server services.
  4. Now the task log files display database data, sample lines like:

    00029680: 2024-03-01T18:30:26:105005 [TARGET_LOAD ]V: Column name: ID value: 441260d008490: 2600012C000000000000000000000000 | &..,............ 1260d0084a0: 000000 | ... (sqlserver_endpoint_imp.c:2787) 00029680: 2024-03-01T18:30:26:105005 [TARGET_LOAD ]V: Column name: NAME value: trx222 1260d0084a8: 747278323232 | trx222 (sqlserver_endpoint_imp.c:2787)

    Where the database table's column "ID" value is "44", and the column "NAME" value is "trx222" which are in plain text format as well as hexadecimal format datas.
Important Note:
Please exercise caution as verbose task logs may contain sensitive end-user data, and disabling encryption could potentially lead to data leakage. Always ensure appropriate measures are taken to protect sensitive information.

Related Content

    How to Decrypt Qlik Replicate Verbose Task Log Files

 

Version history
Last update:
‎2024-03-06 05:15 AM
Updated by: