Validation and error messages
Validation is performed when you execute the RunMapping 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 the status of the mapping to be executed through the macro. If the mapping status is invalid, informs the user that the macro cannot be executed. | The mapping "{0}" is Invalid. |
Mapping parameter is not specified. | Mapping "{0}" cannot be found. |
Checks that the source measure is available in the source module. | Source Measure"{0}" is not present in source module {0}. |
Checks that the source measure is set to publish in the source module. | Source Measure"{0}" is not set to publish in source module {0}. |
Checks that the destination measure is available in the destination module. | Destination Measure"{0}" is not present in destination module {0}. |
Check that the destination measure is set to subscribe in the destination module. | Destination Measure"{0}" is not set to subscribe in destination module {0}. |
Ensure that when the source measure is null, and the destination measure is also null. Null implies copying all measures. | Destination measure must be null when copying all measures. |
Ensure that the type of the destination measure is not Market Intelligence. | Measure {0} cannot be of type Market Intelligence. |
Ensure that the destination measure is not Null when the type of the source measure is Market Intelligence. | Destination measure cannot be null when copying measure of type Market Intelligence. |
Ensure that the type of the destination measure is not Transactional Data. | Measure {0} cannot be of type Transactional Data. |
Ensure that the destination measure is not null when the type of the source measure is Transactional Data. | Destination measure cannot be null when copying measure of type Transactional Data. |