In the Load Plan Editor toolbar, select Remove Step.

Working with Load Plans 14-17 – If the Restart type is Restart from failed children, the Load Plan waits for all child sessions these are the currently running sessions and the ones waiting to be executed to run and complete before it raises the error to the parent step. – If the Restart Type is Restart all children, the Load Plan kills all running child sessions and does not start any new ones before it raises the error to the parent.

14.2.4.3 Defining the Restart Behavior

The Restart Type option defines how a step in error restarts when the Load Plan is restarted. You can define the Restart Type parameter in the Exception Handling section of the Properties Inspector. Depending on the step type, the Restart Type parameter can take the values listed in Table 14–5 .

14.3 Running Load Plans

You can run a Load Plan from Designer Navigator or Operator Navigator in ODI Studio. To run a Load Plan in Designer Navigator or Operator Navigator: 1. In the Load Plans and Scenarios accordion, select the Load Plan you want to execute.

2. Right-click and select Execute.

3. In the Start Load Plan dialog, select the execution parameters: Table 14–5 Restart Type Values Step Type Values and Description Serial ■ Restart all children : When the Load Plan is restarted and if this step is in error, the sequence of steps restarts from the first one. ■ Restart from failure : When the Load Plan is restarted and if this step is in error, the sequence of child steps starts from the one that has failed. Parallel ■ Restart all children : When the Load Plan is restarted and if this step is in error, all the child steps are restarted regardless of their status. This is the default value. ■ Restart from failed children : When the Load Plan is restarted and if this step is in error, only the failed child steps are restarted in parallel. Run Scenario ■ Restart from new session : When restarting the Load Plan and this Run Scenario step is in error, start the scenario and create a new session. This is the default value. ■ Restart from failed step : When restarting the Load Plan and this Run Scenario step is in error, restart the session from the step in error. All the tasks under this step are restarted. ■ Restart from failed task : When restarting the Load Plan and this Run Scenario step is in error, restart the session from the task in error. The same limitation as those described in Section 20.4, Restarting a Session apply to the sessions restarted from a failed step or failed task.