Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello guys,
I need to create a reload job, that refrech data 4 times every day :
08h
10h
13h
17h
Is that possible, if yes, how?
Thanks a lot.
You want to schedule reload automatically for your Application? OR You want to refresh the application some time in a day?
You may use Task Scheduler for such issue:
I need an automatic task via QMC
how did you create it?
You can schedule Task with your requirement time.
This means that you have publisher installed on your server.
So the setting will be bit different.
Now the folder setting will be like this.
QMC -> Publisher Setting-> Set the path in Source Document Path.
Go to QEMC -> Document Tab -> Source Document -> Click on the Qvw file which you want to schedule.
Click on + sign
Reach the same place which you shown.
Click on Reload -> Check the Enable.
Go to Trigger
In current Triggers Click +.
Here you make the settings for scheduling.
Dont forget to click Apply button.
Thanks
Nandu
Create .cmd file with Notepad. Like:
"c:\Program Files\QlikView\Distribution Service\QVDistributionService.exe" -r="C:\QlikView\QVapp.qvw" -out="c:\log\QVapp.log"
Name it with reload_QVapp.cmd
Lunch Task Scheduler:
On the top right side you will find this option:
Fill up the information, set your Triggers:
In Action choose Start a Program and browse for your .cmd file:
Finish creating the task.
Then you will see in the Task Scheduler your task.
Create your task in a separate folder to make everything look clear: