Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
shansundar
Partner - Creator
Partner - Creator

Vbs script execution not working properly

Hello experts,

I have a vbscript which opens a qvw file and activates all sheets and close it. I'm doing this for Pre-caching my qvw application in the server.

Problem i'm encountering is when I run the vbs manually or through a bat file, the script works fine. But when I create a supporting task in QMC as mentioned below, vbs is not executed but the supporting task completed successfully.

Supporting task Command line : E:\Qlik\SourceDocs\QDF\5.Config\Pre_Cache.vbs


Can anyone please help me here.


Thanks,

Shan S

10 Replies
marcus_sommer

I don't believe that there is a direct possibility to see if an application is cached or not and the caching itself didn't change anything which would change the shared-files. I'm not sure if the content of the shared-files will be cached on this point rather only by direct using parts of it.

Other ways to find it out could be the first response-times after opening the application and/or a monitoring of the RAM consumption within the task-manager - if you could exclude other usage of this application respectively on the server itself.

- Marcus