Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Based on the below link understood by using .net sdk we can store cache after preload the app before first user login.
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
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
> 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.
Hello everyone!
Please tell me why this error may occur?
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.
Please open an issue on the GitHub page for the project: https://github.com/eapowertools/CacheInitializer/issues
Thanks for the answer. Unfortunately, this didn't help. I created a new Windows user.
I gave him a license. Started cmd from this user.
The result is the same ((
P.S :Topic on github created.