Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SSE-R with Microsoft Machine Learning Server

Has anyone had success with integrating Qlik Sense with Microsoft ML Server? I am curious if anyone has gone through the pain of setting the SSE-R extension configuration. Any help you can give is sincerely appreciated.

Labels (2)
6 Replies
charneyc
Partner - Contributor
Partner - Contributor

Hi Jason,

I haven't integrated to Microsoft Machine Learning Server, but I did get the SSE-R extension working with Qlik Sense Desktop following the guide carefully: Installing R with Qlik Sense.pdf

--Install Qlik Sense June Release or later (I used September release patch 1)

--Install R. (The document references 3.4.1, but I used 3.4.2 and it worked the same)

--Install a bunch of R packages

--Install the SSE-R connector (I used the precompiled version, so all I actually had to do is download, unzip, run the executable.

Maybe this will help some.

Anonymous
Not applicable
Author

Hi ,

I have Installed Qlik Sense September

Installed R(3.4.1)

Installed bunch of R Packages (Rserve)

How to install SSE-R Connector ??? Did you find the executable file ???@ charneyc

Anonymous
Not applicable
Author

Hi rsundarraj‌!

If you simply want to run the R-plugin without modifying it you can find a pre-built executable in the .zip file here: https://github.com/qlik-oss/sse-r-plugin/releases/tag/v1.2.0 (link to the latest version of the plugin).

If you wish to be able to modify the plugin as well, see the get started guide on GitHub: https://github.com/qlik-oss/sse-r-plugin/blob/master/GetStarted.md

I hope this helps!

Regards,

Josefine

Anonymous
Not applicable
Author

Couldn't download https://github.com/qlik-oss/sse-r-plugin/releases/download/v1.2.0/sse-r-plugin-1.2.0-qlik-oss.zip (

This site can’t be reached)

.Please say me whether a pre-built executable(.exe) is there for sure

Anonymous
Not applicable
Author

Hm, I'm not sure why you wouldn't be able to download through the link. However, try to navigate there manually instead:

1. Go to the sse-r-plugin repository on Github (https://github.com/qlik-oss/sse-r-plugin)

2. Press on releases in the horizontal bar also including tabs as commits, branch, contributors and MIT. (direct link https://github.com/qlik-oss/sse-r-plugin/releases)

3. Try to download the .zip file from there in the latest release.

Let me know if it still doesn't work. But yes, there is for sure an executable (SSEtoRserve.exe) there.

Anonymous
Not applicable
Author

Helpful thanks