<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to enable R integration on Qlik Sense Enterprise with several nodes in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618659#M14591</link>
    <description>&lt;P&gt;once you did that you can check if Telnet or PowerShell can reach the Service on port 50051&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.techtutsonline.com/powershell-alternative-telnet-command/" target="_blank"&gt;https://www.techtutsonline.com/powershell-alternative-telnet-command/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2019 07:44:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-30T07:44:08Z</dc:date>
    <item>
      <title>How to enable R integration on Qlik Sense Enterprise with several nodes</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1616130#M14587</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;We are trying to integrate R with Qlik Sense Enterprise having several nodes. We have installed R, Rserve, and SSEtoRserve on a separate server. Rserve and SSEtoRserve is running on that server. Our objective is to install R, Rserve and SSEtoRserve and keep them up and running on&amp;nbsp; one server and access that server by giving its name rather than localhost while adding 'Analytics Connection' on Qlik QMC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the installation, when I am trying to check the decision tree app and other apps provided on&amp;nbsp;&lt;A href="https://github.com/qlik-oss/sse-r-plugin" target="_blank"&gt;https://github.com/qlik-oss/sse-r-plugin&lt;/A&gt;, I do not see any of them working. Please note I have imported both extensions given in the link on the Qlik.&lt;/P&gt;&lt;P&gt;I am wondering if we can achieve integrating R with Qlik Sense Enterprise with several nodes by redirecting them to a server with R, Rserve and SSEtoRserve up and running. If not, what could be the right way to integrate them with R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1616130#M14587</guid>
      <dc:creator>PoojaPrasad</dc:creator>
      <dc:date>2024-11-16T04:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable R integration on Qlik Sense Enterprise with several nodes</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618201#M14588</link>
      <description>&lt;P&gt;in the &lt;FONT&gt;SSEtoRserve.exe&lt;/FONT&gt;.config you can define where your R Server is running. Default is 127.0.0.1&amp;nbsp; Port 6311(localhost)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r_server_location.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18103iEAB42C6E1338248A/image-size/large?v=v2&amp;amp;px=999" role="button" title="r_server_location.png" alt="r_server_location.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So for multinode environments you have two deployment options:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Install the SSEtoRserve Plugin on every Engine-Node. Change the SSEtoRserve.exe.config so they all point to the remote RServer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Install the SSEtoRServe on the same Server as the RServer. Then you can keep the Default &lt;SPAN&gt;SSEtoRserve.exe.config.&amp;nbsp; Instead you change the Analytic Connection in the Qlik Sense QMC from http://localhost:50051 to http://yourRServer:50051&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Roland&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 11:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618201#M14588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-29T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable R integration on Qlik Sense Enterprise with several nodes</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618459#M14589</link>
      <description>&lt;P&gt;Hello Roland,&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp; We are trying to implement the second option you gave:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- Install the SSEtoRServe on the same Server as the RServer. Then you can keep the Default&amp;nbsp;SSEtoRserve.exe.config.&amp;nbsp; Instead you change the Analytic Connection in the Qlik Sense QMC from http://localhost:50051 to http://yourRServer:50051&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;We have R, Rserve and SSEtoRServe on a virtual machine. Rserve and SSEtoRServe is running on that virtual machine server. We have given its name in the Analytics Connection in Qlik Sense QMC as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnalyticConnection.PNG" style="width: 876px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18132iB379C4D602E50AB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="AnalyticConnection.PNG" alt="AnalyticConnection.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We have also restarted the Qlik Engine service.&lt;/P&gt;&lt;P&gt;But we still dont see R packages working on the app, not even on the central node of the Enterprise. I was wondering how to confirm if Qlik Enterprise is even able to connect to the vm server.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 17:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618459#M14589</guid>
      <dc:creator>PoojaPrasad</dc:creator>
      <dc:date>2019-08-29T17:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable R integration on Qlik Sense Enterprise with several nodes</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618655#M14590</link>
      <description>&lt;P&gt;Have you sest "grpcHost" to 0.0.0.0 to make the SSEPlugin reachable from the outside world?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r_outsideworld.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18181i1B84D572517AD723/image-size/large?v=v2&amp;amp;px=999" role="button" title="r_outsideworld.png" alt="r_outsideworld.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 07:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618655#M14590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-30T07:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable R integration on Qlik Sense Enterprise with several nodes</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618659#M14591</link>
      <description>&lt;P&gt;once you did that you can check if Telnet or PowerShell can reach the Service on port 50051&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.techtutsonline.com/powershell-alternative-telnet-command/" target="_blank"&gt;https://www.techtutsonline.com/powershell-alternative-telnet-command/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 07:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618659#M14591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-30T07:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable R integration on Qlik Sense Enterprise with several nodes</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618990#M14592</link>
      <description>&lt;P&gt;I set the&amp;nbsp;&lt;SPAN&gt;"grpcHost" to 0.0.0.0 to make the SSEPlugin and its working for all the nodes. Thank you so much. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 20:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/1618990#M14592</guid>
      <dc:creator>PoojaPrasad</dc:creator>
      <dc:date>2019-08-30T20:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable R integration on Qlik Sense Enterprise with several nodes</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/2057306#M18368</link>
      <description>&lt;P&gt;Sorry to revive this post. If you want to use client-server certificate authentication for a secure connection, where you you have to place the folder with the three certificates? On each node or just the central node? I'm asking, because you can just configure one general path in the QMC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 09:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-enable-R-integration-on-Qlik-Sense-Enterprise-with/m-p/2057306#M18368</guid>
      <dc:creator>chris-s</dc:creator>
      <dc:date>2023-04-05T09:05:45Z</dc:date>
    </item>
  </channel>
</rss>

