Hi Everyone,
We have configured SAP jobs to trigger a maximum runtime alarm and automatically terminate after a specified duration. The max_run_alarm is being generated as expected but the job termination is not occurring as expected.
We observed that the scheduler issued the event CHK_TERM_RUNTIME, but the job continues to run. We also attempted to send the kill event again, but it had no effect.
We would like to ensure the job terminates based on the configured terminate runtime. Has anyone faced a similar issue or can suggest a resolution?
Below values are updated JIL for maximum_run_alarm and terminate_run_time.
insert_job: JOB_SAP_A job_type: sap
max_run_alarm: 60
alarm_if_fail: y
alarm_if_terminated: y
term_run_time: 120
send_notification: F
notification_alarm_types: MAXRUNALARM
-------------------------------------------