SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual544518-011
17-70
Recovery. Consider fixing the source of the parsing errors. If you used the -E option,
you may want to fix the rows in the error log file and then use that file as the input for
another Import command. You may be able to invoke the import utility again, using
the -F first-row> option to resume the import operation from where this operation left
off in the original input file. You may want to specify a larger value for max-errors.
SQL 20285
Cause. import encountered more execution errors than the specified maximum.
Effect. The operation fails.
Recovery. Consider fixing the source of the execution errors. If you used the -XE
option, you may want to fix the rows in the error log file and then use that file as the
input for another import command. You may be able to invoke the import utility
again, using the -F first-row> option to resume the import operation from where this
operation left off in the original input file. You may want to specify a larger value for
max-errors.
SQL 20286
Cause. When out of range value is specified.
Effect. The import operation fails.
Recovery. Specify the values within the range of -SI option.
SQL 20287
Cause. If parsing-errormsg-filename and error-filename are specified to
be the same file, Import will log each error message to the error log file, prefixed by the
string ^@ERR_ST]^ and suffixed by the string ^\[ERR_ND^. The same error log file
can be used as data file for importing data second time using import. If any of this
string is missing in the data file import will throw this message.
Effect. The import operation fails.
Recovery. The starting and ending string in the error log file must be corrected before
using it next time as data file.
20285 The user-specified maximum number of execution errors
was exceeded.
20286 Command line option -SI must specify a value greater
than or equal to 1 and less than or equal to 2147483647.
20287 An ending error comment indicator string is missing
from the data file.