Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

RELOAD JOB

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.

6 Replies
Anil_Babu_Samineni

You want to schedule reload automatically for your Application? OR You want to refresh the application some time in a day?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

You may use Task Scheduler for such issue:

Screenshot_1.jpg

master_student
Creator III
Creator III
Author

I need an automatic task via QMC

master_student
Creator III
Creator III
Author

how did you create it?

Not applicable

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

MindaugasBacius
Partner - Specialist III
Partner - Specialist III

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:

Screenshot_1.jpg

On the top right side you will find this option:

Screenshot_2.jpg

Fill up the information, set your Triggers:

Screenshot_4.jpg

In Action choose Start a Program and browse for your .cmd file:

Screenshot_3.jpg

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:

Screenshot_5.jpg