Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.7.4
-
None
Description
Preconditions:
A job uses sos.scheduler.managed.JobSchedulerManagedDatabaseJob
The job defines the parameter command
The job is an order job
The order does not provide the parameter command
Result
The parameter command from the job configuration will be taken but before there is a try to get the command from the database table SCHEDULER_MANAGED_ORDERS.
As the table SCHEDULER_MANAGED_ORDERS is not being installed an error occurs. The error will be catched and ignored by the job but in the logfiles of the database an error message could appear.
It should be avoided to post this error message.
To reproduce this add an order to job chain JITL-134