<?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: QlikSense (NON CLOUD VERSION) integretion in .NET application in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481579#M21248</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/307595"&gt;@NanuNic993799&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you tried this Qlik Rest SDK?&lt;BR /&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk" target="_blank"&gt;GitHub - kolsrud/qlik_rest_sdk: SDK for accessing the Qlik Sense REST APIs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This may also help you:&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/" target="_blank"&gt;qlik-cli | Qlik Developer Portal&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Anyway, can you please share your whole .NET SDK Code, the part where you try to setup your connection?&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28877"&gt;@hugo_andrade&lt;/a&gt;&amp;nbsp;may be able to help you as well on Qlik Security Settings.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2024 18:05:08 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2024-09-13T18:05:08Z</dc:date>
    <item>
      <title>QlikSense (NON CLOUD VERSION) integretion in .NET application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481302#M21233</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;As I mentioned in the post title, I'm trying to implement some QlikSense API in a .NET console application to easily produce a monthly updated version of some reports.&lt;/P&gt;
&lt;P&gt;I've seen in several posts and links that this is possible, but the issue is that I don't have the SaaS version of Qlik, only the On-Premise version.&lt;/P&gt;
&lt;P&gt;I've tried every possible solution (both HttpRequest and SDK; for the SDK, I've tried every method indicated in the GitHub repo), and I always get this Exception: 'One or more errors occurred. (Unable to establish websocket connection.) (Unable to establish websocket connection.) (Unable to establish websocket connection.) (Unable to establish websocket connection.)'. I've tried to check if I have to add my pc to the WhiteList inside the QMC, but I only can find the Host Allow List, inside the Virtual Proxy&lt;/P&gt;
&lt;P&gt;I'd like to try using an API key, but I can't find a way to generate one (I really hope this option isn't limited to the Cloud version).&lt;/P&gt;
&lt;P&gt;Can anyone help me?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 13:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481302#M21233</guid>
      <dc:creator>NanuNic993799</dc:creator>
      <dc:date>2024-09-12T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense (NON CLOUD VERSION) integretion in .NET application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481368#M21234</link>
      <description>&lt;P&gt;When you say you've tried every SDK method in the repo, do you mean this repo?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/AptkQlik/PublicExamples" target="_blank"&gt;https://github.com/AptkQlik/PublicExamples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are some great examples there of connecting using the SDK. For on-prem, you can't connect with an API key. The equivalent might be making a certificate connection as shown here&lt;BR /&gt;&lt;A href="https://github.com/AptkQlik/PublicExamples/tree/master/ConnectDirectRemoteServer" target="_blank"&gt;https://github.com/AptkQlik/PublicExamples/tree/master/ConnectDirectRemoteServer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 18:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481368#M21234</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-09-12T18:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense (NON CLOUD VERSION) integretion in .NET application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481456#M21236</link>
      <description>&lt;P&gt;I've tried that one to...&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 07:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481456#M21236</guid>
      <dc:creator>NanuNic993799</dc:creator>
      <dc:date>2024-09-13T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense (NON CLOUD VERSION) integretion in .NET application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481572#M21247</link>
      <description>&lt;P&gt;When making the direct connection, is the port 4747 open on the Qlik server? Is there an inner exception in the websocket exception?&lt;/P&gt;
&lt;P&gt;A good place to get help with the sdk is the qlik dev slack channel at qlikdeveloper.slack.com.&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 17:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481572#M21247</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-09-13T17:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense (NON CLOUD VERSION) integretion in .NET application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481579#M21248</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/307595"&gt;@NanuNic993799&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you tried this Qlik Rest SDK?&lt;BR /&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk" target="_blank"&gt;GitHub - kolsrud/qlik_rest_sdk: SDK for accessing the Qlik Sense REST APIs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This may also help you:&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/" target="_blank"&gt;qlik-cli | Qlik Developer Portal&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Anyway, can you please share your whole .NET SDK Code, the part where you try to setup your connection?&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28877"&gt;@hugo_andrade&lt;/a&gt;&amp;nbsp;may be able to help you as well on Qlik Security Settings.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 18:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481579#M21248</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-09-13T18:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense (NON CLOUD VERSION) integretion in .NET application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481687#M21252</link>
      <description>&lt;P&gt;As &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt; writes, if you post the code you use to configure your connection, then we might figure out what is wrong. In the mean time I'd recommend that you check your firewall settings.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 07:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481687#M21252</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2024-09-16T07:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense (NON CLOUD VERSION) integretion in .NET application</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481829#M21256</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/307595"&gt;@NanuNic993799&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;A few items to help you move forward:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For Qlik Sense on Windows authentication I would recommend using&amp;nbsp;the&amp;nbsp;&lt;STRONG&gt;certificates&amp;nbsp;&lt;/STRONG&gt;method. Super powerful and simpler to use. Start with that:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2024/Subsystems/ProxyServiceAPI/Content/Sense_ProxyServiceAPI/ProxyServiceAPI-Connect-API-Authenticate-Requests_Certificate.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2024/Subsystems/ProxyServiceAPI/Content/Sense_ProxyServiceAPI/ProxyServiceAPI-Connect-API-Authenticate-Requests_Certificate.htm&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;The Qlik CLI (API Keys) are meant for Qlik Cloud only. There's a &lt;STRONG&gt;different CLI for Qlik Sense on Windows&lt;/STRONG&gt;, you can find more information here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-CLI-for-Qlik-Sense-on-Windows/ta-p/1715387" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-install-Qlik-CLI-for-Qlik-Sense-on-Windows/ta-p/1715387&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;I saw your note about Allow List and Whitelist. &lt;STRONG&gt;These are the same&lt;/STRONG&gt;. The name differs based on the version of Qlik Sense. The current language adopted by IT in general is&amp;nbsp;&lt;STRONG&gt;allow list&lt;/STRONG&gt;, but you will still find references of whitelist in older documentation.&lt;/LI&gt;
&lt;LI&gt;Regarding the websocket connection, I would recommend using a&amp;nbsp;&lt;STRONG&gt;valid SSL/TLS certificate&lt;/STRONG&gt;, and avoid using self-signed ones. Try to establish the connection using&amp;nbsp;&lt;STRONG&gt;HTTPS&lt;/STRONG&gt; instead of&amp;nbsp;&lt;STRONG&gt;HTTP&lt;/STRONG&gt;. Lastly, add a flag to&amp;nbsp;&lt;STRONG&gt;skip certificate validation&lt;/STRONG&gt; if you can't get a valid SSL/TLS certificate loaded on the Qlik Sense Proxy service.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Keep us posted on your progress fellow &lt;STRONG&gt;Qlikker&lt;/STRONG&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 14:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QlikSense-NON-CLOUD-VERSION-integretion-in-NET-application/m-p/2481829#M21256</guid>
      <dc:creator>hugo_andrade</dc:creator>
      <dc:date>2024-09-16T14:37:03Z</dc:date>
    </item>
  </channel>
</rss>

