Messages 2310 through 2331

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
2310 Error WP007 -164L "Namespace heap exhausted at internal function: %1" The amount of space allocated for the Java Namespace is insufficient to continue loading Java classes. Increase the size by using: SET OPTION PUBLIC.java_namespace_size = nnnnnnnn.

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

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.

2318 Error WJ006 -690L "Return value cannot be set" Setting a value for the return parameter of a callable statement is not allowed.

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.

2321 Error WJ007 -693L "JDBC feature '%1' not supported" An attempt was made to use a feature of JDBC that is not supported.

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

2322 Error WJ008 -694L "Could not change an opened prepared statement or callable statement" You attempted to change the SQL statement of an open prepared statement or callable statement. Prepared statements and callable statements must be closed before attempting such changes.

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

2323 Error WJ009 -695L "An internal error occurred in a '%1'" This is an internal JDBC object error. If it can be reproduced, it should be reported to iAnywhere.

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

2324 Error WJ010 -696L "Invalid operation on a closed '%1'" An illegal attempt was made to access a closed JDBC object.

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.

2326 Error WJ011 -701L "Cannot access instance member through a class" Non-static fields or methods must be accessed through an object instance.

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

2327 Error WJ012 -699L "Cannot update member fields qualified with \"final\" modifier" An attempt was made to modify a Java member that was qualified with the "final" modifier. Such members are constant and cannot be modified.

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.


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com