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 |
---|---|---|---|---|---|
2466 | Error | 5RW35 | -819L | "Table '%1' is part of a synchronization definition" | A table belonging to a synchronization definition cannot be dropped or altered except using dbmlsync. Click here for a list of possible parameters and odbc states. |
2467 | Error | 24504 | -820L | "Invalid scroll position '%1'" | You attempted to scroll to a position that is not supported. Scroll positions must be between -2147483647 and 2147483646. Click here for a list of possible parameters and odbc states. |
2468 | Error | 52W19 | -821L | "Dbspace for table '%1' not found" | You tried to access a table in a dbspace that the database server could not find. You may need to change the file name associated with the dbspace using the ALTER DBSPACE statement. Click here for a list of possible parameters and odbc states. |
2469 | Error | 5RW36 | -822L | "Table '%1' is already included" | You attempted to add or modify a publication or synchronization definition such that the same table is included twice. Click here for a list of possible parameters and odbc states. |
2470 | Error | WO023 | -823L | "Cannot handle expressions involving remote tables inside stored procedures" | The server encountered an expression involving remote tables inside a stored procedure. The expression was too complicated to process. Click here for a list of possible parameters and odbc states. |
2471 | Error | 42U01 | -824L | "Illegal reference to correlation name '%1'" | Your query contains a reference in a table expression to a correlation name that is not contained in that table expression. Click here for a list of possible parameters and odbc states. |
2472 | Error | WP011 | -825L | "Previous error lost prior to 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. 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. |