<?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: Replace and publish app using using QLIK CLI in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1765107#M17014</link>
    <description>&lt;P&gt;Looks like your $new.id is blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your URL is ".../qrs/app//replace..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens to your variables if you step through your code one line at the time in Powershell ISE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vegard&lt;/P&gt;</description>
    <pubDate>Sun, 29 Nov 2020 10:24:46 GMT</pubDate>
    <dc:creator>vegard_bakke</dc:creator>
    <dc:date>2020-11-29T10:24:46Z</dc:date>
    <item>
      <title>Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1621692#M14606</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I want to publish the app by replacing existing app using QLIK CLI.&lt;/P&gt;&lt;P&gt;I am using below command to publish the app. Can anyone help me to replace existing app and then publish.&lt;/P&gt;&lt;P&gt;Publish-QlikApp -id 28989daa-22eb-4c2f-820a-c2e4a7730242 -stream "Everyone"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 15:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1621692#M14606</guid>
      <dc:creator>priyankapassi</dc:creator>
      <dc:date>2019-09-09T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1621713#M14607</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;This looks like it works:&lt;/DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="csharp"&gt;Connect-Qlik
$new = Get-QlikApp -filter "name eq 'Operations Monitor(1)'"
$old = Get-QlikApp -filter "name eq 'Operations Monitor'"
Invoke-QlikPut -path /qrs/app/$($new.id)/replace?app=$($old.id) -Verbose&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Sep 2019 17:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1621713#M14607</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-09-09T17:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1658553#M15319</link>
      <description>&lt;P&gt;Isn't this what Switch-QlikApp is supposed to do?&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;Switch-QlikApp -Id $New.Id -AppId $Old.Id&lt;/LI-CODE&gt;&lt;P&gt;Probably followed by (again to avoid duplicate apps):&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;Remove-QlikApp -Id $New.Id&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 15:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1658553#M15319</guid>
      <dc:creator>vegard_bakke</dc:creator>
      <dc:date>2019-12-17T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1765092#M17013</link>
      <description>&lt;P&gt;Hi Turner,&lt;/P&gt;&lt;P&gt;Thanks for your commands, We can able to republish with existing apps using your above command but while trying to achieve the same with import command, we are getting 404 error. Please help us on this.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Publish.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44966i77C13A332ECA80DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Publish.png" alt="Publish.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 07:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1765092#M17013</guid>
      <dc:creator>kalaisurya</dc:creator>
      <dc:date>2020-11-29T07:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1765107#M17014</link>
      <description>&lt;P&gt;Looks like your $new.id is blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your URL is ".../qrs/app//replace..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens to your variables if you step through your code one line at the time in Powershell ISE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vegard&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 10:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1765107#M17014</guid>
      <dc:creator>vegard_bakke</dc:creator>
      <dc:date>2020-11-29T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1973155#M23120</link>
      <description>&lt;P&gt;same issue for me too. its not replacing the app.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 15:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1973155#M23120</guid>
      <dc:creator>srinivasamutha</dc:creator>
      <dc:date>2022-08-25T15:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1973180#M23121</link>
      <description>&lt;P&gt;below is the cmd which i am using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Import-QlikApp -file "F:\Srinivas\Migration\AppExport\64b5826d-8b37-46c2-9006-69e0eac01d79.qvf" -name "Report QAP" -upload | Publish-QlikApp -stream Test&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 15:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1973180#M23121</guid>
      <dc:creator>srinivasamutha</dc:creator>
      <dc:date>2022-08-25T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1980045#M23286</link>
      <description>&lt;P&gt;Does this also exists for Qlik CLI Saas?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 20:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1980045#M23286</guid>
      <dc:creator>timmy</dc:creator>
      <dc:date>2022-09-12T20:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1980342#M23291</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22207"&gt;@timmy&lt;/a&gt;&amp;nbsp;: Yes. Both in the UI and via API you can publish and replace an app in a managed space. Example:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;$sharedSpaceAppId = 'ec2fde04-a983-4db0-945c-15398964f837'
$managedSpaceAppId = 'de41a419-bc63-4271-a58a-6178e0d9362b'

qlik app publish update $($sharedSpaceAppId) --attributes-name "My App Name" --targetId $($managedSpaceAppId) --checkOriginAppId=false&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Sep 2022 11:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1980342#M23291</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2022-09-13T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Replace and publish app using using QLIK CLI</title>
      <link>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1980610#M23300</link>
      <description>&lt;P&gt;Thanks for the feedback&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;!!! Helps alot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 20:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Replace-and-publish-app-using-using-QLIK-CLI/m-p/1980610#M23300</guid>
      <dc:creator>timmy</dc:creator>
      <dc:date>2022-09-13T20:22:37Z</dc:date>
    </item>
  </channel>
</rss>

