You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
I'm having an issue with the SSE R plugin. It's perfectly working on QS as I'm able to run R functions on the charts expressions, and to use extensions that call R expressions. But now, I'm trying to implement my own functions in the "FuncDefs.json" file, but I can't. I've already set in SSEtoRserve.exe.config the path for the functionDefinitionsFile option [see snapshot below] , but it doesn't look as if it was loading the config file, because once I restart the service, I can't see in the log file that it's adding the new functions [see second snapshot]...
.config file modification
log file
Does anyone know what am I doing wrong?
Thank you so much,
Regards,
Ana
The text was updated successfully, but these errors were encountered:
Hi, sorry for late response.
You have done everything correctly, except from one thing. The log printout is telling us that you are running version v1.0.0 of SSEToRserve plugin. However, the support for defined functions was introduced in version v1.1.0 so you need to upgrade the version of the plugin.
Go to https://github.com/qlik-oss/sse-r-plugin/releases and pick the latest one then go for it again, that should work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm having an issue with the SSE R plugin. It's perfectly working on QS as I'm able to run R functions on the charts expressions, and to use extensions that call R expressions. But now, I'm trying to implement my own functions in the "FuncDefs.json" file, but I can't. I've already set in SSEtoRserve.exe.config the path for the functionDefinitionsFile option [see snapshot below] , but it doesn't look as if it was loading the config file, because once I restart the service, I can't see in the log file that it's adding the new functions [see second snapshot]...
.config file modification
log file
Does anyone know what am I doing wrong?
Thank you so much,
Regards,
Ana
The text was updated successfully, but these errors were encountered: