Neoview Messages Manual (Volume 2) (R2.5)

Recovery Correct the fixed width-offsets and resubmit the control file.
22406
FixedWidth dataformat has invalid recordlength len
Cause Record length given is not valid.
Effect The Neoview Transporter Client stops processing the control file.
Recovery Correct the record length and resubmit the control file.
22602
Field field is invalid
Cause One or more errors in a field definition.
Effect The Neoview Transporter Client stops processing the control file.
Recovery Correct the field definitions and resubmit the control file.
23002
Nonexistent col=col in table=table
Cause Column does not exist in the specified table.
Effect Neoview Transporter Client stops processing the control file.
Recovery Ensure that the column exists, check the spelling, and resubmit the control file.
23004
col=col in table=table is not nullable
Cause Column is not nullable in specified table.
Effect Neoview Transporter Client stops processing the control file.
Recovery Ensure that the column is nullable and resubmit the control file.
23018
CHAR string truncated to fit DB column width. Column=col, Length=len,
Data length=data_len, Data=data
Cause A CHAR string is too long to fit in the column.
Effect The Neoview Transporter Client automatically truncates the CHAR string.
Recovery Ensure that CHAR string length does not exceed column width.
23020
Unknown data type=data-type for column=col
Cause Data type in the column is not recognized.
Effect The Neoview Transporter Client stops processing the control file.
Recovery Ensure that the column is one of the supported data types and resubmit the control
file.
23021
Interval types are not supported
Cause Interval types are not recognized.
Effect The Neoview Transporter Client stops processing the control file.
Recovery Ensure that the Interval type is one of the supported Interval types and resubmit
the control file.
25