Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 !
good amount of informaction and suggestions in below link hope this resolves your issue:
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.