<?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 Odata connectivity error with Qlik cloud in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Odata-connectivity-error-with-Qlik-cloud/m-p/1953214#M327</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm connecting oData sets through Qlik cloud, most of data sets are loading good, but few throwing error like below.&lt;/P&gt;
&lt;P&gt;it is connectivity problem or data in data set problem.&lt;/P&gt;
&lt;P&gt;kindly help to fix this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Siraj_0-1657265494234.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83616i6911B626BBCFA207/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Siraj_0-1657265494234.png" alt="Siraj_0-1657265494234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 23:08:30 GMT</pubDate>
    <dc:creator>Siraj</dc:creator>
    <dc:date>2025-03-19T23:08:30Z</dc:date>
    <item>
      <title>Odata connectivity error with Qlik cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Odata-connectivity-error-with-Qlik-cloud/m-p/1953214#M327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm connecting oData sets through Qlik cloud, most of data sets are loading good, but few throwing error like below.&lt;/P&gt;
&lt;P&gt;it is connectivity problem or data in data set problem.&lt;/P&gt;
&lt;P&gt;kindly help to fix this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Siraj_0-1657265494234.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83616i6911B626BBCFA207/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Siraj_0-1657265494234.png" alt="Siraj_0-1657265494234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Odata-connectivity-error-with-Qlik-cloud/m-p/1953214#M327</guid>
      <dc:creator>Siraj</dc:creator>
      <dc:date>2025-03-19T23:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Odata connectivity error with Qlik cloud</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Odata-connectivity-error-with-Qlik-cloud/m-p/1953639#M328</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/84134"&gt;@Siraj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This error indicated that you are trying to load the data which is consuming 5GB or more in-memory&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;An app on disk is typically 4-6 times bigger in memory, although this is a rule of thumb and exceptions can and do occur, and an app within the "on-disk" size limit may balloon past the "in memory" limit.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Qlik sense SaaS capacity details:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Introduction/sense-capacity.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Introduction/sense-capacity.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, there is an exception if you have placed the app in a &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/expanded-apps-and-dedicated-capacity.htm" target="_self"&gt;dedicated space.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to know more about the memory consumption of the app and optimize them, please install App Analyzer while provides these details.&lt;/P&gt;
&lt;P&gt;App Analyzer for SaaS:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Support-Updates-Blog/The-App-Analyzer-for-Qlik-SaaS-customers-is-available-NOW/ba-p/1734927" target="_blank"&gt;https://community.qlik.com/t5/Support-Updates-Blog/The-App-Analyzer-for-Qlik-SaaS-customers-is-available-NOW/ba-p/1734927&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Alternate solution:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I'm not sure if this will work for everyone, but as a last resort, you could try to add some uses of the "sleep" function between API calls in the Data Load Script. This usually resolves OutOfMemory exception.&lt;/P&gt;
&lt;P&gt;It's by no means a perfect solution as the total reload time will be increased quite a bit, but this will at least reload the app in some cases.&lt;/P&gt;
&lt;P&gt;Between datasets you can add a 20-second delay:&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-javascript"&gt;&lt;CODE&gt;Sleep 20000;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And for looping through pages of data, add a 2-second delay.&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 13:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Odata-connectivity-error-with-Qlik-cloud/m-p/1953639#M328</guid>
      <dc:creator>Vinay_B</dc:creator>
      <dc:date>2022-07-09T13:29:01Z</dc:date>
    </item>
  </channel>
</rss>

