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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] talend job scheduling

hai,

i created the talend job, but i don't know how to schedule each job should be executed at particular time?
please help me

Labels (2)
32 Replies
Anonymous
Not applicable
Author

hi,
as it said 'scheduler is obsolete".
With TOS, export your job and schedule .sh or .bat with external tools like ControlM, $U, Cron,etc.
Scheduler option was "only" written syntax for cron.
please , read advice and follow links mentionned before in this post.
regards
laurent
Anonymous
Not applicable
Author

This reply is regarding the topic which i have posted above...
Hi Sabarina,
We can call Job1 and Job3 using tRunJob component in Job2 itself.
Below screenshots can give you brief idea about how it works.
0683p000009MAEG.jpg 0683p000009MABM.jpg
Anonymous
Not applicable
Author

Hi kunalrane,
Thanks for your sharing.
Best regards
Sabrina
Anonymous
Not applicable
Author

IS it possible to run a mail sending job in cron ? I am using talend open source version 5.3
Anonymous
Not applicable
Author

Hi,
IS it possible to run a mail sending job in cron

Could you please give more description about your requirement? Do you want to use tsendmail to send mail on fixed time?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
I am using tsendMail which has a report attachment.
This job runs every day and is running successfully if i fire command on daily basis,today when i put the job in my cron , are mails are not getting dispatched.
Other jobs which i put in cron are working fine..Issue is coming only in tsendmail that too only on putting in crone.
Anonymous
Not applicable
Author

IS it possible to run a mail sending job in cron
0683p000009MA4Q.jpg
Anonymous
Not applicable
Author

hi,
did you test your job by export it as a .bat or .sh script and run from command line (without any cron or scheduler)?
Check if your mail is sending or not .
regards
laurent
Anonymous
Not applicable
Author

Hi,
The job should be OK if it runs successfully in studio.
Is it working when you take the action as @kzone said export it as a .bat or .sh script and run from command line (without any cron or scheduler)?
Check if your mail is sending or not
Best regards
Sabrina
Anonymous
Not applicable
Author

Hello.
I have a Talend 5.3.1 Enterprise.
Currently I have about 200 jobs that execute end to end... IE: Job1 -->on ok --> job2 --> on ok...etc.
Several jobs can be executed in parallel, with different downstream dependency. I understand I can achieve parallelism using tParallel or other components.
I have built something similar to the attached image. Where Job3 and Job4 run in parallel. Upon completion of 3, job 5 starts processing, job 6 waiting for the completion of job4.
The problem is restart ability, and failure points.
If job4 fails, it stops the Job3/5/6 processing wherever it is. If I set the Tparallel to allow fail, it will launch job6 even if job4 failed.
Secondly, I tried to use fail points(recovery points) with the TAC. It seems that those failure points only work if I have end to end executions lined out. A tParallel seems to prevent them from working.
I feel like I am missing something obvious. Is third party tooling my only choice?
0683p000009MAH4.jpg