Entering content frame

-25302: The value entered is not a valid numerical value 

Explanation:

The command to load or unload data contains an error.

This error can have several causes depending on the context in which it occurs.

A value that is to be loaded 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 unloaded 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 loading or unloading data contain certain conditions, for example, for loading or unloading 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.

User Action:

Correct the values and re-execute the command.

 

Leaving content frame