<?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 Mashup issue after upgrade to February 2018 patch 2 in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-issue-after-upgrade-to-February-2018-patch-2/m-p/120387#M1678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We're experiencing an issue with a mashup we've built ever since we upgraded to February 2018 patch 2. In the mashup, I'm pulling 4 objects from one app, and 2 objects from another app. Most of the time when I load the webpage, only the 4 objects from the first app are loaded:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mashup_dashboard.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214725_mashup_dashboard.png" style="height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the errors I'm seeing in the console:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mashup_errors.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/214726_mashup_errors.png" style="height: 269px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the qlik engine is trying to grab the objects before the app is loaded, but if the app doesn't load in time, it fails. Which is interesting since I load them the same way I load the first app. That all being said, sometimes the additional 2 objects do get pulled in, but it's like 10% of the time - so the issue is pretty sporadic. Here's a link to the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cskeehan/appts_mashup" title="https://github.com/cskeehan/appts_mashup"&gt;https://github.com/cskeehan/appts_mashup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any ideas. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2018 15:44:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-28T15:44:56Z</dc:date>
    <item>
      <title>Mashup issue after upgrade to February 2018 patch 2</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-issue-after-upgrade-to-February-2018-patch-2/m-p/120387#M1678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We're experiencing an issue with a mashup we've built ever since we upgraded to February 2018 patch 2. In the mashup, I'm pulling 4 objects from one app, and 2 objects from another app. Most of the time when I load the webpage, only the 4 objects from the first app are loaded:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mashup_dashboard.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214725_mashup_dashboard.png" style="height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the errors I'm seeing in the console:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mashup_errors.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/214726_mashup_errors.png" style="height: 269px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the qlik engine is trying to grab the objects before the app is loaded, but if the app doesn't load in time, it fails. Which is interesting since I load them the same way I load the first app. That all being said, sometimes the additional 2 objects do get pulled in, but it's like 10% of the time - so the issue is pretty sporadic. Here's a link to the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cskeehan/appts_mashup" title="https://github.com/cskeehan/appts_mashup"&gt;https://github.com/cskeehan/appts_mashup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any ideas. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 15:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-issue-after-upgrade-to-February-2018-patch-2/m-p/120387#M1678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T15:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup issue after upgrade to February 2018 patch 2</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-issue-after-upgrade-to-February-2018-patch-2/m-p/1518091#M9655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Meanwhile it gets fixed, I guess you could add an intended delay on your app1.Getobject() trigger.&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;setTimeout(function(){ app1.getObject('YourObjectID','IDFromQS') } , 1000);&lt;/P&gt;&lt;P&gt;Set the duration (in the example : 1000) you judge fine so the object is not&amp;nbsp;being loaded before App is loaded, time is in ms.&lt;/P&gt;&lt;P&gt;You will obviously&amp;nbsp;bridle your app performance, and I'm not 100% confident about this method,&amp;nbsp;but this is the only thing&amp;nbsp;I could advice. Hoping you will get successful.&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 16:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-issue-after-upgrade-to-February-2018-patch-2/m-p/1518091#M9655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-07T16:12:25Z</dc:date>
    </item>
  </channel>
</rss>

