Messages 2446 through 2465

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
2446 Error 0AW10 -799L "DTC transactions are not supported on this platform" You tried to enlist a DTC transaction on a platform that does not support this feature.

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

2447 Error 55W09 -800 "Cannot commit or rollback while enlisted in a transaction" You tried to explicitly commit or rollback on a connection that is enlisted in a transaction. You must use the Commit/Abort protocol of the transaction instead.

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

2448 Error 55W10 -801L "Cannot enlist in a transaction while already enlisted in a transaction" You tried to enlist a second transaction on a connection that is already enlisted in a transaction.

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

2449 Error 55W11 -802L "Cannot enlist in a transaction with uncommitted data pending" You tried to enlist a transaction on a connection that has pending uncommitted data.

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

2450 Error WL005 -803L "Unable to enlist transaction; DTC may be down" You tried to enlist a transaction but DTC does not seem to be available at this time.

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

2451 Error WL006 -804L "Unable to reenlist transaction; DTC may be down" You tried to recover a transaction but DTC does not seem to be available at this time.

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

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 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.


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