Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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.
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
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.
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.
Hi,
Please provide the link to access the user guide for the respective version of the Qlik replicate.
Thanks,
AU
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