<?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: Qlik Sense .Net SDK v13.17.0 in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1640273#M11643</link>
    <description>&lt;P&gt;Two things to check:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You are using an http connection (not https). Are you sure the proxy you are connecting to supports that?&lt;/LI&gt;
&lt;LI&gt;Have you checked your firewall settings? Could be your connection is blocked.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I believe both of those scenarios will simply give you no resoonse for your requests which will result in that timeout.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 09:53:24 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2019-10-28T09:53:24Z</dc:date>
    <item>
      <title>Qlik Sense .Net SDK v13.17.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1638849#M11618</link>
      <description>&lt;P&gt;I am trying to connect to our Qlik Sense Server through .Net SDK v13.17.0 but I always get the "QT" Product Method Error.&lt;/P&gt;&lt;P&gt;I am using a trial license given by qlik vendor.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;//This is my code&lt;/P&gt;&lt;P&gt;Uri uri = new Uri("&lt;A href="http://207.99" target="_blank"&gt;http://207.99&lt;/A&gt;..."); //I intentionally removed the ip address. There's also no port included on the uri&lt;BR /&gt;ILocation location = Qlik.Engine.Location.FromUri(uri);&lt;/P&gt;&lt;P&gt;location.AsNtlmUserViaProxy(proxyUsesSsl: false);&lt;BR /&gt;&lt;BR /&gt;using (IHub hub = location.Hub())&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;Console.WriteLine(hub.ProductVersion());&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1638849#M11618</guid>
      <dc:creator>20aldrich20</dc:creator>
      <dc:date>2024-11-16T04:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense .Net SDK v13.17.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1640273#M11643</link>
      <description>&lt;P&gt;Two things to check:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You are using an http connection (not https). Are you sure the proxy you are connecting to supports that?&lt;/LI&gt;
&lt;LI&gt;Have you checked your firewall settings? Could be your connection is blocked.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I believe both of those scenarios will simply give you no resoonse for your requests which will result in that timeout.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 09:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1640273#M11643</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-10-28T09:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense .Net SDK v13.17.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1640349#M11644</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;I already tried that but still getting that error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see openportchecker image and the qlikerror image&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Oct 2019 12:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1640349#M11644</guid>
      <dc:creator>20aldrich20</dc:creator>
      <dc:date>2019-10-28T12:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense .Net SDK v13.17.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1640698#M11650</link>
      <description>&lt;P&gt;Oh... But you are trying to do a direct connection to the engine using the AsNtlmUserViaProxy configuration. You should remove the port number from uri that you provide to the "AsNtlmUserViaProxy" method.&lt;/P&gt;
&lt;P&gt;If you want to go directly on 4747, then you need to user certificates and the "AsDirectConnection" configuration.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 09:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Net-SDK-v13-17-0/m-p/1640698#M11650</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-10-29T09:28:47Z</dc:date>
    </item>
  </channel>
</rss>

