- CWLAT0001E: Schema validation of map definition "{0}" failed with error: "{1}".
- Explanation: The schema validation for the map "{0}" failed.
- User Action: Please correct your map definition
- CWLAT0003E: Submap "{0}" referenced in map "{1}" does not exist in the scope.
- Explanation: The Submap "{0}" does not exist.
- User Action: Please make sure referenced Submap exists
- CWLAT0004E: Relationship "{0}" and Role "{1}" referenced in map "{2}" do no exist in the scope.
- Explanation: The Relationship and Role do not exist.
- User Action: Please make sure referenced Relationship and Role exist
- CWLAT0005E: Variable name "{0}" in map "{1}" used more than once. Duplicate variable names are not allowed.
- Explanation: Duplicate Variable names in a Map are not allowed.
- User Action: Please provide unique variable name
- CWLAT0006E: Property "{0}" of Business Object "{1}" is of non-string datatype. Only string datatypes can be used as input for Split.
- Explanation: In a split transformation please specify string attribute as input
- User Action: Please correct the Split input property
- CWLAT0007E: Property "{0}" of Business Object "{1}" is of non-string datatype. Only string datatypes can be used as output for Join.
- Explanation: In join transformation, only string datatype is allowed as output of the transformation
- User Action: Please correct the Join output property
- CWLAT0008E: Array property "{0}" of Business Object "{1}" does not have its index specified.
- Explanation: Specifying index is required in move transformations between array and non-array attributes.
- User Action: Please specify the index for array property
- CWLAT0009E: Array property "{0}" of Business Object "{1}" does not have its index specified.
- Explanation: Specifying index is required in join transformations between array and non-array attributes.
- User Action: Please specify the index for array property
- CWLAT0010E: Map with the name "{0}" already exists in the scope.
- Explanation: Duplicate map names are not allowed within the same scope.
- User Action: Please specify a unique map name
- CWLAT0011E: Property "{0}" does not exist in the Business Object "{1}".
- Explanation: The specified property cannot be found in the Business Object.
- User Action: Please provide a valid property name
- CWLAT0012E: "{0}" is not defined as either input, output, or temporary variable in map "{1}".
- Explanation: The variable name cannot be found in the Map.
- User Action: Please provide a correct variable name
- CWLAT0013E: "{0}" is not a valid initial value for temporary variable "{1}" of data type "{2}".
- Explanation: The value specified is not a valid initial value for the temporary variable.
- User Action: Please correct the initial value of the temporary variable
- CWLAT0014E: Property "{0}" is not set or contains an empty string.
- Explanation: The property has not been set or is empty.
- User Action: Please add or set value for the property
- CWLAT0015E: DocumentRoot "{0}" is not defined as a businessObjectMap in the map "{1}".
- Explanation: The Document Root is not defined as a businessObjectMap
- User Action: Please make sure the root element is a businessObjectMap.
- CWLAT0016E: Cannot perform move transformation for execution order "{0}" since dataType "{1}" cannot be converted to "{2}".
- Explanation: The transformation failed because the input specified cannot be converted to the output specified
- User Action: Please make sure the input dataType can be converted to the output dataType.
- CWLAT0017E: Variable "{0}" used for submap transformation in map "{1}" does not exist in submap "{2}".
- Explanation: Variable name used for submap transformation does not exist in its submap
- User Action: Please make sure the variable name exist in submap.
- CWLAT0018E: The BOType of variable "{0}" is not consistent in map "{1}" and submap "{2}".
- Explanation: BOType of variable is not consistent in the parent map and its submap
- User Action: Please make sure the variable BOType is consistent in the parent map and its submap.
- CWLAT0019E: Role "{0}" in Relationship "{1}" referenced in map "{2}" is managed.
- Explanation: The Role is managed
- User Action: Please make sure referenced Role is unmanaged.