Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello QlikUser
Am able to download SSE-R plugin from the below github location .
GitHub - qlik-oss/sse-r-plugin: A Qlik server-side extension plugin for accessing R.
But the problem is it asked the user to Build SSERerve.exe (in step 2) .
Am not able to do so , as it is throwing error some Nuget packages were missing, For the strange reason my Visual Studio(2017 -Community version)/Nuget packet Manager not able to download the dependent packages .I try installing alone , but in vain.
Is there is any alternate way , where I can get SSERerve.exe or any document to do so (steps provided in github is not fully comprehend by me as am very new to Visual studio)
Any document / Support is highly appreciated.
Many thanks in advance !!
Hi Dwarika!
If you only want to use the R-plugin (and not modify the plugin itself), you can find the already built binaries/executable here: https://github.com/qlik-oss/sse-r-plugin/releases/download/v1.2.0/sse-r-plugin-1.2.0-qlik-oss.zip
Regards, Josefine
Hi Dwarika!
If you only want to use the R-plugin (and not modify the plugin itself), you can find the already built binaries/executable here: https://github.com/qlik-oss/sse-r-plugin/releases/download/v1.2.0/sse-r-plugin-1.2.0-qlik-oss.zip
Regards, Josefine
Hi Dwarika!
I´ve been having similar issues, please see this post: Didn´t find csharp folder · Issue #26 · qlik-oss/sse-r-plugin · GitHub.
Please let me know if you are finally able to establish the connection with R.
Inés
Josefine,
I have tried to open the executable file from the plugin you shared but it seems to be damaged as my machine prevents me from opening it.
Do you have any alternative?
I really need to make the connection work ASAP.
Thanks!
Inés
Hi Aineth
Am able to connect with R as Josefine provided.
Make sure you will off your firewall setting before and try to open the connection Rserve in R studio as given below .
setwd("C:/Users/Dwarika/Documents/R/R-3.4.3/bin/x64")
library(Rserve)
Rserve()
Hi Aineth!
Can you give me some more information about what happens when you try to open it? A colleague of mine and myself tried to run it and we had to accept to run it (only needed the first time) since the anti-virus program did not recognize the program. But the file itself worked fine.
Regards,
Hello!
Thanks Dwarika & Josefine!
I did as you both suggested and the pluggin shows the message: "grPC
kistening in port 50051", I also opened R serve before opening QlikSense
desktop.
The connection with R is still not working (i.e. I cannot see the
estimations made using R within the example apps)
What could possible be wrong?
Highly appreciate your insights!
ᐧ
2018-02-05 1:52 GMT-06:00 Josefine Stål <qcwebmaster@qlikview.com>:
Thanks! I was finally able to use R in QlikSense.
Aineth
2018-02-05 1:52 GMT-06:00 Josefine Stål <qcwebmaster@qlikview.com>:
Thanks! I was finally able to use R in QlikSense.
Aineth
2018-02-04 0:58 GMT-06:00 dwarika panigrahi <qcwebmaster@qlikview.com>:
Hi Aineth, could you please let me know what you did in order to make it working?
I have the same issue - both Rserve and SSE plugin starts normal, but R.* functions do not work in QlikView charts (I use Nov. 2017 SR2).
Thanking you in advance.