Qlik Setup
Qlik Sense
Desktop
-
We'll have to edit
settings.inifile and add our SSE plugin(s) information. The ini file path is:C:\Users\<USER>\Documents\Qlik\Sense\Settings.ini -
Under
[Settings 7]the should beSSEPluginrow.Note
If do not exists then create it.
-
In there we can specify the prefix, host and port for our plugin. The prefix will be used inside Qlik itself.
1SSEPlugin=myPlugin,localhost:50053To add multiple plugins:
1SSEPlugin=myPlugin,localhost:50053;myOtherPlugin,localhost:60053To use certificates we have to provide the path to where the certificates are stored:
1SSEPlugin=myPlugin,localhost:50053,c:/path/to/folder/with/certificates
-
Server
- Head to QMC -> Analytic connection section
- press
Create newbutton -
And fill the required fields
- name - the plugin identification (how to be access from the script)
- host - the host where the connection is running
- port - the port on which the connection is listening
-
Certificate path - if the connection is utilizing SSL then fill this with the path to where the Engine can access the certificates

Note
For my instance QS was looking the certificates on
c:\and was ignoring whatever path was specified in the fieldNote
Make sure that the certificate domain matches the
HostvalueNote
For any issues please check the Engine logs
C:\ProgramData\Qlik\Sense\Log\Engine\Trace\<HOST>_SSE_Engine.txt
QlikView
Desktop
Similar with Qlik Sense Desktop above but the path to the ini file is:
C:\Users\<USER>\AppData\Roaming\QlikTech\QlikView\Settings.ini
Server
TBA