Messages 2268 through 2288

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
2268 Error WP001 -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.

2269 Error WP002 -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.

2270 Error 08W34 -646L "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.

2271 Error 08W35 -647L "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.

2272 Error 08W36 -648L "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.

2273 Error WW013 -93L "Class '%1' has no public field '%2'" An expression referenced a field that either does not exist or is not public.

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

2274 Error WW014 -94L "Invalid type for field reference" An expression attempted to reference a field or a method of a non-Java value. Field references via . and >> are only valid when applied to Java objects.

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

2275 Error WW015 -649L "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.

2276 Error WW016 -650L "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.

2277 Error WW017 -651L "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.

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

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

2280 Error 08W37 -654L "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.

2281 Error 08W38 -655L "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.

2282 Error WO001 -656L "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.

2284 Error WO003 -658L "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.

2285 Error WO004 -659L "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.

2286 Error WO005 -660L "Server '%1': %2" A message was generated by a remote server. The message text is included."

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

2287 Error WO006 -661L "Backward scrolling cursors are not supported for remote objects" Backward scrolling cursors are not supported for remote objects. Use forward scrolling cursors only.

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

2288 Error WI009 -662L "Cannot serialize Java object with class '%1'" The Java object cannot be serialized as a persistent database column.

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