Contents Index Table '%1' requires a unique correlation name Table cannot have two primary keys

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Table already has a primary key


Item Value
SQLCODE -112
Constant SQLE_EXISTING_PRIMARY_KEY
SQLSTATE 55013
Sybase error code 1923
ODBC 2 State 42000
ODBC 3 State 42000
Probable cause 

You attempted to add a primary key on a table that already has a primary key defined. You must delete the current primary key before adding a new one.


Contents Index Table '%1' requires a unique correlation name Table cannot have two primary keys