An error has occurred in the command for uploading (DATALOAD or FASTLOAD) or updating data (DATAUPDATE).
This error can have several causes depending on the context in which it occurs.
- A value that is to be uploaded into a column with a numerical data type (INTEGER, FIXED (n,m), ...) cannot be converted into the internal format. The value is either too high or is not recognized as a number.
- A value that is to be downloaded from a column with a numerical data type (INTEGER, FIXED (n,m), ...) cannot be converted into the external display format. The value is either too high or the data types are not compatible (for example, if you try to extract a value from a column of data type FLOAT and to display it externally as data type INTEGER BINARY).
- Commands for uploading or downloading data contain certain conditions, for example, for downloading or uploading NULL values. If you have defined conditions for columns with a numerical data type, the values in these conditions must be recognized as a numerical value.