Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

RE:Job sheduler

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

1 Solution

Accepted Solutions
marcus_sommer

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

View solution in original post

5 Replies
marcus_sommer

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

Chanty4u
MVP
MVP
Author

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

marcus_sommer

You need to define it within the advanced settings:

- Marcus

Chanty4u
MVP
MVP
Author

tanq marcus.

Suresh

Chanty4u
MVP
MVP
Author

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