Hi all - we have a job that will send an email if it ends abnormally. In the email action definition, we have the subject set to:
Tidal Job "<JobName>" abnormal
But when we receive the actual email, the subject just comes out as:
Tidal Job "" abnormal
Meaning that for some reason, the value of the JobName variable was empty.
Trying to understand why / how to fix?
This particular job is set to repeat every 10 minutes and is set to rerun same occurrence. I'm wondering if its because we are running the same occurrence over and over again that after the first run of the job each day, maybe subsequent runs lose the value of the JobName? Or are there some other possible causes that I should investigate?