<?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>article Proxy settings tips for the Qlik GeoAnalytics Connector in Qlik Sense Documents</title>
    <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/ta-p/1485869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The GeoAnalytics connector accesses internet like all connectors through the service user that runs the Qlik Sense or QlikView server. This might complicate things for companies runs a web proxy which requires user authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note, log on to windows as the service user, that will create a profile used by the web proxy.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To overcome this the connector can be supplied with proxy settings. The connector is a .Net program so the settings are inherited for the .Net framework. &lt;SPAN style="font-size: 10pt;"&gt;Depending on the proxy the following the settings may work. The settings are to be inserted in the settings file at &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvIdevioConnector\IdevioGeoAnalyticsConnector.exe.config path may vary due to how the installation was done (&lt;A href="https://community.qlik.com/docs/DOC-18637" target="_blank"&gt;default folders&lt;/A&gt;). The settings are to be inserted in the end, in the &amp;lt;configuration&amp;gt; tag.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 1: Tells the connector to use default credentials:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;system.net&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;defaultProxy useDefaultCredentials="true" /&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;/system.net&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 2: Add server to bypasslist (string is regexp):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;system.net&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;defaultProxy useDefaultCredentials="true" enabled="true" &amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bypasslist&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add address="https:\/\/ga\.qlikcloud\.com" /&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bypasslist&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;/defaultProxy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;/system.net&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 3: To specify the proxy explicitly:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp; &amp;lt;system.net&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;defaultProxy useDefaultCredentials="true" enabled="true"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;proxy usesystemdefault="False" autoDetect="False" proxyaddress="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://proxy:8080" rel="nofollow" target="_blank"&gt;http://proxy:8080&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/defaultProxy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp; &amp;lt;/system.net&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information about proxy settings for .Net:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings" title="https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings" target="_blank"&gt;&amp;lt;defaultProxy&amp;gt; Element (Network Settings) | Microsoft Docs&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Apr 2021 08:17:53 GMT</pubDate>
    <dc:creator>Patric_Nordstrom</dc:creator>
    <dc:date>2021-04-02T08:17:53Z</dc:date>
    <item>
      <title>Proxy settings tips for the Qlik GeoAnalytics Connector</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/ta-p/1485869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The GeoAnalytics connector accesses internet like all connectors through the service user that runs the Qlik Sense or QlikView server. This might complicate things for companies runs a web proxy which requires user authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note, log on to windows as the service user, that will create a profile used by the web proxy.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To overcome this the connector can be supplied with proxy settings. The connector is a .Net program so the settings are inherited for the .Net framework. &lt;SPAN style="font-size: 10pt;"&gt;Depending on the proxy the following the settings may work. The settings are to be inserted in the settings file at &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvIdevioConnector\IdevioGeoAnalyticsConnector.exe.config path may vary due to how the installation was done (&lt;A href="https://community.qlik.com/docs/DOC-18637" target="_blank"&gt;default folders&lt;/A&gt;). The settings are to be inserted in the end, in the &amp;lt;configuration&amp;gt; tag.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 1: Tells the connector to use default credentials:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;system.net&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;defaultProxy useDefaultCredentials="true" /&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;/system.net&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 2: Add server to bypasslist (string is regexp):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;system.net&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;defaultProxy useDefaultCredentials="true" enabled="true" &amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bypasslist&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add address="https:\/\/ga\.qlikcloud\.com" /&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bypasslist&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;/defaultProxy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;/system.net&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 3: To specify the proxy explicitly:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp; &amp;lt;system.net&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;defaultProxy useDefaultCredentials="true" enabled="true"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;proxy usesystemdefault="False" autoDetect="False" proxyaddress="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://proxy:8080" rel="nofollow" target="_blank"&gt;http://proxy:8080&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/defaultProxy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp; &amp;lt;/system.net&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information about proxy settings for .Net:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings" title="https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings" target="_blank"&gt;&amp;lt;defaultProxy&amp;gt; Element (Network Settings) | Microsoft Docs&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/ta-p/1485869</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2021-04-02T08:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy settings tips for the Qlik GeoAnalytics Connector</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/tac-p/1485870#M4854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good job&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 20:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/tac-p/1485870#M4854</guid>
      <dc:creator>jsenabre</dc:creator>
      <dc:date>2018-01-10T20:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy settings tips for the Qlik GeoAnalytics Connector</title>
      <link>https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/tac-p/1913661#M5494</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;The proxy mentioned in this article works for Open&amp;nbsp;redhat + GA Sep 2019 version when we upgrade to Java latest version + latest GA Nov 2021, the same proxy doesn't work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Article: &lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/ta-p/1485869" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/ta-p/1485869&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Proxy settings used in our environment:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;system.net &amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;defaultProxy useDefaultCredentials="true" enabled="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;proxy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;usesystemdefault="false"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;autoDetect="false"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proxyaddress="OUR PROXY SERVER:8080" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!-- the url should be defined based on the setting of the proxy in your environment --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/defaultProxy&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/system.net &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please kindly advise if we can make any modification in the proxy setting?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 06:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Sense-Documents/Proxy-settings-tips-for-the-Qlik-GeoAnalytics-Connector/tac-p/1913661#M5494</guid>
      <dc:creator>nasarkhann</dc:creator>
      <dc:date>2022-04-04T06:06:04Z</dc:date>
    </item>
  </channel>
</rss>

