<?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: Trouble copying an App in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402857#M8539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also need an answer to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 14:07:37 GMT</pubDate>
    <dc:creator>bekahbeets</dc:creator>
    <dc:date>2018-03-12T14:07:37Z</dc:date>
    <item>
      <title>Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402856#M8538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not being able of copying an app from the engine API. I need to be able to override an App content (sheets, variables, etc) with the content of a different App.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, if I have app A, whose id is xxx-xxx-xxx and app B, whose id is yyy-yyy-yyy, I need to be able to pass variables and sheets from B to A, but keeping A's id xxx-xxx-xxx and keeping the data previously load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pass the following request:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"handle": -1,"method": "CopyApp","params": {"qTargetAppId": "1469f966-ad1c-4e6e-807a-c712857429b3",&lt;/P&gt;&lt;P&gt;"qSrcAppId": "22e7838f-f734-4eac-92e7-643dc84a8d28","qIds": ["mXgZa"]}}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where "1469..." is the target app, "22e..." is the source app and "mXgZa" is the id of the sheet contained in the source app that I want to copy into the target app. I get following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "error": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code": 9003,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "Resource not found",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "parameter": "Engine ID not found"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "jsonrpc": "2.0"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I can do to get rid of the error is remove the content "mXgZa" from the qIds field. in that case I get sucess but of course, it does nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understand, it should work since "mXgZa" is the identifier of the sheet. I have not been able so far to find out what is wrong there. I hope somebody can help me aorund here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402856#M8538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-02T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402857#M8539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also need an answer to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402857#M8539</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2018-03-12T14:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402858#M8540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The &lt;A href="https://help.qlik.com/en-US/sense-developer/February2018/apis/EngineAPI/services-Global-CopyApp.html"&gt;CopyApp &lt;/A&gt;method should have the QRS (Repository) ID as parameters, not the engine ID's. Check out the CopyApp documentation for information on how to find this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 15:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402858#M8540</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-03-12T15:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402859#M8541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by QRS ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ID I put in is the ID(s) of the app(s) in the QMC... Is this not what I'm supposed to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 15:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402859#M8541</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2018-03-12T15:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402860#M8542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i run the api call against the qrs... it gives me the same id as what is listed next to the app in the qmc, which is what I was&amp;nbsp; using and getting the 9003 error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 16:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402860#M8542</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2018-03-12T16:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402861#M8543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebekah,&lt;/P&gt;&lt;P&gt;I don't know what ID you are using but in the example above the ID &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"mXgZa" is most likely wrong. It looks like a client generated ID (they are short), but what you need is the QRS ID, It might look something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;IMG alt="AppObjectsId.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196133_AppObjectsId.PNG" style="height: 134px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 07:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402861#M8543</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-03-13T07:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402862#M8544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is not supposed to be the id of an app... what goes there are the qid's of the objects in an app..sheets, variables, etc. The id's of the empty app already created is the 'target app' and the app to be copied is the 'src app'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding so far is that they are the qInfos associated with the app being copied over. If this is an empty string, it defaults to copying everything over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could be wrong as I am new to the qlik engine api, but i have made other calls successfully from node. I don't know if I am doing it wrong or missing something I need. I get the same error on ReplaceAppWithID call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/Classes/GlobalClass/Global-class-CopyApp-method.htm" title="https://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/Classes/GlobalClass/Global-class-CopyApp-method.htm"&gt;https://help.qlik.com/en-US/sense-developer/September2017/Subsystems/EngineAPI/Content/Classes/GlobalClass/Global-class-…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am so stuck. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 14:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402862#M8544</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2018-03-13T14:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402863#M8545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are 3 IDs in the example. The first two are apps, and works, but the third one should be a sheet. In the AMC you find sheets together with stories under App objects. This is the page the screen dump shows, though I have made changes in what columns are shown and filtered to only show sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you feel stuck you could always try to do the same operation in the hub and look at the messages on the web socket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 06:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402863#M8545</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-03-14T06:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402864#M8546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hey Erik,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I now have access to the App Objects in the QMC (took a bit for my permissions to be arranged). I have done the following things:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Created a basic app to act as the source. It contains 1 bar chart on 1 sheet.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Created an empty app to act as the target.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I then run the GetAllInfos command from the engine API explorer to get the 3 qID's associated with the source.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I then run this:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;{&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; "handle": -1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; "method": "CopyApp",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "params": {&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qTargetAppId": "fb3f9562-8a89-4440-b1e3-b06c971d9ce2",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qSrcAppId": "5dafefcc-9b2f-41f0-9de4-efea3e4ccfdc",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qIds": [&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "LoadModel",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "7831f974-c853-4cc4-8cc0-58321dfa2878",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "FWUJNb"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and I still get Engine error 9003 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 21:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402864#M8546</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2018-03-21T21:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402865#M8547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;And if you try with just one of the id's? Does that work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 05:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402865#M8547</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-03-22T05:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402866#M8548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i have tried with 1 id, empty string for id, nothing where the id's go, and all the id's. Nothing works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402866#M8548</guid>
      <dc:creator>bekahbeets</dc:creator>
      <dc:date>2018-03-22T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble copying an App</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402867#M8549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the same problem after update my qliksense to setember 2018 version... im very &lt;STRONG&gt;disappointed&lt;/STRONG&gt; with qliksense sdk and qliksense/server... when my customers update your own qliksense server my apps stop because this problems... i believe that apis should have to maintain the compatibility between old versions... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i inform an object id:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error_with_ids.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217419_error_with_ids.PNG" style="height: 650px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do not inform an object id:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error_without_ids.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/217420_error_without_ids.PNG" style="height: 650px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Trouble-copying-an-App/m-p/1402867#M8549</guid>
      <dc:creator>bortolotti_carl</dc:creator>
      <dc:date>2018-11-02T14:25:52Z</dc:date>
    </item>
  </channel>
</rss>

