Contents Index Cannot synchronize table '%1' since it does not have a primary key Cannot uniquely identify rows in cursor

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Cannot uniquely identify column '%2' of table '%1' in the current JDBC resultset


Item Value
SQLCODE -756
Constant SQLE_JDBC_TBL_COL_NOT_FOUND_IN_RESULTSET
SQLSTATE WJ021
Sybase error code 13766
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 Table name
Parameter 2 Column name
Probable cause 

Failed to identify a column in a JDBC resultset with the given table name and column name. This can happen either the given names are not found or they are ambiguous.


Contents Index Cannot synchronize table '%1' since it does not have a primary key Cannot uniquely identify rows in cursor