KFAA50223-E
An invalid enclosing character was detected in the data. (input file = aa....aa, row = bb....bb, column = cc....cc) (M)
An invalid enclosing character was detected in the input data.
Information about where the error occurred is output for aa....aa to cc....cc.
- aa....aa:
-
The serial number or file name of the input file
- bb....bb:
-
Row number
- cc....cc: Field data number
-
-
If an error occurs with array type field data:
The field data number where the error occurred is displayed.
-
If an error occurs with non-array type field data:
0 is displayed.
-
- S:
-
Terminates processing.
- Action:
-
A logical error has occurred in input data. For details about the corrective action to take, see How to handle logical errors in input data in the manual HADB Command Reference.
To treat an enclosing character as itself in input data, specify that character twice consecutively.
Also, for details about the process up to executing the adbimport command, see Handling abnormal termination of the adbimport command in the manual HADB Command Reference.
<When the table to be imported has an array-type column defined>
Check whether the array type field data is surrounded by enclosing characters. If the array type field data is not surrounded by enclosing characters, it is possible that an array element in the array type field data tried to be imported into a non-array type column, resulting in a logical error in the input data.
In this case, use the following procedure:
-
Surround array type field data with enclosing characters
-
Re-execute the adbimport command.
-
If a logical error occurs in the input data, follow the instructions in the output error message and fix the error.
-