Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sudhir0538
Creator
Creator

QVW not Reloading || No Error Message ||Windows Schedular

Hello Community,

I'm trying to reloading a qvw using a batch file and windows scheduler. The task is completed successful in task scheduler history but when I check the text box which is written inside qvw having last reload time,it's showing the last manually reloaded date and time.

Please suggest what'll be the probable reason for this and how to avoid that.

my code for batch file is just 2 lines written in notepad

"C:\Program Files\QlikView\Qv.exe" /R "C:\Qlikview Primary\JSPL\Individual Dashboards Modeling\Angul Security\Visitors Gate Pass\Logic\DataModel_Visitors_Gate_Pass.qvw"

exit

and saved it with .bat extension. and when i give these parameters manually to command prompt also not reloading QVW. Enabled Admin override security and logged in admin a/c only.

Thanks for the help !

2 Replies
vishsaggi
Champion III
Champion III

‌good amount of informaction and suggestions in below link hope this resolves your issue:

Batch file & windows scheduler | Qlik Community

balabhaskarqlik

May be:

when creating a task in windows task scheduler there are often two issues: credentials (password) and "Log on as service" privilege the account should have when running a task. Check those.