Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi guys,
can anyone explain the process how to create batch file and
Shedule a job ? qvw refresh by evry 5min .but not in server.
Can any one tel me the steps to do dis.
Thanks
Suresh
You need to create a batch-file with a path to qv.exe and a path to your qvw maybe as myBatch.bat and then create a windows task: windows scheduler to run a task every x-minutes? - Stack Overflow
REM /r = open+reload+save+close as background process /l = open+reload+save with GUI
"D:\QlikView_Client\QV.exe" /l "D:\YOURFILE.qvw"
\\QVSERVER\d$\QlikView\Client\QV.exe /r "\\ QVSERVER \d$\Qlikview\Reports\MyApp.qvw"
- Marcus
You need to create a batch-file with a path to qv.exe and a path to your qvw maybe as myBatch.bat and then create a windows task: windows scheduler to run a task every x-minutes? - Stack Overflow
REM /r = open+reload+save+close as background process /l = open+reload+save with GUI
"D:\QlikView_Client\QV.exe" /l "D:\YOURFILE.qvw"
\\QVSERVER\d$\QlikView\Client\QV.exe /r "\\ QVSERVER \d$\Qlikview\Reports\MyApp.qvw"
- Marcus
thanks for ua replay Marcus.
suppose i have a sample.qvw for that i created mybatch.bat with qvw path
den after goto> controlpannel> create new task>trigger> i do all this.
But dere is no time to refresh fr 5min or 10min dere is weekly oneday like dat
can u give suggestion
thanks
Suresh
You need to define it within the advanced settings:
- Marcus
tanq marcus.
Suresh
Hi MArcus,
i tried and sheduled the time but i noticed dat it nt refreshed so .
I didnt get refreshed the dashboard as i expected.
if u dont mind can u mention the steps from batch file creation to shedule the job.
Thanks in advance,
Suresh