Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Within the JITL features we have some jobs which are used to launch commands. One way to define the commands are in the parameter descriptions.  Another way is to define the command  statement in the script part of the job instead of the parameter command.

In the case that a statement is defined in the script part and also a command parameter is set the command parameter is executed. For a test of this fact we define an illegal command parameter and the correct version within the script part.A second test without the command parameter shows the correct execution of the statement defined in the  script part.

 

We have four these JITL jobs which are involved in this topic:

JITL Job JobSchedulerManagedDatabaseJob

Class name sos.scheduler.managed.JobSchedulerManagedDatabaseJob

Error execution


Image Added

This configuration causes the error: java.lang.Exception cannot be cast to com.sos.JSHelper.Exceptions.JobSchedulerException

Correctly executed

After the deletion of the command parameter the statement defined in the script part is executed correctly. 

Image Added


JITL Job JobSchedulerPLSQLJob

...