Run the solution - QlikPreSalesDACH/Qlik-Sense-Agent GitHub Wiki
You can start QSA via Node.js:
- Run command line prompt (cmd) as an administrator and navigate to your dedicated QSA folder.
- run "node server.js"
- QSA will now listen to the configured port (default: 8589)
Open your Webbrowser.
- Navigate to the url: https://< hostname >:< port >/qsa/ui
- replace < hostname > with the host of your server
- replace < port > with the configured port (default: 8589)
- QSA has been tested with Internet Explorer 11, Microsoft Edge, Firefox and Google Chrome. We would recommend to use Google Chrome due to it's performance.
Qlik Sense Agent is a Node.js application.
If you like to run QSA as a Windows service there are may ways to achieve if you start to google it. From our perspective the best way is to use the npm-package named node-windows. It creates a new Windows Service for you and enables logging.
A pretty quick way to archieve an automatically start of this application is to create a batch file (.bat) which calls "node server.js". You could schedule it with the Windows Task Schedular.
But of course other solutions for this are existing. Pick the best one for your use case.