Skip to Content
Data Plus ServerOnPremise Installation

OnPremise Installation

Data+ Server

  1. Download the DataPlus_Installer.zip file
  2. Extract the zip file
  3. Run the batch file
    • This will install/upgrade Node JS
    • Copy the Data+ Server files to C:/Leitart/DataPlusServer
    • Install and start the service
    • Open your Browser on http://localhost:7766 
  4. Setup wizard
    1. Admin password
    2. Database connection
    3. Qlik connection
    4. License settings
    5. Https settings
  5. Security settings
Qlik SaaS configuration

For Data+ Extensions to work in the SaaS environment, you will need to allow connections to the Data+ Server.
This can be done in the SaaS Management Console under Integration -> Content Security Policy. There you can add a new origin and port which points to your server.
The following directives need to be enabled:

  • connect-src
  • connect-src (WebSocket)
  • frame-src
    It should look like this: Saas CSP If your Data+ Server is running on a different port, the origin needs to be adjusted accordingly.

Optional config parameters

The following fields can be added to the server.cfg file (service restart required):

  • "noSecurityHeaders":true - disables the following security headers: Content-Security-Policy, X-Content-Type-Options, Referrer-Policy
  • "uploadLimit":"100mb" - changes the allowed upload limit to the give value (applies to files [default 100mb] and json/text [default 10mb])
  • "DupTablePageSize":30000 - changes the pagination size for the duplicate table process [default 30000] (actual size will be the value/column count)
Last updated on