<?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 Re: Engine API Invalid State in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158843#M5595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;thanks a lot for your reply! Ok, GetAppLayout works as expected and Doc has now Valid State.&lt;/P&gt;&lt;P&gt;From here, I proceed as follow:&lt;/P&gt;&lt;P&gt;1. the app in hab as the following overview:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127432_1.PNG" style="height: 238px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;2. in Engine API Explorer I use CreateObject from handle 1 and write SH01 as Id and sheet as type:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/127451_2.PNG" style="height: 231px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;3. handle 2 comes out. So I call DoSave in handle 1 and disconnect (sheet object SH01 can be seen through getInfo method). Then I reopen the app in hub but nothing is there, not even the possibility to create a new sheet from there:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/127452_3.PNG" style="height: 283px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Can you suggest me something to do? What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;IB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 14:28:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-09T14:28:00Z</dc:date>
    <item>
      <title>Engine API Invalid State</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158841#M5593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I'm using Engine API &lt;SPAN style="font-size: 13.3333px;"&gt;Explorer &lt;/SPAN&gt;both in Desktop and Server. I find out that Doc State is always Invalid, whether I use of CreateDocEx to create a new app and open it, or I open an existing app from list box "Select an app". Why that? Is it ordinary?&lt;/P&gt;&lt;P&gt;I ask that because I'm trying to build an app from scratch through the use of Engine API Explorer (or rather I'd like to create list boxes and associate to them an alternate state), but when I try to create an object, such as a sheet, in an app with state invalid, I go then to the hub and the app has no sheets available and nothing I can do to create a sheet in the hub itself! How can I resolve this issue?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;IB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158841#M5593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T10:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Engine API Invalid State</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158842#M5594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Irene,&lt;/P&gt;&lt;P&gt;State 'Invalid' means that the app has been invalidated and you need to call GetAppLayout to get valid data:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127439_Capture.PNG" style="height: 138px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I don't think this has much to do with your problems though. How do you go about to create the sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 13:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158842#M5594</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2016-06-09T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Engine API Invalid State</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158843#M5595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;thanks a lot for your reply! Ok, GetAppLayout works as expected and Doc has now Valid State.&lt;/P&gt;&lt;P&gt;From here, I proceed as follow:&lt;/P&gt;&lt;P&gt;1. the app in hab as the following overview:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127432_1.PNG" style="height: 238px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;2. in Engine API Explorer I use CreateObject from handle 1 and write SH01 as Id and sheet as type:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/127451_2.PNG" style="height: 231px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;3. handle 2 comes out. So I call DoSave in handle 1 and disconnect (sheet object SH01 can be seen through getInfo method). Then I reopen the app in hub but nothing is there, not even the possibility to create a new sheet from there:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/127452_3.PNG" style="height: 283px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Can you suggest me something to do? What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;IB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 14:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158843#M5595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Engine API Invalid State</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158844#M5596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has this been resolved? I'm experiencing the same issue. Please advise!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 16:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158844#M5596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-09T16:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Engine API Invalid State</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158845#M5597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which issue do you refer to? The invalid app state or problems in creating a sheet programatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 08:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158845#M5597</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-02-10T08:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Engine API Invalid State</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158846#M5598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating a sheet programmatically - I've included additional details in a new &lt;A _jive_internal="true" href="https://community.qlik.com/thread/249364"&gt;thread&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 15:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Invalid-State/m-p/1158846#M5598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-10T15:53:10Z</dc:date>
    </item>
  </channel>
</rss>

