Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have designed a job to import data from MySQL, and scheduled it to run every 6 hour and every time it run I need to send a email . which is not a big issue. Now what I need is
Every time the job runs and successfully 0r fail completed . it should send a mail
for the first run:
job_name|run_time|status
test_job,1,success:
for the second run:
job_name|run_time|status
test_job,2,success
job_name|run_time|status
test_job,3,Fail
and so on
Thanks,