Validation and error messages
Validation is performed when you execute the RunScript macro. If validation fails, the
macro execution is stopped, and the related error message is reported in the audit
log.
This table list the error messages displayed for various validation failures:
Validation Condition | Error Message |
---|---|
Checks that the script name exists. | Script {0} cannot be found. |
If specified, checks that Input Data Source exists and is accessible. | Input Data source "{0}" cannot be found. |
If specified, checks that Output Data Source exists and is accessible. | Output Data source "{0}" cannot be found. |
If specified, checks that Data Source is the correct type (Database) and connection type (Internal SCV). | The RunScript macro requires a data source of type: Database and connection: Internal SCV. |
If specified, checks that Debug flag is valid. | The specified Tuning flag is invalid. Accepted values are: "", "true", "false". |
If specified, checks that Timeout Period is a positive integer value and less than 181. | The specified Timeout Period is invalid. Timeout Period must be between 1 minute and 180 minutes (3 hours). |