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: 
Anonymous
Not applicable

how to schedule a job every 2 hours in Talend Integration Suite RTX ?

Hi,
I am trying to schedule a daily job for every 2 hours need to run. Could you please sugest me to configure a trigger every 2 hours need to run ?
Please Help me.
Thank you,
Praveen
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi
You can add a simple trigger or a cron trigger.
Simple trigger, see pic1
Start time: set the start time, for example 2011-08-11 15h36 //date pattern :yyyy-MM-dd HHhmm
End time: set the end time, let it empty if there is no end time
Number of repetitions: the number of job repetitions, let is empty for indefinitely
time interval: time between each triggering, 7200 //2 hours*3600s
Cron trigger: see pic2
Hours:0/2 //every 2 hours
Day of month:* //every day
Months:1-12 //1,2,3,...12 month
Best regards
Shong
Anonymous
Not applicable
Author

Hi,
I'm using the windows scheduler for running my daily jobs. You can do so by exporting the job which results in a .bat file.
Afterwards you can call that .bat file from the windows scheduler and define the schedule there. (every 2 hours or so)
Regards
Anonymous
Not applicable
Author

Tahnk you - Shong and mpa.
Praveen