Messages 2311 through 2339

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
2311 Error WP008 -165L "Java VM heap exhausted at internal function: %1" The amount of space allocated for the Java VM is insufficient to continue allocating new objects. Increase the size by using: SET OPTION PUBLIC.java_heap_size = nnnnnnnn.

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

2312 Error WJ004 -683L "The cursor name '%1' already exists" You attempted to declare a cursor with a name that already exists. Cursor names must be unique within a connection.

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

2313 Error WW019 -684L "Rollback occurred due to deadlock during prefetch" One of the cursors that was opened with prefetch enabled was performing fetch operations, and a deadlock occurred during a prefetch. This is a deadlock situation and your transaction has been chosen as the one to rollback. The request that received this error was not executed, unless the request was to close the cursor, in which case the cursor was closed.

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

2314 Error WP009 -685L "Resource governor for '%1' exceeded" The resource governor for the stated resource has determined that the usage of the resource has exceeded its limit.

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

2317 Error WJ005 -689L "Input parameter index out of range" The range for valid parameters is from 1 up to the number of host variables specified in the prepared/callable statement.

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

2319 Error 08W44 -691L "Could not load the backup/restore DLL \"%1\No message An attempt to load the backup/restore DLL failed.

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

2320 Error 08W45 -692L "Could not execute backup/restore DLL (%1) entry point" An attempt to locate or execute the backup/restore DLL entry point failed.

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

2325 Error 08W46 -697L "Error during backup/restore: %1" An error occurred during a BACKUP or RESTORE statement.

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

2328 Error 07W04 -700L "SQLDA fields inconsistent for a multi-row SQLDA" Not all of the rows in a multi-row SQLDA have been defined identically for an array operation (insert, fetch, or execute). A given column must be defined the same (type and length) in each row.

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

2329 Error WO011 -698L "The remote server does not support an auto-incrementing data type" Auto-incrementing data types can only be supported in a proxy table when the remote server supports this feature.

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

2330 Error 42W49 -702L "TRUNCATE TABLE statement cannot be used on a view" You attempted to use TRUNCATE TABLE on a view, which is not permitted.

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

2331 Error WW023 -703L "Cannot insert or update computed column '%1'" Computed column values cannot be modified explicitly. Their value is determined implicitly from the computed expression value.

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

2332 Error WW022 -704L "Cannot create an index on Java class '%1'" An operation requiring an index was attempted in which an attempt was made to create an index on a Java class type.

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

2333 Error 53019 -705L "Return type of void from procedure '%1' cannot be used in any expression" The Java type void does not map onto any SQL type, hence a procedure returning void cannot be used in any SQL expression.

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

2334 Error WO012 -706L "Remote server does not have the ability to support this statement" You attempted to execute a statement that requires a capability that is not supported by a remote server.

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

2335 Error 0AW05 -707L "Statement is not allowed in passthrough mode" You tried to execute a statement that cannot be executed while in passthrough mode. For example, you may have executed a batch statement.

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

2336 Error 42W50 -708L "READTEXT or WRITETEXT statement cannot refer to a view" A Transact-SQL READTEXT or WRITETEXT statement cannot refer to text columns in a view. Replace the view reference with the name of a base table.

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

2337 Error 0AW06 -709L "Computed columns are not supported in this database" The current database is an older database and does not have catalog support for computed (materialized) columns. To use this feature, upgrade your database to the most recent version.

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

2338 Error 52W25 -710L "Invalid comparison" An attempt was made to compare two arguments that do not support comparison. For example, it is not valid to compare a Java object with another Java object, unless the class of the object supports a valid compareTo method.

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

2339 Error WO013 -712L "External login for server '%1' could not be found" An external login for the server and user does not exist.

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