Validation and error messages

Validation is performed when you execute the RunSCVInterfaceService (Import) macro. If the validation fails, the macro execution is stopped, and the related error message is reported in the audit log and job manager.

This table lists the error messages for various validation failures:

Validation Condition Error Message
Check that the passed interface service is valid. Interface Service "{0}" cannot be found.
If the selected Interface Service data entity is not applicable to the current macro context, the macro fails to execute. RunSCVInterfaceService can only run interfaces of data entity = SCV Table. Interface Service {0} does not match the data entity required for a system macro.
If the value specified for Direction does not match the Interface direction of the selected Interface Service, the macro fails to execute. Direction parameter {0} does not match the direction of the selected Interface Service "{1}".
If the Interface service cannot be executed and the specified time out period is reached, the macro command fails with an error.

Time out of {0} seconds was reached before completion of macro step. {1}.

Where {1} = error reason for time out.

Check that Data Source is of the same type, as defined in the Interface service. Data Source {0} type doesn't match the data source type in Interface Service "{1}".