Specifying Processing Details

View a list of executables commands or scripts to be executed.

  1. Enter the executable command or script along with their parameters. You can enter variables that are replaced with their actual values during runtime. These variables must appear inside curly brackets when used.
    Note: Runtime variables are not SBN expressions and are not evaluated.
  2. Specify the start time for execution.
    • Load Start – at the start of the EL project execution.
    • Table Start – at the start of table loading.
    • Table Finish – at the end of table loading.
    • Table Error – when an error occurs during table loading.
    • Load Finish – when all tables are loaded and the execution of the EL project is about to finish.
    • Load Error - at the end of loading in case of errors that occur during table loading.

    If the Continue Load On Error property is selected in the Advanced pane, execution continues even when a table error occurs.

Related reference
Runtime Variables