Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW

How to add new users in Qlik Replicate using command line

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

How to add new users in Qlik Replicate using command line

Last Update:

May 2, 2024 4:36:58 PM

Updated By:

Steve_Nguyen

Created date:

Feb 7, 2022 6:49:02 PM

To add new users using the command line:

  1. Please execute the following from the replicate/bin directory and send us an a.json file from c:\temp\a.json. The following will extract users and their permissions from the replicate GUI.
    RepUiCtl.exe repository export -r "c:\program files\attunity\replicate\data\GlobalRepo.sqlite" -f c:\temp\a.json
    Note: you can change the c:\temp location.
  2. If you are using a non-default data location then you need to use this command:
    RepUiCtl.exe -d <data directory> repository export -r "c:\program files\attunity\replicate\data\GlobalRepo.sqlite" -f c:\temp\a.json
  3. Then replace the path for the \GlobalRepo.sqlite
    NOTE: please make sure that you run the command prompt as administrator.
  4. Right-click and run as admin.
  5. Modify the exported a.json and keep only "id": 1 block.
  6. Then import: 
    Sample:
    Repuictl repository import -r "C:\Program Files\Attunity\Replicate\data\GlobalRepo.sqlite" -f "c:\temp\a.json"​
  7. Then restart the UI service.

 

Notes:

1.  This command is unsupported by replicate. The commands work, but there is no guarantee that they will not change in the future.

2. 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.

Labels (1)
Comments
Amdocs_infra
Contributor
Contributor

can you share the step for linux too...?

Steve_Nguyen
Support
Support

@Amdocs_infra Linux only have one user admin for login.  if you are using the Linux UI.

if you are using the Windows UI that connect to the Linux server , then is the same as Lyka posted.

Version history
Last update:
2 weeks ago
Updated by: