Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
The JITL Job looks for events that have an empty field schedulerId or that have the value coming with the parameter scheduler_event_service_id where the default value of scheduler_event_service_id is the spooler_id of the current JobScheduler.
Desired Behavior
It should be possible to configure the job to ignore the column schedulerId in the database. The name of the parameter is filter_scheduler_id. Default value is true. To ignore the column schedulerId set the value to false
Workaround
- You can use the job JobSchedulerCheckEventsJSAdapterClass. This job has more functionallity and already uses the correct table and database. E.g. you are able not only for checking the existing of one event but also you can evaluate conditions like (e1 or e2)
- Download the patch from here
- Unzip the path to $scheduler_home/lib/patches