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
cancel
Showing results for 
Search instead for 
Did you mean: 
khchoy
Partner - Creator
Partner - Creator

linux install command in User Guide is not correct.

Hi ,

According to User Guide,

Run the following command:
[user=user] [group=group] [verbose=true|debug=true] [nocredentials=true] [data=replicate_data_directory] rpm -i[vh] [--
prefix dirname] areplicate-<version-build>.x86_64.rpm [--nodeps] [iport=number] [rport=number]

Example:
user=mike group=sales verbose=true rpm -i[vh] --prefix /opt/mydir/areplicate-6.4.0-102.x86_64.rpm iport=1024 rport=1025

But it is not correct.

I tested 

root@vm101 setup]# user=cdcadm  group=cdcadm verbose=true Data=/home/QR/Qlik/DATA0 runservice=false rpm -ivh --prefix /home/QR/Qlik ./areplicate-6.6.0-229.x86_64.rpm iport=3550 rport=3552
error: open of iport=3550 failed: No such file or directory
error: open of rport=3552 failed: No such file or directory
[root@vm101 setup]#

Correct command order is 

[root@vm101 setup]# user=cdcadm  group=cdcadm verbose=true data=/home/QR/Qlik/DATA0 runservice=false iport=3550 rport=3552 rpm -ivh --prefix /home/QR/Qlik ./areplicate-6.6.0-229.x86_64.rpm
Preparing... ################################# [100%]

Some explain or example in User Guide are not correct or confuse me.

Regards,

Kwangho

Labels (1)
1 Solution

Accepted Solutions
Dana_Baldwin
Support
Support

Hi @Attunity_user 

Here is a link to the updated documentation: https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Installation/install_proced_lin...

You can change the version of the documentation you are viewing at the top left of the screen.

Thanks,

Dana

View solution in original post

6 Replies
john_wang
Support
Support

Hello Kwangho,

Thank you for your detailed information. Absolutely you are correct. I was wondering if you've gotten around to create a support case so far I can work with R&D immediately to fix it? please advise.

 

All the Best,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
khchoy
Partner - Creator
Partner - Creator
Author

Hello ,
Because this is not end user issue. I've got message from Qlik before  that If it's not end user issue then it's hard to assign resources from support team. 
So I ask Community it issue is not related Customer site. 
Because I test things that can be tested in a test environment internally to minimize any problems that may arise in front of customers.

Regards,
Kwang Ho

john_wang
Support
Support

Hi KwangHo,

I agree with you it's bad we have Documentation defect. I created salesforce support case (#02053042) for you and we will make it fix asap.

 

Regards,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
john_wang
Support
Support

Hi KwangHo,

 

Got conformation from SME that: This plan to be fixed in documentation.

Before we got the final fix please correct the command as sample below:

[root@vm101 setup]# user=cdcadm  group=cdcadm verbose=true data=/home/QR/Qlik/DATA0 runservice=false iport=3550 rport=3552 rpm -ivh --prefix /home/QR/Qlik ./areplicate-6.6.0-229.x86_64.rpm
Preparing... ################################# [100%]

 

thanks,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
Attunity_user
Creator
Creator

Hi,

Please provide the link to access the user guide for the respective version of the Qlik replicate.

 

Thanks,

AU

 

Dana_Baldwin
Support
Support

Hi @Attunity_user 

Here is a link to the updated documentation: https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Installation/install_proced_lin...

You can change the version of the documentation you are viewing at the top left of the screen.

Thanks,

Dana