<?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 Useful Qlik GeoAnalytics Server settings in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Useful-Qlik-GeoAnalytics-Server-settings/ta-p/1494714</link>
    <description>&lt;P&gt;This article provides useful settings for your Qlik GeoAnalytics server.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Increase max zip size of shapefile&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Default limit: 150 MB&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open and modify the &lt;STRONG&gt;GeoAnalyticsModule.xml&lt;/STRONG&gt; configuration file in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik GeoAnalytics Server\server3\modules\geoanalytics\config\GeoAnalyticsModule.xml&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Sets max shapefile zip to 1 GB, -1 = unlimited.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;GeoAnalyticsModule maxDefaultDatasetSize ="1073741824"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Restart the module&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Allow Qlik&amp;nbsp;GeoAnalytics connector to reach local databases and files&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;You can configure Qlik GeoAnalytics to access local file systems (for reading shapefiles) as well as access GIS databases such as PostGIS.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;GIS databases:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open and modify the &lt;STRONG&gt;GeoAnalyticsModule.xml&amp;nbsp;&lt;/STRONG&gt;in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik GeoAnalytics Server\server3\modules\geoanalytics\config\GeoAnalyticsModule.xml&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;Change &lt;STRONG&gt;enableDatabaseAccess&lt;/STRONG&gt; to &lt;STRONG&gt;true&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Example: &lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;GeoAnalyticsModule enableDatabaseAccess="true"/&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
Any required database drivers should be installed in ProgramData/Qlik GeoAnalytics Server/server3/lib.&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Restart the server&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Local files&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Grant permissions to read local files to the keys. This is done by:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;To to the admin GUI &amp;gt; Access Module &amp;gt; Multialiases&lt;/LI&gt;
&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;access:multi:GEOANALYTICSBASIC&lt;/LI&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Add / Remove Services&lt;/LI&gt;
&lt;LI&gt;Find&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;geoanalytics:datasets:localfile&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the left pane, select it, press the&lt;SPAN&gt;&amp;nbsp;&amp;gt;&lt;/SPAN&gt;&amp;nbsp; button, then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Done&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Allow Qlik GeoAnalytics Server to access local image files&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The server block per default requests (with 403) to the same machine or local network, resulting in "Blocked access to local network: ..." in the server log.&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open and modify the &lt;STRONG&gt;WebMap5Module.xml&amp;nbsp;&lt;/STRONG&gt;in &lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik GeoAnalytics Server\server3\modules\webmap5\config\WebMap5Module.xml&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;WebMap5Module allowGetResourceLocal="true" /&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Restart the server&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Force&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik GeoAnalytics&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Server to set https as referal protocol&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;When doing port forwarding or using load balancers in front of the Qlik GeoAnalytics (QGA) server(s), it necessary to tell the QGA server to use https&amp;nbsp;as the&amp;nbsp;protocol&amp;nbsp;in subsequent calls. The protocol behind the LB is normally http.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open and modify the &lt;STRONG&gt;WebMap5Module.xml&amp;nbsp;&lt;/STRONG&gt;in &lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik GeoAnalytics Server\server3\modules\webmap5\config\WebMap5Module.xml&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add&amp;nbsp;&lt;STRONG&gt;forceSSL&lt;/STRONG&gt; with a value of&amp;nbsp;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;WebMap5Module forceSSL="true"/&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Restart the server&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2024 13:04:08 GMT</pubDate>
    <dc:creator>Patric_Nordstrom</dc:creator>
    <dc:date>2024-01-31T13:04:08Z</dc:date>
    <item>
      <title>Useful Qlik GeoAnalytics Server settings</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Useful-Qlik-GeoAnalytics-Server-settings/ta-p/1494714</link>
      <description>&lt;P&gt;This article provides useful settings for your Qlik GeoAnalytics server.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Increase max zip size of shapefile&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Default limit: 150 MB&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open and modify the &lt;STRONG&gt;GeoAnalyticsModule.xml&lt;/STRONG&gt; configuration file in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik GeoAnalytics Server\server3\modules\geoanalytics\config\GeoAnalyticsModule.xml&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Sets max shapefile zip to 1 GB, -1 = unlimited.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;GeoAnalyticsModule maxDefaultDatasetSize ="1073741824"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Restart the module&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Allow Qlik&amp;nbsp;GeoAnalytics connector to reach local databases and files&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;You can configure Qlik GeoAnalytics to access local file systems (for reading shapefiles) as well as access GIS databases such as PostGIS.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;GIS databases:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open and modify the &lt;STRONG&gt;GeoAnalyticsModule.xml&amp;nbsp;&lt;/STRONG&gt;in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik GeoAnalytics Server\server3\modules\geoanalytics\config\GeoAnalyticsModule.xml&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;Change &lt;STRONG&gt;enableDatabaseAccess&lt;/STRONG&gt; to &lt;STRONG&gt;true&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Example: &lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;GeoAnalyticsModule enableDatabaseAccess="true"/&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
Any required database drivers should be installed in ProgramData/Qlik GeoAnalytics Server/server3/lib.&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Restart the server&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Local files&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Grant permissions to read local files to the keys. This is done by:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;To to the admin GUI &amp;gt; Access Module &amp;gt; Multialiases&lt;/LI&gt;
&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;access:multi:GEOANALYTICSBASIC&lt;/LI&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Add / Remove Services&lt;/LI&gt;
&lt;LI&gt;Find&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;geoanalytics:datasets:localfile&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the left pane, select it, press the&lt;SPAN&gt;&amp;nbsp;&amp;gt;&lt;/SPAN&gt;&amp;nbsp; button, then&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Done&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Allow Qlik GeoAnalytics Server to access local image files&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The server block per default requests (with 403) to the same machine or local network, resulting in "Blocked access to local network: ..." in the server log.&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open and modify the &lt;STRONG&gt;WebMap5Module.xml&amp;nbsp;&lt;/STRONG&gt;in &lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik GeoAnalytics Server\server3\modules\webmap5\config\WebMap5Module.xml&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;WebMap5Module allowGetResourceLocal="true" /&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Restart the server&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Force&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik GeoAnalytics&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Server to set https as referal protocol&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;When doing port forwarding or using load balancers in front of the Qlik GeoAnalytics (QGA) server(s), it necessary to tell the QGA server to use https&amp;nbsp;as the&amp;nbsp;protocol&amp;nbsp;in subsequent calls. The protocol behind the LB is normally http.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open and modify the &lt;STRONG&gt;WebMap5Module.xml&amp;nbsp;&lt;/STRONG&gt;in &lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik GeoAnalytics Server\server3\modules\webmap5\config\WebMap5Module.xml&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add&amp;nbsp;&lt;STRONG&gt;forceSSL&lt;/STRONG&gt; with a value of&amp;nbsp;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;lt;WebMap5Module forceSSL="true"/&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Restart the server&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 13:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Useful-Qlik-GeoAnalytics-Server-settings/ta-p/1494714</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2024-01-31T13:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik GeoAnalytics Server settings</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Useful-Qlik-GeoAnalytics-Server-settings/tac-p/1629383#M12460</link>
      <description>&lt;P&gt;How would you combine the allowGetResourceLocal and forceSSL attributes in the same xml config file?&lt;/P&gt;&lt;P&gt;Would this work?&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;WebMap5Module&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;forceSSL&amp;gt;true&amp;lt;/forceSSL&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;allowGetResourceLocal&amp;gt;true&amp;lt;/allowGetResourceLocal&amp;gt;&lt;BR /&gt;&amp;lt;/WebMap5Module&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 06:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Useful-Qlik-GeoAnalytics-Server-settings/tac-p/1629383#M12460</guid>
      <dc:creator>shaun_lombard</dc:creator>
      <dc:date>2019-09-30T06:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik GeoAnalytics Server settings</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Useful-Qlik-GeoAnalytics-Server-settings/tac-p/1629457#M12461</link>
      <description>&lt;P&gt;Do this instead:&lt;/P&gt;
&lt;P&gt;&amp;lt;WebMap5Module forceSSL="true"&amp;nbsp;allowGetResourceLocal="true" /&amp;gt;&lt;/P&gt;
&lt;P&gt;Thanks, Patric&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 09:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Useful-Qlik-GeoAnalytics-Server-settings/tac-p/1629457#M12461</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2019-09-30T09:25:32Z</dc:date>
    </item>
  </channel>
</rss>

