Validation and error messages

Validation is performed when you execute the PublishMetadataToION 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 Validation Message
Checks that the specified Table Area is a valid value 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: "Inbox", "Outbox". 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").
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").
Checks that the specified Table Name and specified Include User-Defined flag 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 schema prefix does not contain any leading/trailing/middle spaces. Schema Prefix {0} contains spaces.