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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to schedule a job in talend open studio for ESB

Hi

 

I am using Talend Open Studio ESB free trial.  I am new to talend. I have created a job and I wanted it to run at particular time daily. Can anyone help me out in scheduling job.

 

Thanks.

Labels (3)
1 Solution

Accepted Solutions
fdenis
Master
Master

You can build your job, then schedule .bat flie with window's task scheduler.

 

Regards,

View solution in original post

5 Replies
fdenis
Master
Master

You can build your job, then schedule .bat flie with window's task scheduler.

 

Regards,

Anonymous
Not applicable
Author

Thanks for the response..

I exported my job and scheduled .sh in cronetab..

My job is to send an mail.. 

I had put this * * * * *  myFile.sh in crontab to schedule job every minute.

I am getting every minute in my terminal as "You have new mail in /var/mail/User", but my job has not send an mail to recipient which does when I do normally without scheduling.

 

Can u help me out what am I missing.

 

Thanks in advance

 

Morpheus
Contributor III
Contributor III

As which user you run the job, in cases where it is able to send the emails successfully? Did you use the same user when configuring crontab?

Anonymous
Not applicable
Author

Hi,

 

    Based on your current crontab settings, the job will run every minute. Could you please verify the components in your job which is throwing this message?

 

    You need to have conditional checks in your job which will ensure that the mail trigger will happen only if there is any data present. If no data is present, your job should complete silently without throwing any messages.

 

    Could you please check these aspects and let us know whether the issue persists. If yes, could you please post a screen shot of the job flow for detailed analysis?

 

 

Warm regards,

 

Nikhil Thampi

Anonymous
Not applicable
Author

Thanks for the response..

 

The problem got solved. It is due to permissions for .sh file. I have missed that. 

Now it's working fine.

 

Thanks,

Meghana