Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW

Qlik Replicate: How to register a Qlik Replicate license using RepCtl command

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
Nanda_Ravindra
Support
Support

Qlik Replicate: How to register a Qlik Replicate license using RepCtl command

Last Update:

Oct 2, 2024 1:04:01 AM

Updated By:

Sonja_Bauernfeind

Created date:

Nov 29, 2023 7:42:39 AM

Qlik Replicate can be licensed using RepCtl. For instructions on how to license Qlik Replicate using the standard user interface, see Registering a license.

To register a license on Windows:

  1. Convert the current text format license to JSON file format

    Example license.json file:
    {
         "cmd.license":
    
                  {
    
                       "license_type": "EVALUATION_LICENSE",
                       "licensed_to": "QLIK CUSTOMER",
                       "licensed_by": "Attunity US",
                       "serial_no": "60035964",
                       "expiration_date": "2023-12-01",
                       "hosts": "xxx.xxxx",
                       "source_types": "oracle",
                       "target_types": "target",
                       "features": "yyyy",
                       "version": "2023.11",
                       "issue_date": "2023-10-31",
                       "checksum": "xxxxx-xxxxx-xxxxx-xxxxx"
                   }
    }

  2. Place the JSON format license file (license.json created in step 1) in the Qlik Replicate data/imports folder

    Example: C:\Program Files\Attunity\Replicate\data\imports\license.json

  3. Open a Windows Command Prompt as administrator

  4. In the command line, change to the <Installation_folder>\bin directory

    Example:

    cd "C:\Program Files\Attunity\Replicate\bin"
  5. Run the following command:

    repctl -d <Replicate_data_folder> importlicense license_file=<license_file_location>

    Example:
    repctl -d "C:\Program Files\Attunity\Replicate\data" importlicense license_file="C:\Program Files\Attunity\Replicate\data\imports\license.json"
  6. Restart the Qlik Replicate service

  7. To confirm the registered license or simply view any currently registered license, run the following command:

    repctl getlicense   --help
      view registered license.png

 

To register a license on Linux:

  1. Convert the current text format license to JSON file format

    Example license.json file:
    {
         "cmd.license":
    
                  {
    
                       "license_type": "EVALUATION_LICENSE",
                       "licensed_to": "QLIK CUSTOMER",
                       "licensed_by": "Attunity US",
                       "serial_no": "60035964",
                       "expiration_date": "2023-12-01",
                       "hosts": "xxx.xxxx",
                       "source_types": "oracle",
                       "target_types": "target",
                       "features": "yyyy",
                       "version": "2023.11",
                       "issue_date": "2023-10-31",
                       "checksum": "xxxxx-xxxxx-xxxxx-xxxxx"
                   }
    }
  2. Place the JSON format license file (license.json created in step 1) in the Qlik Replicate data/imports folder.

    Example:

    /opt/attunity/replicate/data/imports/

  3. Change ownership of the license.json file:

    chown attunity:attunity /opt/attunity/replicate/data/imports/license.json
  4. Run the below commands from the installation bin folder:

    cd /opt/attunity/replicate/bin/

    source /opt/attunity/replicate/bin/arep_login.sh

    ./repctl -d "/opt/attunity/replicate/data" importlicense license_file="/opt/attunity/replicate/data/imports/license.json"
  5. Stop and restart the Qlik Replicate service 

  6. Confirm the registered license or simply view any currently registered license, run the following command:

    ./repctl getlicense --help
Labels (2)
Version history
Last update:
2 weeks ago
Updated by: