Validation and error messages
Validation is performed when you execute the ExportToDataLake macro. If validation fails,
the macro is aborted, and the related error message is displayed.
This table lists the error messages displayed for various validation failures:
Validation Condition | Error Message |
---|---|
Checks that the specified value for Table Area is valid in SCV Table Registry. | Table Area {0} is not a valid table area in SCV Table Registry |
Checks that the specified Table Area is one of the
following:
|
Table Area {0} is currently not supported |
Checks that the specified Table Group Name is a valid value in SCV Table Groups. | Table Group Name {0} is not a valid table group in SCV Table Groups |
Checks that all tables in the specified Table Group Name are from supported Table Areas. | Not all tables in Table Group Name {0} are from supported Table Areas ("Inbox", "Outbox", "Export Staging") |
Checks that the specified Table Name is a valid value in SCV Table Registry. | Table Name {0} is not a valid table name in SCV Table Registry |
Checks that the specified Table Name is from supported Table Areas. | Table Name {0} is not from supported Table Areas ("Inbox", "Outbox", "Export Staging") |
Checks that the values specified in Table Name and Include User-Defined match. | Table Name {0} is not a {standard or user-defined} table |
Checks that only one of Table Area, Table Group, Table Name is specified. | Only one of Table Area, Table Group, Table Name parameters can be specified at a time |
Checks that at least one of Table Area, Table Group, Table Name is specified | At least one of Table Area, Table Group, Table Name parameters must be specified |
Checks that the specified Include Deleted is one of the following: "No", "Yes". | Include Deleted {0} is not valid, supported values are "Yes", "No" |
Checks that the specified Export Mode is one of the following: "Full", "Incremental". | Export Mode {0} is not valid, supported values "Full", "Incremental" |
Checks that <Schema Prefix> does not contain any leading/trailing/middle spaces. | Schema Prefix {0} contains spaces |