Hi Experts,
I have a mail job that is triggered from a max runtime event. The email is sent, but does not include the job description.
Code:
<html>
<body>
<h3><font face="Tahoma">The job ${Job_Description} has been running for too long and has been killed.</font> </h3>
<p> Job Id: <strong><font color="#ff0000">${Job_Id}</font></strong></p>
<p> Job Link:<font color="#ff0000"> <strong>${Job_link}${Job_Id}</strong></font></p>
<p> Regareds,
<br> Cronacle Administration</p>
<hr>
</p>
</body>
</html>
Can anyone tell me why the job description is not showing in the email? I appreciate all your help!
Best Regards,
Rick