Messages 640 through 659

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

SQL Code Msg Type Number SQL State Message Possible Cause
-640L Error 2246 07009 "Invalid descriptor index" The index number used with respect to a descriptor area is out of range.

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

-641L Error 2247 22005 "Error in assignment" In a GET DESCRIPTOR statement, the data type of the host variable must correspond to the data type of the descriptor item.

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

-642L Error 2248 33000 "Invalid SQL descriptor name" You attempted to deallocate a descriptor that has not been allocated.

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

-643L Error 2212 WL004 "UNLOAD TABLE cannot be used to unload a view" UNLOAD TABLE was specified with the name of a view. UNLOAD TABLE may only be used to unload tables.

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

-644L Error 2032 08W32 "Invalid database page size" You attempted to create a database with an invalid page size. The page size for a SQL Anywhere database must be either 2048, 4096, 8192, 16384, or 32768 bytes. The page size for an UltraLite database must be either 1024, 2048, 4096, 8192, or 16384 bytes.

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

-645L Error 2033 08W33 "Database creation failed: %1" Your attempt to initialize a file for a database failed.

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

-646L Error 2270 08W34 "Could not load the store DLL \"%1\No message An attempt to load the store DLL failed.

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

-647L Error 2271 08W35 "Could not execute store DLL (%1) entry point" An attempt to locate or execute the store DLL entry point failed.

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

-648L Error 2272 08W36 "Cannot create item (%1) in the specified dbspace" The specified dbspace is invalid. For example, an index must be created in a dbspace of the same type as the underlying table.

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

-649L Error 2275 WW015 "Field '%1' of class '%2' cannot be NULL" An attempt was made to store a SQL NULL value in a Java object field that has a Java type that cannot be NULL. For example, the Java 'int' type cannot be NULL.

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

-650L Error 2276 WW016 "Index type specification of '%1' is invalid" IQ index types can be specified for IQ indexes only. In UltraLite, you cannot specify indexes on LONG column types.

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

-651L Error 2277 WW017 "An attempt to delete database '%1' failed" Your attempt to delete a database file failed. You may have attempted to delete a running database. Some parts of the database may have been deleted before failure.

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

-652L Error 2278 WP003 "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.

-653L Error 2279 WP004 "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.

-654L Error 2280 08W37 "The connection parameters file could not be found" An attempt was made to parse a connection string containing a connection profile but the connection parameters file could not be found.

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

-655L Error 2281 08W38 "Error parsing connection parameter string" The connection string could not be parsed. The string or connection parameter file contains a syntax error.

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

-656L Error 2282 WO001 "Unable to connect to server '%1': %2" You attempted to connect to a remote server. Check that the remote server is running.

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

-657L Error 2552 WO002 "Unable to connect, server definition is circular" You attempted to connect to a remote server that maps to the local database.

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

-658L Error 2284 WO003 "Remote server '%1' is currently configured as read-only" You attempted to perform an update on an object located on a server that is configured as read-only. Use ALTER SERVER to reconfigure the remote server to be updatable.

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

-659L Error 2285 WO004 "Remote server '%1' could not be found" You attempted to define an object on a server that has not been added. Use CREATE SERVER to add the remote server definition.

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


Created June 15, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com