Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend job scheduling

Hi,

I want to schedule job to delete data from my salesforce organization on particular date.

Is it possible on free version ?

Labels (3)
14 Replies
Anonymous
Not applicable
Author

Yes, but you will need to use a third party scheduling tool. Crontab in Linux would be great. Windows scheduler will also work. You then build a job to do this. Compile the job. Then use the selected scheduler to run the job. The job will be run like running any Java program.

Anonymous
Not applicable
Author

Answer to your question is "No".

 

Talend Scheduler is available only in Enterprise version. For community addition, build you job & get the zip file.

 

Use external scheduler (cron for linux or windows scheduler) to run your job on particular date.

Anonymous
Not applicable
Author

Hello,

Please refer to online user guide about:TalendHelpCenter:How to build Jobs.

Best regards

Sabrina

Anonymous
Not applicable
Author

Can you help me understand how to create zip file and scheduling it using windows scheduler ?

Thanks

Anonymous
Not applicable
Author

Right click on job & click on build, it will create zip file..

 

0683p000009Lsqg.jpg

 

 

Unzip this file, & call *.bat file in windows scheduler

manodwhb
Champion II
Champion II

Yes You can do it,create a package of your job by using Build Job and schedule the .bat file in windows .sh in crontab.

Anonymous
Not applicable
Author

Hey thank you !!! 

Its working fine 0683p000009MACn.png

Is there any provision like can we notify someone after completion of task ?

 

Anonymous
Not applicable
Author

You can do a lot of things to notify of completion. An easy way is to use the tSendMail component to email an individual/team. Take a look here (https://help.talend.com/reader/9q55KsfASqX0qY4GVhEDNQ/EG8XHID3jFOItycxC7Jv~w)

Anonymous
Not applicable
Author

Hi 

While using tsendmail component I am getting following error :

javax.mail.AuthenticationFailedException

 

Please let me know if I am missing something.

 

here is the screenshot of my settings : 

0683p000009Lssv.png