Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
MichalK
Contributor III
Contributor III

Load application to memory after reload

Hello - after reloading app (2gb file) it takes up to 5 minutes to load it to QlikSense server memory.

Is there any way to load it automaticaly after reload is finished? I could do automation script that opens web browser with app but maybe there is way to do it natively? 

TIA

M

Labels (1)
1 Solution

Accepted Solutions
MichalK
Contributor III
Contributor III
Author

Hello everyone - I haven't found Sense's native way to load app into Server memory after reload  automaticaly so I've created rough workaround - every 1 hour I start short command line task, that opens given QS app in browser.

It looks like this:

cmd /c start https://DIRECT_PATH_TO_application

And I run it in task scheduler on any server/station that has access to this resource. 

After opening it in Browser, app loads to memory and users don't have wait x minutes for first data load, which was bothering them especially in the morning.

Don't know if anybody had such "problem" but I thought, that I will update and close this thread.

M

View solution in original post

4 Replies
MichalK
Contributor III
Contributor III
Author

Hi thanks for input but it is automatic data reload - not loading app into server's memory after reload.

At least that's how I interpret the post

M

 

MichalK
Contributor III
Contributor III
Author

Hello everyone - I haven't found Sense's native way to load app into Server memory after reload  automaticaly so I've created rough workaround - every 1 hour I start short command line task, that opens given QS app in browser.

It looks like this:

cmd /c start https://DIRECT_PATH_TO_application

And I run it in task scheduler on any server/station that has access to this resource. 

After opening it in Browser, app loads to memory and users don't have wait x minutes for first data load, which was bothering them especially in the morning.

Don't know if anybody had such "problem" but I thought, that I will update and close this thread.

M

vishal_goyal
Contributor III
Contributor III

Thanks for suggestion. cmd /c start https://DIRECT_PATH_TO_application is fine but where do you provide credentials to login to app. Qlik application will be loaded to memory only after user authentication.