<?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: Query on Qliksense App deployment to avoid downtime to End User in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1861304#M71076</link>
    <description>&lt;P&gt;I suppose it is but automation with APIs is still in my ToLearn list.&lt;/P&gt;
&lt;P&gt;Take a look at:&amp;nbsp;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_blank"&gt;https://github.com/ahaydon/Qlik-Cli-Windows&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://github.com/qlik-oss/enigma.js/" target="_blank"&gt;https://github.com/qlik-oss/enigma.js/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 07:36:22 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2021-11-19T07:36:22Z</dc:date>
    <item>
      <title>Query on Qliksense App deployment to avoid downtime to End User</title>
      <link>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1850425#M70284</link>
      <description>&lt;P&gt;Currently for Qliksense App deployment,&amp;nbsp; we will follow below manual flow for existing app on target server:&lt;/P&gt;
&lt;P&gt;1. import the new version of the app without data to target server&lt;/P&gt;
&lt;P&gt;2. replace the existing app with the new version of the app by using Publish + Replace function&lt;/P&gt;
&lt;P&gt;3. then the target app is updated with new version without data&lt;/P&gt;
&lt;P&gt;4. Reload the app&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. Reload completed and the app is refreshed with data&lt;/P&gt;
&lt;P&gt;as following the above flow, between step 2 and step 5,&amp;nbsp; the target app will be showing No data to End User (the length of the period is depending how long the reload needs to take, and for our case, lots of apps take more thank 1.5 hours to complete the reload), So we have one Requirement from business that the App should be always available with data to End User Even during the deployment.&lt;/P&gt;
&lt;P&gt;So May I check with Qlik Support if any function of Qliksense can fulfill this requirement ?&lt;/P&gt;
&lt;P&gt;if yes, whether any API support this as well so that we can automate the deployment process as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your support in advance&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1850425#M70284</guid>
      <dc:creator>Benqbyao</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Qliksense App deployment to avoid downtime to End User</title>
      <link>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1850924#M70303</link>
      <description>&lt;P&gt;Hi, as an idea you can try to import the app to a dedicated reload stream, reload the app, unpublish, and then replace the existing app with the reloaded app.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 07:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1850924#M70303</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-10-23T07:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Qliksense App deployment to avoid downtime to End User</title>
      <link>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1860981#M71046</link>
      <description>&lt;P&gt;Hi Rubenmarin, thanks for your suggestion.&amp;nbsp; can we implement this in an automation way through QS API ?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 12:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1860981#M71046</guid>
      <dc:creator>Benqbyao</dc:creator>
      <dc:date>2021-11-18T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Qliksense App deployment to avoid downtime to End User</title>
      <link>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1861304#M71076</link>
      <description>&lt;P&gt;I suppose it is but automation with APIs is still in my ToLearn list.&lt;/P&gt;
&lt;P&gt;Take a look at:&amp;nbsp;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_blank"&gt;https://github.com/ahaydon/Qlik-Cli-Windows&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://github.com/qlik-oss/enigma.js/" target="_blank"&gt;https://github.com/qlik-oss/enigma.js/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 07:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Query-on-Qliksense-App-deployment-to-avoid-downtime-to-End-User/m-p/1861304#M71076</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-11-19T07:36:22Z</dc:date>
    </item>
  </channel>
</rss>

