Data Transformation Engine Return Codes and Errors Reference Guide

Chapter 6 – Type Tree Analysis Type Tree Analysis Logic Error Messages
Return Code Message
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.
L143 COMPONENT ‘type name’ is super-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 component name with the new sub-type name.
L144 COMPONENT ‘type name’ is same type as terminator –
TYPE: ‘type name’
Hint: A component and a terminator cannot have the same name.
Try adding sub-types to the type name used in error and replace
both the component name and terminator name with one of the
new sub-types.
L145 COMPONENT ‘type name’ is sub-type of terminator –
TYPE: ‘type name’
Hint: This occurs when a syntax item is used to specify a
terminator. You can add another sub-type to the syntax item and
replace the terminator name with the new sub-type name.