Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
I'm part of a team that is in charge of rolling out servers with a suite of software including Qlik sense.
We need an automated method of installing and configuring Qlik sense.
Currently we can install Qlik but I'm not sure how to apply the license I have, ideally I would be able to run a PowerShell script and apply the Owner name, Owner Organisation, serial number/ license key and control number without opening a web browser.
Cheers
DL
For PowerShell specific solutions you can have a look at Qlik-Cli-Windows package.
Another way to interact with the Repo REST API from command line is qlik-cli (Qlik owned)
And if you dont want to rely on a external packages then the way to communicate with Qlik Repository is via the Repository Service API (REST)
Bonus: ive been working on Automatiqal CLI, which also uses the Repo API, to configure/administer/manage QS by providing the required configuration steps in yaml/json files (NodeJS)
Stefan
For PowerShell specific solutions you can have a look at Qlik-Cli-Windows package.
Another way to interact with the Repo REST API from command line is qlik-cli (Qlik owned)
And if you dont want to rely on a external packages then the way to communicate with Qlik Repository is via the Repository Service API (REST)
Bonus: ive been working on Automatiqal CLI, which also uses the Repo API, to configure/administer/manage QS by providing the required configuration steps in yaml/json files (NodeJS)
Stefan