Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9, 1.10
-
None
Description
Current Situation
/sos/notification/CheckHistory job doesn't consider the titles of orders, jobs and job chains when it writes into the table SCHEDULER_MON_NOTIFICATIONS.
- The fields "ORDER_TITLE" contains always the same values as the field "ORDER_ID"
- The fields "JOB_TITLE" contains always the same values as the field "JOB_NAME"
- The fields "JOB_CHAIN_TITLE" contains always the same values as the field "JOB_CHAIN_NAME"
Desired Behavior
- The field "ORDER_TITLE" should contain the tilte of the order.
- The field "JOB_TITLE" should contain the tilte of the job.
- The field "JOB_CHAIN_TITLE" should contain the tilte of the job chain.
Maintainer Note
- Change is implemented only for the field "ORDER_TITLE".
- Notification Monitor use the JobScheduler objects informations available in the JobScheduler history tables. The titles for the Jobs and JobChains currently are not contained in the history tables.