Messages 2452 through 2471

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
2452 Error 5RW33 -805L "Synchronization option '%1' not found" You attempted to delete an undefined synchronization option.

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

2453 Error WE008 -806L "System event type '%1' not found" You have attempted to create an event with a system event type name that does not exist in the database.

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

2454 Error 07W07 -807L "Host variables must not be used within a batch" You have attempted to execute a batch that contains host variable references. Host variables are not supported within a batch.

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

2455 Error WW025 -808L "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.

2456 Error 5RW34 -809L "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.

2457 Error 42W57 -810L "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.

2458 Error 42W58 -811L "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.

2459 Error 42W59 -812L "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.

2460 Error 42W36 -813L "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.

2461 Error 42W37 -814L "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.

2462 Error 42W38 -815L "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.

2463 Error 08W56 -816L "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.

2464 Error 52W41 -817L "Too many temporary tables in connection" A CREATE TABLE or DECLARE LOCAL TEMPORARY 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.

2465 Error WW026 -818L "Version 'V%1' interface used by external function call '%2' is not supported for execution in the current context." You attempted to call an external function. The attempt to load the associated 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. It may also arise if the external API is not compatible with the data in the current context.

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

2466 Error 5RW35 -819L "Table '%1' is part of a synchronization subscription and can only be ALTERed within a synchronization schema change" A table belonging to a synchronization subscription cannot be altered except within a synchronization schema change or by 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.


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