Run the solution - QlikPreSalesDACH/Qlik-Sense-Agent GitHub Wiki

Starting QSA:

You can start QSA via Node.js:

  1. Run command line prompt (cmd) as an administrator and navigate to your dedicated QSA folder.
  2. run "node server.js"
  3. QSA will now listen to the configured port (default: 8589)

Browse to QSA:

Open your Webbrowser.

  1. Navigate to the url: https://< hostname >:< port >/qsa/ui
  2. replace < hostname > with the host of your server
  3. 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.

Starting QSA as a Service / automatically:

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. task npm task schedular

But of course other solutions for this are existing. Pick the best one for your use case.

⚠️ **GitHub.com Fallback** ⚠️