Pre-General Availability: 2024-09-02

Fix a Robot's Errors

To fix a robot's errors, you must first validate the robot to identify the errors. Then, determine the cause of each error and fix it.

Validate a Robot

Every time you save a robot, Oracle Integration validates the robot and identifies any errors. You can also validate the robot yourself at any time and then correct any errors that have occurred.

  1. Open a robot.
    1. In the navigation pane, select Projects.
    2. Select the project name.
    3. In the left toolbar, select Robot Robot.
    4. In the Robots box, select the robot to open.

      The canvas appears.

  2. On the toolbar, select Validate model Save expression icon.

    If the validation finds any errors, an error count appears on the right toolbar.

    3 appears on the Errors icon on the toolbar

Fix an Error in a Robot

Errors occur in a robot for different reasons, such as an incomplete robot action or a renamed resource. You must fix all errors in a robot before you can activate a robot.

Fixing errors is often an iterative process. Try to fix errors as you build. Keep in mind that the validation process looks for errors in the following way:

  1. The validation identifies all syntax errors in the robot.

  2. After you correct all syntax errors and save the robot again, the validation identifies all semantic errors in the robot.

    Therefore, you might address all the errors found, save your robot again, and find new errors.

  1. Validate a robot.
  2. On the right toolbar, select Errors.

    3 appears on the Errors icon on the toolbar

    The Errors panel appears.

  3. Point to an error, and select Edit Edit icon.

    Oracle Integration scrolls to the action on the canvas and opens the panel for the action. The panel and the action contain an Action has a validation error icon.

    On the canvas, a data stitch action contains the "Action has a validation error" icon

  4. To remind yourself of the error, select the Action has a validation error icon.

    The Validation Error(s) popup appears.

    The Validation Error(s) popup displays the errors for the action

  5. Address the errors as needed.
  6. Rerun validation and address any errors until the robot contains no more errors.