nabeel-oz / qlik-py-tools

Data Science algorithms for Qlik implemented as a Python Server Side Extension (SSE).
https://nabeel-oz.github.io/qlik-py-tools/
MIT License
186 stars 87 forks source link

Error on loading my new QS App #64

Closed aghabdurauf closed 4 years ago

aghabdurauf commented 4 years ago

Association_Rules

Describe the bug While using the new app this error occurs in Qlik Sense

'PyTools.Association_Rules' is not a registered SSE function. Ensure the plugin is running and try restarting Qlik Engine..

Error message in Qlik Provide a screenshot of the error message in Qlik. Error Qlik SSE Restart Error SSE Script

Environment:

Additional context Whenever I load my new app this error message occurs. I also restart SSE engine and all of things, but there the same error is occurring.

nabeel-oz commented 4 years ago

The error message means that Qlik has not detected the Server-Side Extension. Make sure you have the SSE running in a terminal (for e.g using Qlik-Py-Start.bat), and also that you have set up the Settings.ini file as described in the installation guide. This might be a similar problem to issue #63.

aghabdurauf commented 4 years ago

I have done all the things that you have mention in documentation. I also run Qlik-Py-Start.bat as Run as Administrator but same error occurs.

aghabdurauf commented 4 years ago

Error SSE Script 2 Settings All sample apps are running, but when I create my new app it gives an Error Qlik SSE Restart error

nabeel-oz commented 4 years ago

When you say that the sample apps are running, do you mean that the SSE functions are being executed correctly? For e.g. with the clustering app?

Could you be using an older release of the SSE which does not have the Association_Rules function? Take a look at the functions listed in the SSE terminal and see if Association_Rules capability appears in there.

aghabdurauf commented 4 years ago

it's not appearing

aghabdurauf commented 4 years ago

But LOTR App is working properly

aghabdurauf commented 4 years ago

SSE Update git I have installed this file downloaded from Github

nabeel-oz commented 4 years ago

it's not appearing

If the AssociationRules function is not in the list of capabilities shown in the terminal, you are using outdated source files.

But LOTR App is working properly

That app is setup to reload using QVDs and doesn't require the SSE unless you change certain variables in the load script.

I have installed this file downloaded from Github

You'll need to get the zip file for the latest release from here: https://github.com/nabeel-oz/qlik-py-tools/releases. Then follow the installation guide again from step 3 onward.