Data Transformation Engine Type Designer Reference Guide

Appendix A - Return Codes and Error Messages Type Tree Analysis Logic Error Messages
Return Code Message
L136 COMPONENT ‘type name’ occurs more than once in list
– TYPE: ‘type name’
Hint: Each component in the same component list must have a
unique type name. Try to make sub-types of the type name in
error and replace each non-unique component with one of the
new sub-types.
L137 COMPONENT ‘type name’ and its super-type cannot be
in same COMPONENT LIST (in TYPE: ‘type name’)
Hint: Try making another sub-type of the super-type and replace
the super-type reference with the new sub-type.
L138 COMPONENT ‘type name’ is same type as delimiter –
TYPE: ‘type name’
Hint: A component and a delimiter cannot have the same name.
You may need to add sub-types to the type name used in error to
resolve this one.
L139 COMPONENT ‘type name’ is sub-type of delimiter –
TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify a
delimiter. You can add another sub-type to the syntax item and
replace the delimiter name with the new sub-type name.
L140 COMPONENT ‘type name’ is super-type of delimiter –
TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify a
delimiter. You can add another sub-type to the syntax item and
replace the component name with the new sub-type name.
L141 COMPONENT ‘type name’ is same type as initiator –
TYPE: ‘type name’
Hint: A component and an initiator cannot have the same name.
You can add sub-types to the type name used in error and replace
both the component name and the initiator name.
L142 COMPONENT ‘type name’ is sub-type of initiator –
TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify an
initiator. You can add another sub-type to the syntax item and
replace the initiator name with the new sub-type name.