Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have a Qlik Replicate server installed on a Red Hat Linux machine.
When configuring target endpoint connection as Hive Hadoop, for a Qlik Replicate tasks, we get following error:
SYS-E-HTTPFAIL, Failed to renew kerberos ticket.
SYS,GENERAL_EXCEPTION,Failed to renew kerberos ticket,Failed to call Kerberos utility kinit. Command parameters : -kt /etc/security/keytabs/********.keytab *******@*********. Exit status : 127. Error message : /usr/bin/kinit: relocation error: /usr/bin/kinit: symbol krb5_get_init_creds_opt_set_pac_request, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference
I have tried to execute kinit -kt /etc/security/keytabs/********.keytab *******@********* command in the command line on the machine and it works fine.
I assume there is missing environmental variable or a missing library package.
On the machine there are following packages installed related to Kerberos:
sssd-krb5-1.16.4-37.el7_8.1.x86_64
sssd-krb5-common-1.16.4-37.el7_8.1.x86_64
krb5-workstation-1.15.1-46.el7.x86_64
krb5-libs-1.15.1-46.el7.x86_64
Kerberos version on the machine: Kerberos 5 version 1.15.1
Any idea how we can solve this issue?