<?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: App Preload Qliksense in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1666301#M12136</link>
    <description>&lt;P&gt;Hi Levi,&lt;/P&gt;&lt;P&gt;When using CacheInitializer how do I cycle through all the sheets and cache them? I notice -o defaults to false how do I set it to true?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;McCutchan&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 14:51:37 GMT</pubDate>
    <dc:creator>Mccutchan1</dc:creator>
    <dc:date>2020-01-16T14:51:37Z</dc:date>
    <item>
      <title>App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1559467#M10216</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Based on the below link understood by using .net sdk we can store cache after preload the app before first user login.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2019/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/CodeExamples/App-Preload.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2019/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/CodeExamples/App-Preload.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do we need any services to connect this to different platform, if yes then please suggest.&lt;/P&gt;&lt;P&gt;Is there any solution to trigger the .net sdk in qliksense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gowtham&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 11:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1559467#M10216</guid>
      <dc:creator>Gowtham174</dc:creator>
      <dc:date>2019-03-21T11:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1559868#M10220</link>
      <description>&lt;P&gt;I'm new to .Net sdk and how to implement this to qliksense server. can you please help me to implement by steps or any guide.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 04:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1559868#M10220</guid>
      <dc:creator>Gowtham174</dc:creator>
      <dc:date>2019-03-22T04:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1562849#M10253</link>
      <description>&lt;P&gt;That ought to work, although I haven't done it.&lt;/P&gt;
&lt;P&gt;In the past when I need a slim basic tool to do warming, I've used&amp;nbsp;&lt;A href="https://github.com/JoeBickley/CacheInitializer" target="_blank" rel="noopener"&gt;https://github.com/JoeBickley/CacheInitializer&lt;/A&gt;. Attached is a compiled version using the Qlik Sense November 2018 SDK. As for usage, it's pretty straight-forward. An example way of doing it would be.&lt;/P&gt;
&lt;PRE&gt;C:\Temp\TelemetrySaturate\cacheinitiazer&amp;gt;CacheInitializer.exe --help
ConsoleApplication1 1.0.0.0
Copyright c 2015
-s, --server Required. URL to the server.
-a, --appname App to load (using app name)
-i, --appid App to load (using app ID)
-p, --proxy Virtual Proxy to use
-o, --objects (Default: False) cycle through all sheets and objects
-f, --field field to make selections in e.g Region
-v, --values values to select e.g "France","Germany","Spain"
--help Display this help screen.

C:\Temp\TelemetrySaturate\cacheinitiazer&amp;gt;CacheInitializer.exe -s https://servername -i $($app.id) -o&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Mar 2019 11:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1562849#M10253</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-03-29T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1562881#M10255</link>
      <description>&lt;P&gt;I don't know if you saw it, but the source code for that cache warmer referred to in the developer help can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/AptkQlik/PublicExamples/blob/master/AppPreload/AppPreload.cs" target="_blank"&gt;https://github.com/AptkQlik/PublicExamples/blob/master/AppPreload/AppPreload.cs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That file also contains a description of the principle behind the cache warming at the top of the file. That example uses direct connection to a desktop version though, and I assume you want to connect to a server instead. You will find examples for doing different types of connections here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/AptkQlik/PublicExamples" target="_blank"&gt;https://github.com/AptkQlik/PublicExamples&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 12:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1562881#M10255</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-03-29T12:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1591236#M10749</link>
      <description>&lt;P&gt;Levi this is awesome, thanks for compiling it for us!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see this being triggered with the external Program Task QRS API .&amp;nbsp; What would be great is if we could&amp;nbsp; chain the end of the app reload task to a an external program Task&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 19:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1591236#M10749</guid>
      <dc:creator>sergio_loza</dc:creator>
      <dc:date>2019-06-12T19:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1634471#M11559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/78324"&gt;@user&lt;/a&gt;&amp;nbsp;which QRS endpoint is doing this preloading?&amp;nbsp; - i was only able to see reload and not preload -&amp;nbsp; sadly in the file it looks like a "manual" browse of all selections possible and no reference on how to trigger this via the API&amp;nbsp;&lt;A href="https://github.com/AptkQlik/PublicExamples/blob/master/AppPreload/AppPreload.cs" target="_blank"&gt;https://github.com/AptkQlik/PublicExamples/blob/master/AppPreload/AppPreload.cs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Hints?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 22:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1634471#M11559</guid>
      <dc:creator>witty</dc:creator>
      <dc:date>2019-10-11T22:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1635128#M11568</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/71908"&gt;@witty&lt;/a&gt;&amp;nbsp;: This is done via the Engine API, not the Repository API.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 19:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1635128#M11568</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-10-14T19:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1635862#M11582</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;is there a reason we cannot trigger this in an easy way by just calling an endpoint after we updated an app? Like why can i trigger a reload/publish via QRS/QPS but not a preload to index and improve speed? So lets say i have to write a new script to do this action - is there a utility class/function I can call in this API by just providing an app id?&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/index.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/APIs/EngineAPI/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Additionally can you comment on these "Caches" if I use section access in the app - do i need to do one cache process per section access combination or is the cache valid for any section access "view" if I ran it as a user that as "*" or "admin" access to the app?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 08:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1635862#M11582</guid>
      <dc:creator>witty</dc:creator>
      <dc:date>2019-10-16T08:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1666301#M12136</link>
      <description>&lt;P&gt;Hi Levi,&lt;/P&gt;&lt;P&gt;When using CacheInitializer how do I cycle through all the sheets and cache them? I notice -o defaults to false how do I set it to true?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;McCutchan&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 14:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1666301#M12136</guid>
      <dc:creator>Mccutchan1</dc:creator>
      <dc:date>2020-01-16T14:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1666304#M12137</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;D:\Tools\CacheInitializer-master\CacheInitializer\bin\Debug&amp;gt;CacheInitializer.exe -s https://sense.company.com -a "Operations Monitor" -o
09:56:53 - Operations Monitor: Opening app
09:56:56 - Operations Monitor: App open
09:56:56 - Operations Monitor: Clearing Selections
09:56:56 - Operations Monitor: Getting sheets
09:56:56 - Operations Monitor: Number of sheets - 17, getting children
09:56:56 - Operations Monitor: Number of objects - 143, caching all objects
09:56:57 - Operations Monitor: Objects cached
09:56:57 - Operations Monitor: App cache completed
09:56:57 - Cache initialization complete. Total time: 00:00:07.1136044&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Jan 2020 14:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1666304#M12137</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-01-16T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1686431#M12519</link>
      <description>&lt;P&gt;Hi Levi,&lt;/P&gt;&lt;P&gt;Its working really good for us. Only thing is running cache warmer takes lot of time as my application is bit complex. Is it possible to load only the required objects (using object Id's) instead of loading all objects? as other objects we are using are for on-demand report generation (using Nprinting) which I don't want to cache.&lt;/P&gt;&lt;P&gt;Also I found one issue in the filter values: when we pass value with a space it only takes the first word of the value (before space). How to pass values with space to the application?&lt;/P&gt;&lt;P&gt;Looking forward for your response.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tauceef&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 10:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1686431#M12519</guid>
      <dc:creator>tauceef</dc:creator>
      <dc:date>2020-03-20T10:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1686451#M12520</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Is it possible to load only the required objects (using object Id's) instead of loading all objects?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am not aware of a tool which would accomplish this which has already been built. Certainly it&amp;nbsp;&lt;EM&gt;could&lt;/EM&gt; be built, but there's nothing pre-built for this purpose.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Also I found one issue in the filter values: when we pass value with a space it only takes the first word of the value (before space). How to pass values with space to the application?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have used this approach before:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;CacheInitializer.exe --server https://qliksense.company.com --proxy windows --appname "Operations Monitor" --objects --field "App Name" --values "Operations Monitor","License Monitor"&lt;/LI-CODE&gt;&lt;P&gt;So I am passing the values of "Operations Monitor" and "License Monitor" into the field named "App Name" as I open every object.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 11:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1686451#M12520</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-03-20T11:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1750546#M13349</link>
      <description>&lt;P&gt;Hello everyone!&lt;BR /&gt;Please tell me why this error may occur?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="QlikError.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41894iD0B6ABEA94AC86B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikError.jpg" alt="QlikError.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you use the full names&lt;BR /&gt;--server etc..&lt;BR /&gt;the error is the same.&lt;BR /&gt;Run on behalf of the user who is assigned a license.&lt;/P&gt;&lt;P&gt;All thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 06:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1750546#M13349</guid>
      <dc:creator>maks2481</dc:creator>
      <dc:date>2020-10-08T06:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1750839#M13357</link>
      <description>&lt;P&gt;Please open an issue on the GitHub page for the project:&amp;nbsp;&lt;A href="https://github.com/eapowertools/CacheInitializer/issues" target="_blank"&gt;https://github.com/eapowertools/CacheInitializer/issues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 18:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1750839#M13357</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-10-08T18:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: App Preload Qliksense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1750935#M13361</link>
      <description>&lt;P&gt;Thanks for the answer. Unfortunately, this didn't help. I created a new Windows user.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maks2481_0-1602227036354.png" style="width: 760px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41960i45039F3ABD4BBB75/image-dimensions/760x38?v=v2" width="760" height="38" role="button" title="maks2481_0-1602227036354.png" alt="maks2481_0-1602227036354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I gave him a license. Started cmd from this user.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maks2481_1-1602227202958.png" style="width: 759px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41961i0BF87CBD0100363F/image-dimensions/759x145?v=v2" width="759" height="145" role="button" title="maks2481_1-1602227202958.png" alt="maks2481_1-1602227202958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result is the same ((&lt;/P&gt;&lt;P&gt;P.S :Topic on github created.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 13:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/App-Preload-Qliksense/m-p/1750935#M13361</guid>
      <dc:creator>maks2481</dc:creator>
      <dc:date>2020-10-09T13:30:05Z</dc:date>
    </item>
  </channel>
</rss>

