Messages 808 through 827

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

SQL Code Msg Type Number SQL State Message Possible Cause
-808L Error 2455 WW025 "An internal error was generated by the test harness" An internal error was generated by the test harness.

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

-809L Error 2456 5RW34 "Synchronization option is too long" Synchronization option list cannot be longer than the database page size.

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

-810L Error 2457 42W57 "External object '%1' not found" The Java class or external object with this name does not exist in the database.

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

-811L Error 2458 42W58 "JAR '%1' not found" The JAR with this name does not exist in the database.

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

-812L Error 2459 42W59 "The select list for the derived table '%1' has no expression to match '%2'" The specified alias from the derived table's AS clause has no matching expression from the SELECT statement for that derived table. Ensure that each select list item has a matching alias in the derived table's AS clause, and vice-versa.

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

-813L Error 2460 42W36 "FOR UPDATE has been incorrectly specified for a READ ONLY cursor" You attempted to declare a cursor FOR UPDATE on a query that is not updatable. Queries that contain DISTINCT, GROUP BY, HAVING, INTERSECT, EXCEPT, or UNION, or that contain aggregate functions are read-only. If the ansi_update_constraints option is on, then queries that contain a join are read-only. If the query references a view then the view may be non-updatable.

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

-814L Error 2461 42W37 "Cannot update column '%1' since it appears in the ORDER BY clause" You attempted to update a column that appears in the ORDER BY clause. The ansi_update_constraints option controls whether this update is allowed.

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

-815L Error 2462 42W38 "Cannot update column '%1' since it does not appear in the SELECT clause" You attempted to update a column that does not explicitly appear in the select list. The ansi_update_constraints option controls whether this update is allowed.

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

-816L Error 2463 08W56 "Specified database file already in use" The database server could not start the specified database because the file is already in use.

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

-817L Error 2464 52W41 "Too many temporary tables in connection" A CREATE TABLE or DECLARE TABLE statement attempted to create a temporary table, but the resulting number of distinct table ids used for temporary tables in the current connection would exceed the limit.

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

-818L Error 2465 WW026 "The external function call is incompatible" You attempted to call an external function. An attempt to load the attempted library failed because of incompatibility with the server. Incompatibility may arise because the dynamic library is using an external function API that is either not supported by the server or is newer than the one supported by the server.

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

-819L Error 2466 5RW35 "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.

-820L Error 2467 24504 "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.

-821L Error 2468 52W19 "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.

-822L Error 2469 5RW36 "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.

-823L Error 2470 WO023 "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.

-824L Error 2471 42U01 "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.

-825L Error 2472 WP011 "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.

-826L Error 2473 08W57 "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.

-827L Error 2474 08W58 "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.


Created June 15, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com