Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Is it possible to send an email for status of all components in a job as well as job failures. Is it possible? is there template like sample available to add it in the body of the email ?
Thank you in advance
I am already using the tdie to exit out of the JVM if a source or destination db connection fails but I want to capture all the component stats in a tlogcatcher and send to the email . How do I set my tsendemail in a table and log if has any errors.
please give me some talend example if it can be done
Please go ahead and correct If I am wrong ,the tlogcatcher only collects the logs (errors) will it aslo capture the ok components and the successsful job without any failures
Depending on its settings, tLogCatcher catches messages issued from tWarn, tDie and Java exceptions
can I use tstatscather to capture all the messages along with tlogcatcher that way everyhting is captured with one email template?
can you show me one taledn example or any article for tstatcacher and tlogcatcher. I will use that as a starting point..