Messages WO021 through WP011

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

SQL State Msg Type Number SQL Code Message Possible Cause
WO021 Error 2366 -732L "Creating remote tables with computed columns is not supported" Computed columns are not supported in CREATE TABLE statements that specify a remote location.

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

WO022 Error 2367 -736L "The data type of column '%1' is not supported" The column is defined with a data type that is not supported for remote tables.

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

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

WO024 Error 2663 -996L "Specified local connection ID not found" There is no connection with the specified connection ID.

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

WO025 Error 2664 -997L "Local connection ID does not refer to the current database" The specified connection ID is for a connection to a database other than the current database.

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

WO026 Error 2665 -998L "Cannot close a remote JDBC connection that is not the current connection" When attempting to close a remote JDBC connection, the specified connection must be the local connection.

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

WO027 Error 2735 -1066L "File system error: %1" This error results from an error in the underlying file system that was encountered while accessing a file directory as a proxy table.

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

WO028 Error 2898 -1220L "User cannot be dropped because external logins exist for this user." The user cannot be dropped while an external login for the user still exists.

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

WP000 Error 2267 -90L "Argument %1 of procedure '%2' cannot be NULL" You passed a NULL value to a procedure expecting a scalar argument. For example, a Java procedure that has an 'int' argument cannot receive a NULL value.

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

WP001 Error 2268 -91L "Procedure '%1' terminated with unhandled exception '%2'" A Java procedure terminated with an active exception, and this exception is reflected in SQL as an error status.

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

WP002 Error 2269 -92L "'%1' is not a valid class file" A file passed to the INSTALL JAVA statement was not a valid Java class file.

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

WP003 Error 2278 -652L "Could not decompress class '%1' from JAR" The Java runtime library must be installed to extract class files from ZIP or JAR files.

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

WP004 Error 2279 -653L "Cannot remove class '%1': member of JAR" You attempted to remove a class file that is still part of a JAR. (It must be removed with the JAR.)

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

WP005 Error 2296 -670L "Invalid class byte code" A binary expression passed to the INSTALL JAVA statement was not a valid Java class.

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

WP006 Error 2301 -675L "External environment could not be started, '%1' could not be found" A problem was encountered starting the External Environment. A component that is needed to run the environment could not be found.

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

WP007 Error 2310 -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.

WP008 Error 2311 -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.

WP009 Error 2314 -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.

WP010 Error 2374 -730L "Invalid JAR file" A file passed to the INSTALL JAVA statement was not a valid JAR file.

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

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


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