Ocl problems, E-21 – Nlynx ETU400 User Manual

Page 254

Advertising
background image

ETU400 User Guide 011603

E-16

DDM File (CHGDDMF) command or use the necessary procedures to make the library exist

on the remote system.

PROBLEM:

Doing TO3XB on a field-oriented file. There is an error message “CPF5029 Data mapping error on
member &4
”.

CAUSE:

A data mapping error occurred on member &4 file &2 in library &3, because the data fields in record
number &6, record format &7, member number &8 are in error.

SOLUTION:

If the record number is zero, one of the following is at fault:

• The error occurred on an attempt to put or update a record through a logical file.

• The error occurred on a group by operation.

• The error was caused by a default value.

• The error was caused by a null value in the record.

See previously listed message CPF5035 to determine which fields are in error. Change the fields
that are in error and try the operation again.

If the record number is not zero, the error occurred on an attempt to read an existing record from a
file. See the previously listed message CPF5035 to determine which physical file fields is in error.
Then either delete the record from the file or change the data in the fields that are in error. Then try
your request again.

CAUSE:

The AS400 date format is Century format, which has 3 digits for the year, 2 for the month and 2 for
the day. The PC is usually month (2), day (12), and year 2001. This would confuse the AS400 and
ETU; therefore ETU does not understand the data type of "L" for data type DATE.

SOLUTION:

Change this to a standard zoned decimal number field. You may need to change the dates in Excel
to Century format, and then transfer to the AS400 using P (packed) instead of L.

PROBLEM:

Adv36 running SSP and OS400 environment. OS400 side running. CPF5149 IO error was
detected Xlation
. ETU400 - is launched by WSMENUS. File is located on the QS36F library.

CAUSE:

QS36F is not in the library list.

SOLUTION:

Add the QS36F library to the library list.

Advertising