Data Transformation Engine Type Designer Reference Guide
Appendix A - Return Codes and Error Messages Type Tree Analysis Logic Error Messages
Type Tree Analysis Logic Error Messages
The following table lists the logic error messages that result from a logical analysis
of a type tree:
Return Code Message
L100 COMPONENT neither inherited nor local: ‘type name’
of TYPE: ‘type name’
Hint: Look at the super-type’s component list. The component is a
valid type, but the supertype has a component list that restricts
you from using this type as a component. You may have added
subtype components before adding supertype components. Either
remove all supertype components or add the components in error
to the component list of the supertype.
L101 This GROUP must have at least one component – TYPE:
‘type name’
Hint: If you want to map this group, add components. If you do
not want to map it, make it a category.
L102 Circular reference found in COMPONENT # (‘type
name’) – TYPE: ‘type name’
Hint: Look at the type of the component in error. It is probably
missing an initiator or terminator.
L103 Circular reference found in Floating Component type
– TYPE: ‘type name’
Hint: Look at the floating component type in error. It is probably
missing an initiator or terminator.
L104 DELIMITER for TYPE – ‘type name’ must have a value
Hint: All delimited groups need a delimiter. Edit delimited group
properties to insert the missing delimiter.
L105 DELIMITER type neither inherited nor local – TYPE:
‘type name’
Hint: The delimiter name has been entered incorrectly. It should
be the name of a local type, or the name of an inherited delimiter,
or the name of a type in the sub-tree of the inherited delimiter.