cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduled Job Notification

Former Member
0 Kudos

Does MII (12.0.4) provide any notification (email, alert, etc) when a scheduled job does not complete for some reason or does such notification need to be written into the underlying transaction?

David Macindoe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

David,

you need to track errors in your transaction, as Jamie said. Then you can for example send an email to the user to indicate the error. If you also use the terminate transaction action with the flag TerminateWithError set to true, the job will be marked as failed in the log. So you will be able to see the failed jobs in your scheduler log.

Michael

Answers (1)

Answers (1)

jamie_cawley
Advisor
Advisor
0 Kudos

You would need to do it in the underlying transaction. MII only keeps this information in the logs when appropiate error handling, using the terminate transaction, exists in the transaction.

Regards,

Jamie