Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.8
-
None
Description
Description:
- Current Situation
- When using the job sos.scheduler.db.JobSchedulerPLSQLJobJSAdapterClass with an parameter command that contains variables like ${variable} the ${variable} string will be part of the command for the plsql interpreter. This behaviour is also with the job sos.scheduler.db.SOSSQLPlusJobJSAdapterClass and sos.scheduler.job.SOSSSHJob2JSAdapter
- Desired Behavior
- The ${variable} string should be substituted with the current value of the order/task parameter variable.