Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pchen282
Contributor II
Contributor II

How to trigger GetCapabilities for Python SSE

Hi,

Our Qlik Sense engine is running on a windows server, and I've asked our server admin to create an analytic connection and port to the Python server.  When I start the Python SSE Pandas example, I'm still getting and error from  the load script editor.  

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

This process worked in the dev environment because the engine restarted while the plugin was running.  How can I force registration or GetCapabilities?

 

1 Solution

Accepted Solutions
paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

This is how you can force a getcapabilities :

  • Go to the QMC.
  • Open your analytic connection
  • Change one number in the port, then click on Apply
  • Returns the property with its former value and click on Apply

It will force a new getcapabilities.

Regards

View solution in original post

4 Replies
paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

This is how you can force a getcapabilities :

  • Go to the QMC.
  • Open your analytic connection
  • Change one number in the port, then click on Apply
  • Returns the property with its former value and click on Apply

It will force a new getcapabilities.

Regards

pchen282
Contributor II
Contributor II
Author

This worked thanks!
paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

can you validate the answer so that others users can see that the problem is solved ?

Thanks,

Paul

wallace0834
Contributor III
Contributor III

I am trying to install the pytools and bring in GetCapabilites.  How do I install and configured GetCapabilities?