Alphabetic list of error messages
752
Cannot update primary key for table ’%1’ involved in
synchronization
Item Value
SQLCODE -780
Constant SQLE_SYNC_ARTICLE_PK_CANNOT_BE_UPDAT
ED
SQLSTATE 5RW19
Sybase error code 13790
ODBC 2 State 42000
ODBC 3 State 42S02
Parameter 1 Name of the table.
The primary key of a table involved in a synchronization publication cannot
be updated. The database option "Allow_sync_pkey_update" can be set to
"ON" to allow updates to the primary key of table involved in a
synchronization publication.
Character set translation to ’%1’ cannot be performed; ’%2’ is used
instead
Item Value
SQLCODE 114
Constant SQLE_CANNOT_PERFORM_CHAR_TRANSLATIO
N
SQLSTATE 01W12
Sybase error code 13613
ODBC 2 State OK
ODBC 3 State OK
Parameter 1 Name of character set the application requested.
Parameter 2 Name of character set the database will be using.
The server is unable to do a character translation from the character set the
database is using to the character set the application requested.
Probable cause
Probable cause