Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
You can build your job, then schedule .bat flie with window's task scheduler.
Regards,
You can build your job, then schedule .bat flie with window's task scheduler.
Regards,
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
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?
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
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