Messages 660 through 680

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
-660L Error 2286 WO005 "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.

-661L Error 2287 WO006 "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.

-662L Error 2288 WI009 "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.

-663L Error 2289 WW018 "Cannot deserialize Java object" The persistent Java object cannot be read from the database column. Possibly, the class of the object has been removed or modified.

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

-664L Error 2290 08W40 "Database is active" The attempted operation (CREATE ENCRYPTED, CREATE DECRYPTED, ALTER DATABASE) cannot be performed while the database is running. Stop the database to perform the operation.

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

-665L Error 2291 08W41 "Database \"%1\" needs recovery" The database quit abnormally the last time it was used. Database recovery must be performed before proceeding.

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

-666L Error 2292 WO007 "The remote table '%1' could not be found" The table could not be found on the remote server. Check the remote table name and the user privileges on that table.

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

-667L Error 2293 WO008 "Could not access column information for the table '%1'" Column information for the table could not be accessed. Check permissions for the table.

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

-668L Error 2294 09W06 "Cursor is restricted to FETCH NEXT operations" An illegal FETCH operation has been detected for a NO SCROLL cursor. For a forward-only cursor the only permitted FETCH operations are FETCH RELATIVE 0 and FETCH NEXT (FETCH RELATIVE 1).

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

-669L Error 2295 WJ001 "Method '%1' cannot be called at this time" The method cannot be called at this time. Check that the method is not being called out of order.

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

-670L Error 2296 WP005 "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.

-671L Error 2297 WJ002 "Parameter not registered as output parameter" The parameter must be registered as an output parameter before the value of the parameter can be obtained.

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

-672L Error 2298 08W42 "Database upgrade failed" Your attempt to upgrade a database failed. This could be caused by a failure to locate one of the SQL script files used to define the system table changes.

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

-673L Error 2299 08W43 "Database upgrade not possible" An attempt to upgrade a database failed. The database is too old to be upgraded.

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

-674L Error 2300 09W07 "Statement's size limit is invalid" FIRST or TOP n are used in a SELECT statement to limit the size of a result. The size limit must be a constant integer greater than 0 and less than 32767.

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

-675L Error 2301 WP006 "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.

-676L Error 2303 WJ003 "The specified transaction isolation is invalid" The specified transaction isolation is invalid.

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

-677L Error 2304 56001 "Table '%1' has a foreign key with a referential action" The table could not be renamed as it has a foreign key with a referential action. To rename the table, first drop the foreign key constraints.

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

-678L Error 2305 52W40 "Index name '%1' is ambiguous" A statement has referred to an index name that is not unique. Preface the index name with the table and/or owner name.

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

-680L Error 2307 52W23 "Invalid expression in WHERE clause of Transact-SQL outer join" An expression in the WHERE clause of a query that uses Transact-SQL syntax contains a comparison of a column from the NULL-supplying table with a subquery or an expression that references a column from another table.

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