CWLAT0001E: Schema validation of map definition "{0}" failed with error: "{1}". Revise your map definition.
Explanation: The schema validation for the map "{0}" failed.
User Action: Correct your map definition.

 

CWLAT0002E: BO "{0}" referenced in map "{1}" does not exist in the scope. Add the BO to the scope.
Explanation: The program cannot find BO "{0}" specified in map "{1}".
User Action: Make sure the referenced BO exists and that the name is correct.

 

CWLAT0003E: Submap "{0}" referenced in map "{1}" does not exist in the scope. Provide the submap.
Explanation: The program cannot find submap "{0}".
User Action: Make sure referenced submap exists in the scope.

 

CWLAT0004E: Relationship "{0}" and Role "{1}" referenced in map "{2}" do not exist in the scope. Specify correct relationship and role.
Explanation: The program cannot find the relationship and role.
User Action: Make sure referenced relationship and role exist in the scope.

 

CWLAT0005E: Variable name "{0}" in map "{1}" is used more than once. Make each variable name unique.
Explanation: Duplicate variable names in a map are not allowed.
User Action: Provide a unique name for each variable in the map.

 

CWLAT0006E: Property "{0}" of BO "{1}" is of non-string datatype. Use string datatype for Split.
Explanation: Only string datatype can be used as input for a Split transformation.
User Action: In a Split transformation, specify the string attribute as input.

 

CWLAT0007E: Property "{0}" of BO "{1}" is of non-string datatype. Use string datatype for Join.
Explanation: Only string datatype can be used as output for a Join transformation.
User Action: In a Join transformation, specify the string attribute as output.

 

CWLAT0008E: The array property "{0}" of BO "{1}" does not have an index specified. Specify an index.
Explanation: Specifying an index is required in a Move transformation between array and non-array attributes.
User Action: Specify the index for the array property.

 

CWLAT0009E: Array property "{0}" of BO "{1}" does not have an index specified. Specify an index.
Explanation: Specifying index is required in a Join or Split transformation between array and non-array attributes.
User Action: Specify the index for the array property.

 

CWLAT0010E: A map with the name "{0}" already exists in the scope. Rename the map.
Explanation: Duplicate map names are not allowed within the same scope.
User Action: Provide a unique name for each map.

 

CWLAT0011E: Property "{0}" does not exist in the BO "{1}". Specify an existing property.
Explanation: The specified property cannot be found in the BO.
User Action: Provide a valid property name.

 

CWLAT0012E: "{0}" is not defined as either input, output, or temporary variable in map "{1}". Correct the variable name.
Explanation: The variable name cannot be found in the map.
User Action: Provide a correct variable name.

 

CWLAT0013E: "{0}" is not a valid initial value for temporary variable "{1}" of datatype "{2}". Correct the value.
Explanation: The value specified is not a valid initial value for the temporary variable.
User Action: Correct the initial value of the temporary variable. Check the product documentation if you need guidance.

 

CWLAT0014E: Property "{0}" is not set or contains an empty string. Set a value for the property.
Explanation: The property has not been set or is empty.
User Action: Add or set a value for the property.

 

CWLAT0015E: Document root "{0}" is not defined as a businessObjectMap in the map "{1}".
Explanation: The document root is not defined as a businessObjectMap.
User Action: Make sure the root element is a businessObjectMap.

 

CWLAT0016E: Cannot perform a 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: Make sure the input datatype can be converted to the output datatype.

 

CWLAT0017E: Variable "{0}" used for a Submap transformation in map "{1}" does not exist in submap "{2}". Use another variable or add a variable to the submap.
Explanation: The variable name used for a Submap transformation does not exist in its submap.
User Action: Use a variable name that exists in the submap.

 

CWLAT0018E: The BO type of the variable "{0}" is not consistent in map "{1}" and submap "{2}". Change the type in the map or submap.
Explanation: The BO type of a variable must be the same in the parent map and its submap.
User Action: Change the BO type of the variable in the parent map or its submap to make it consistent.

 

CWLAT0019E: Role "{0}" in Relationship "{1}" referenced in map "{2}" is managed. Remove the isManaged attribute.
Explanation: The isManaged flag is only set for an identity relationship. This flag indicates that the role represents a generic datatype that is managed by the Relationship Runtime Service.
User Action: Make sure referenced role is not set to 'isManaged'.

 

CWLAT0020E: Setting the special value of ''blank'' on property "{0}" of type "{1}" is not allowed. Set the destination property type to string datatype.
Explanation: The Set transformation failed because the special type 'blank' can only be set on a property of string datatype.
User Action: Make sure the destination property is of string datatype.

 

CWLAT0021E: Relationship "{0}" referenced in map "{1}" does not exist or is not in the same scope as the map. Specify correct relationship.
Explanation: The relationship does not exist or the relationship and the map are not in the same module or the relationship is in a library and map is in a module and the library is not set as a dependent library for the module.
User Action: Make an adjustment to place the referenced relationship in the same module as the map or in a dependent library.

 

CWLAT0022E: Role "{0}" referenced in map "{1}" does not exist or is not in the same scope as the map. Specify correct role.
Explanation: The role does not exist or the role and the map are not in the same module or the role is in a library and map is in a module and the library is not set as a dependent library for the module.
User Action: Make an adjustment to place the referenced role in the same module as the map or in a dependent library.

 

CWLAT0023E: Property "{0}" of BO "{1}" is hexBinary datatype. Use non-hexBinary datatype as output for Split.
Explanation: Only non-hexBinary datatype can be used as output for a Split transformation.
User Action: In a Split tranformation, specify non-hexBinary attribute as output.

 

CWLAT0024E: Property "{0}" of BO "{1}" is hexBinary datatype. Use non-hexBinary datatype as input for Join.
Explanation: Only non-hexBinary datatype can be used as input for a Join transformation.
User Action: In a Join transformation, specify non-hexBinary attribute as intput.

 

CWLAT0025E: "{0}" is not defined as either output or temporary variable in map "{1}". Correct the variable name.
Explanation: The output variable name for the move transform is not defined as either output of the map or temporary variable in the map.
User Action: Provide a correct variable name.

 

CWLAT0026E: "{0}" is not defined as either input or temporary variable in map "{1}". Correct the variable name.
Explanation: The output variable name for the move transform is not defined as either input of the map or a temporary variable in the map.
User Action: Provide a correct variable name.

 

CWLAT0027E: Cannot perform a Move transformation for execution order "{0}" since the input and output are not compatible.
Explanation: The transformation failed because the input specified cannot be converted to the output specified.
User Action: Make sure the input datatype can be converted to the output datatype.