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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
nmodi
Creator
Creator

Scheduling Bi-Weekly job using TAC Talend Administration Cetnter

I want to schedule my job every other friday in given month, How can I do it using TAC?

 

here is the reference doc I see from cron triggger but I wasn't able find any option that allow me to schedule job bi-weekly or every alternate friday of the month.

 

https://help.talend.com/reader/uwwCVAHxWDS6l5fZQ~lVYA/2UkJS_8idEtiyPRGYotD5g?section=Raa23257

 

we are using 6.4 enterprise version.

Labels (3)
2 Replies
Anonymous
Not applicable

Hello,

You want to schedule one execution of a task every two weeks?

So far, there are three available triggers in TAC:

  • Time-based triggers (SimpleTrigger)

  • Periodic multi-platform CRON-like triggers (CronUITrigger)

  • File-based triggers (FileTrigger):

With CRON-like triggers, you have to select the hour and date items at which you want the task to be executed. Is the field 'Days of week' Ok with your case?

Best regards

Sabrina

nmodi
Creator
Creator
Author

Day of the week would allow to me to run my job once every week, I need to schedule job once every 2 week. How do I do that, I looked at CRON trigger & was not able find that option.