<?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 Connection issue to qliksense using .Net sdk in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-issue-to-qliksense-using-Net-sdk/m-p/1756776#M13440</link>
    <description>&lt;P&gt;Asp .net webform project using current&amp;nbsp; qlik sense .Net sdk&lt;BR /&gt;&lt;BR /&gt;Getting error:&lt;BR /&gt;Ticket retrieved, but unable to establish websocket connection: Unable to connect to the remote server&lt;BR /&gt;&lt;BR /&gt;my code:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; ILocation location = Qlik.Engine.Location.FromUri("https://....");

            location.VirtualProxyPath = "qlikdemo";
            location.AsNtlmUserViaProxy(proxyUsesSsl: true);
            location.AsNtlmUserViaProxy();

             using (IHub hub = location.Hub())

                {

                    Literal1.Text = hub.EngineVersion().ComponentVersion;

                }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comments:&lt;BR /&gt;* I am able to open qliksense using the URL in browser on same station, i do not need to login.&amp;nbsp; I can view qlik and anything. but i'm not admin on qlik.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;* My code run from other windows server, it is not same server.&lt;BR /&gt;&lt;BR /&gt;Any help apprecaited as is tuck on this for few days... : (&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 16:47:52 GMT</pubDate>
    <dc:creator>oz_moyal</dc:creator>
    <dc:date>2020-10-28T16:47:52Z</dc:date>
    <item>
      <title>Connection issue to qliksense using .Net sdk</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-issue-to-qliksense-using-Net-sdk/m-p/1756776#M13440</link>
      <description>&lt;P&gt;Asp .net webform project using current&amp;nbsp; qlik sense .Net sdk&lt;BR /&gt;&lt;BR /&gt;Getting error:&lt;BR /&gt;Ticket retrieved, but unable to establish websocket connection: Unable to connect to the remote server&lt;BR /&gt;&lt;BR /&gt;my code:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; ILocation location = Qlik.Engine.Location.FromUri("https://....");

            location.VirtualProxyPath = "qlikdemo";
            location.AsNtlmUserViaProxy(proxyUsesSsl: true);
            location.AsNtlmUserViaProxy();

             using (IHub hub = location.Hub())

                {

                    Literal1.Text = hub.EngineVersion().ComponentVersion;

                }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comments:&lt;BR /&gt;* I am able to open qliksense using the URL in browser on same station, i do not need to login.&amp;nbsp; I can view qlik and anything. but i'm not admin on qlik.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;* My code run from other windows server, it is not same server.&lt;BR /&gt;&lt;BR /&gt;Any help apprecaited as is tuck on this for few days... : (&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 16:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-issue-to-qliksense-using-Net-sdk/m-p/1756776#M13440</guid>
      <dc:creator>oz_moyal</dc:creator>
      <dc:date>2020-10-28T16:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connection issue to qliksense using .Net sdk</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-issue-to-qliksense-using-Net-sdk/m-p/1758163#M13477</link>
      <description>&lt;P&gt;Have you tried to use a debug console? You might get more information there. Something like this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;using (new DebugConsole())
using (IHub hub = location.Hub())
{
    Literal1.Text = hub.EngineVersion().ComponentVersion;
}&lt;/LI-CODE&gt;&lt;P&gt;That will write extra output to stdout. You can provide a TextWriter instance to the DebugConsole instance if you want to write to a file instead.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 14:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-issue-to-qliksense-using-Net-sdk/m-p/1758163#M13477</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-11-03T14:57:53Z</dc:date>
    </item>
  </channel>
</rss>

