OnPremise Installation
Data+ Server
- Download the DataPlus_Installer.zip file
- Extract the zip file
- Run the batch file, which will do the following:
- 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
- Setup wizard
- Admin password
- Database connection
- Qlik connection
- License settings
- Https settings
- 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:
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):
"csrf_protection_disabled":true- disables csrf header check (in case a proxy in front of Data+ causes issues)"uploadLimit":"100mb"- changes the allowed upload limit to the given 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)"db_sslmode": "require"- change the ssl mode for the database connection. Default: disable
Values: allow,prefer,require,verify-ca,verify-full"db_rejectUnauthorized": true- with sslmode enabled, determines if the certificate has to be validated. Default: false"db_sslCa": "C:\\Certificates\\root.crt"- ca file location, if required by previous settings
Last updated on