Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to connect to Qlik Sense server via Qlik Engine API, using qsocks.js node module.
In the config file, i have to give information regarding the host name,
Following is the code for the same.
var config = {
host: 'server',
isSecure: true,
origin: 'localhost'
};
qsocks.Connect(config).then(global => {
console.log(global);
})
In the above mentioned code,
the host name field, what should be the format of the server name,
should the host name be written as its displayed on the browser when we launch QlikSense Hub,
or should it be and ip address of the server followed by the app name and so on.
Please help me understand how the host name is configured when installing Qlik.
Both formats should work, but generally using host name is better, easier to understand and manage.
Erik Wetterberg
Hello Karthik,
Greetings, It would best to use the full server name here as well as in Qlik Sense Hub. We recommend that you use the fully qualified domain name (FQDN) and If you only use the machine name as the host name, the FQDN must be added manually to the virtual proxy Host white list.
Thank You
Bala