Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Gowtham174
Creator
Creator

App Preload Qliksense

Hi All,

Based on the below link understood by using .net sdk we can store cache after preload the app before first user login.

https://help.qlik.com/en-US/sense-developer/February2019/Subsystems/NetSDKAPI/Content/Sense_NetSDKAP...

Do we need any services to connect this to different platform, if yes then please suggest.

Is there any solution to trigger the .net sdk in qliksense.

 

Thanks,

Gowtham

 

 

 

14 Replies
tauceef
Partner - Contributor III
Partner - Contributor III

Hi Levi,

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.

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?

Looking forward for your response.

Regards,

Tauceef

Levi_Turner
Employee
Employee

Is it possible to load only the required objects (using object Id's) instead of loading all objects?

I am not aware of a tool which would accomplish this which has already been built. Certainly it could be built, but there's nothing pre-built for this purpose.

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?

I have used this approach before:

CacheInitializer.exe --server https://qliksense.company.com --proxy windows --appname "Operations Monitor" --objects --field "App Name" --values "Operations Monitor","License Monitor"

So I am passing the values of "Operations Monitor" and "License Monitor" into the field named "App Name" as I open every object.

maks2481
Partner - Contributor II
Partner - Contributor II

Hello everyone!
Please tell me why this error may occur?

QlikError.jpg


If you use the full names
--server etc..
the error is the same.
Run on behalf of the user who is assigned a license.

All thanks.

Levi_Turner
Employee
Employee

Please open an issue on the GitHub page for the project: https://github.com/eapowertools/CacheInitializer/issues

maks2481
Partner - Contributor II
Partner - Contributor II

Thanks for the answer. Unfortunately, this didn't help. I created a new Windows user.

maks2481_0-1602227036354.png

I gave him a license. Started cmd from this user.

maks2481_1-1602227202958.png

 

The result is the same ((

P.S :Topic on github created.