Contents Index Cannot convert %1 to a %2 Cannot convert between requested character set '%1' and database character set '%2'

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Cannot convert %1 to a %2. The bad value was supplied for column '%3' on line %4 of the data file.


Item Value
SQLCODE -162
Constant SQLE_CONVERSION_ERROR_LOAD_TABLE
SQLSTATE 53017
Sybase error code 13887
ODBC 2 State 07006
ODBC 3 State 07006
Parameter 1 The value that could not be converted.
Parameter 2 The name of the type for the conversion.
Parameter 3 Name of the column where the value was to be inserted.
Parameter 4 Line number of the data file where the invalid data conversion took place.
Probable cause 

The data file supplied to LOAD TABLE contained an invalid value. For example, the value 12X might have been supplied where a number was required.


Contents Index Cannot convert %1 to a %2 Cannot convert between requested character set '%1' and database character set '%2'