Table 1-16 lists the format, cause, and solution (if applicable) for the ECMap messages related to running the EDI adapter, in numeric order by message number.
Message |
Cause |
Solution |
---|---|---|
|
The specified field is an unsupported data type for use with NDO metadata. Currently, the only unsupported field type is Packed Decimal, F_Comp3. |
For an unsupported field type, assigned a supported field type in another record. Then use that record for the NDO. |
|
The internal queue fails to hold another NDO object. |
System error. Call the vendor. |
|
The current record placed in the NDO data tree is does not have its specified parent already in the NDO tree. |
Correct the map so that the NDO_WRITE command of a parent record is always performed before using NDO_WRITE for a child record. |
|
When reading a NDO Data tree, this message occurs if the parent child relationships in the data tree do not match the parent child relationships defined in the map. |
Check that the repository schema matches the parent child relationship described in the map. |
|
Date format of <date value> is invalid. |
Check input data field and data type of this <field name> |
|
When reading the NDO data tree, the node data type trying to be read is not a supported conversion type. Currently, conversion is not supported for DT_VoidPTR and DT_Binary. |
Do not use DT_VoidPtr or DT_Binary as field type for NDO data trees that are to be read by the EDI Adapter. |
|
The schema name of the NDO Data Tree Being read from a Queue must match the schema name defined in the map. Note in the map the schema name is the file name. |
Schema name of either the map or the NDO data tree must be changed so that both are identical. |
|
A container node name does not match any record name in the map |
Correct either the NDO schema or the map. All container NDO node names should be defined as a record in the map. |
|
When reading an NDO data tree, the field name of one of the nodes is not matched by a map field name in the map. |
Redefine map or schema so that all field names in the schema matches a field name in the map. |
|
A TP lookup is used that does not support the inbound type (Batch or Telecom) selected. |