Messages 2472 through 2496

Messages on this page are sorted by Sybase error code. Locate the appropriate code in the table below, and click the link for a full description of the message.

Number Msg Type SQL State SQL Code Message Possible Cause
2472 Error WP011 -825L "Previous error lost before RESIGNAL" A RESIGNAL statement in an exception handler of a stored procedure was executed but the context of the previous error was unavailable. A possible cause of this error is a SELECT statement that returns a result set in the exception handler.

Click here for a list of possible parameters and odbc states.

2473 Error 08W57 -826L "Database upgrade not possible; RowGenerator table not owned by user dbo" An attempt to upgrade a database failed. The RowGenerator table is not owned by user dbo.

Click here for a list of possible parameters and odbc states.

2474 Error 08W58 -827L "Database upgrade not possible; user tables have table IDs in system table range" An attempt to upgrade a database failed. The RowGenerator table is not owned by user dbo.

Click here for a list of possible parameters and odbc states.

2475 Error WW027 -828L "A conflict with the dbmlsync download phase was detected" Dbmlsync uses this error to detect download phase conflicts with rows modified by other connections.

Click here for a list of possible parameters and odbc states.

2476 Error 08W59 -829L "TLS handshake failure" The connection failed because of a failure in the TLS handshaking process.

Click here for a list of possible parameters and odbc states.

2477 Error 42W60 -830L "Alias '%1' is not unique" The same alias is used more than once in a SELECT list.

Click here for a list of possible parameters and odbc states.

2478 Error 42W61 -831L "Definition for alias '%1' must appear before its first reference" An expression contains a reference to an alias, but the alias is defined later in the SELECT list. The alias definition must appear before its first reference.

Click here for a list of possible parameters and odbc states.

2479 Error 08W60 -832L "Connection error: %1" An error occurred while attempting to establish a connection with the database server, but before attempting to connect to a database. Failure to initialize a communication link during the connection attempt is an example of this error. Creating a debug log file using the LogFile connection parameter may provide more information.

Click here for a list of possible parameters and odbc states.

2480 Error 42W62 -833L "Row in table '%1' was modified or deleted in BEFORE trigger" A BEFORE trigger has updated or deleted the row that caused the trigger to fire, preventing the original operation from completing. The trigger must be re-written so that it does not attempt to change the row via UPDATE or DELETE statements.

Click here for a list of possible parameters and odbc states.

2481 Error 52003 -143L "Column '%1' not found" You misspelled the name of a column, or the column you are looking for is in a different table.

Click here for a list of possible parameters and odbc states.

2482 Error WE009 -835L "Event '%1' in use" You have attempted to drop an event that is currently in use.

Click here for a list of possible parameters and odbc states.

2483 Error 42W63 -836L "Procedure '%1' is no longer valid" A procedure definition cannot be loaded from the catalog. Check for tables or columns that have been renamed or that may be reserved words. If this procedure is an internal procedure, you may have an older version. Database upgrade may be needed to run it successfully.

Click here for a list of possible parameters and odbc states.

2484 Error 42W64 -837L "Trigger or foreign key for table '%1' is no longer valid" A trigger definition cannot be loaded from the catalog. Check for tables or columns that have been renamed or that may be reserved words. The trigger may be a system-generated trigger to enforce the referential actions of a foreign key.

Click here for a list of possible parameters and odbc states.

2485 Error 08W61 -838L "TLS initialization on server failed" The connection failed because the initialization of the TLS library on the server failed.

Click here for a list of possible parameters and odbc states.

2486 Error 0AW11 -839L "Download failed because of conflicts with existing rows" During synchronization, there was a conflict between one or more rows in the download stream and rows modified locally in the UltraLite database. The download has been rolled back. You can avoid this error by coordinating local database modifications with synchronization, or synchronizing again when the local modifications are complete.

Click here for a list of possible parameters and odbc states.

2487 Error 08W62 -840L "Incorrect or missing encryption key" The database is encrypted with a key. There was no key given to start the database, or the specified key was incorrect.

Click here for a list of possible parameters and odbc states.

2490 Error 5RW37 -843L "Cannot find synchronization user with the name '%1'" You misspelled the name of a synchronization site or you did not qualify it correctly with a user name.

Click here for a list of possible parameters and odbc states.

2492 Error 42U02 -845L "Owner '%1' used in a qualified column reference does not match correlation name '%2'" Your query contains a qualified column reference to a table name, but either a correlation name has been used for that table, or the owner of the table does not match the owner name specified in the column reference. Remove the owner qualification, and qualify column references only by correlation name.

Click here for a list of possible parameters and odbc states.

2493 Error 42U03 -846L "SET clause for column '%1' used incorrectly" Your UPDATE statement contains an invalid SET clause, for example, there are multiple SET clauses for the same column.

Click here for a list of possible parameters and odbc states.

2496 Error 42R01 -849L "Referential integrity actions other than RESTRICT not allowed for temporary tables" You attempted to specify an unsupported referential integrity action for a temporary table.

Click here for a list of possible parameters and odbc states.


Created November 10, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com