Messages 2598 through 2617

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
2598 Error 08W67 -934L "Unable to start specified database: Server must be upgraded to start database %1" The database server was unable to start the database since the database version is newer than the server version. The server must be upgraded to at least the version of the database to be able to start the database.

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

2599 Error 08W68 -935L "Unable to start specified database: Log file error" The database server was unable to start the database since the log file is missing, for a different database, or some other reason. Check the server window messages area for more details.

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

2600 Error 54W02 -936L "Too many constraints in database" An attempt to create a new constraint failed because the corresponding system table is full. Reloading the database will reclaim any unused space.

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

2601 Error 42U06 -937L "Invalid reference to or operation on constraint '%1'" You specified an invalid operation on a constraint. For example, you tried to alter a primary key constraint.

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

2602 Error 42WA0 -938L "Recursion is not allowed without the RECURSIVE keyword" The common table expressions for a recursive query must be defined using a WITH RECURSIVE clause.

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

2603 Error 42W83 -939L "Invalid setting for HTTP option '%1'" You supplied an invalid value for an HTTP option. Some options allow only numeric values, while other options allow only the values On and Off.

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

2604 Error 42W84 -940L "Invalid setting for HTTP header '%1'" You supplied an invalid value for an HTTP header.

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

2605 Error 08W69 -941L "jConnect does not support encryption" You supplied an encryption type for a connection using jConnect. jConnect does not support encryption.

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

2606 Error WW029 -942L "A workload capture (%1) is already in progress" You have tried to initiate a workload capture when one is already in progress. You need to wait for the other capture to complete.

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

2607 Error WW030 -943L "No workload capture currently exists" You have tried to stop, pause, resume, or get the status of a workload capture, but no workload captures exist.

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

2608 Error 42WA1 -944L "Too many expressions in GROUP BY list for ROLLUP, CUBE, or GROUPING SETS operation" You specified too many expressions in the GROUP BY list for the requested ROLLUP, CUBE, or GROUPING SETS operation. The current environment where SQL Anywhere is executing cannot support this number of expressions in the GROUP BY list for the requested operation.

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

2609 Error 42WA2 -945L "Recursive column %1: conversion from '%2' to '%3' loses precision" Every column in the recursive subquery must be convertible to the type of the corresponding column in the initial subquery without loss of precision. Try casting the column in the initial subquery to an appropriate type.

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

2610 Error 09W03 -946L "Result set not permitted in '%1'" You attempted to execute a SELECT statement in a context where a result set is not permitted.

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

2611 Error 42WA3 -947L "Window '%1' not found" You have attempted to reference a window name that is not defined in the window list of the SELECT statement.

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

2612 Error 42WA4 -948L "PARTITION BY not allowed in reference to window '%1'" When an existing window name is referenced from an inline window specification, the inline specification must not have a PARTITION BY clause.

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

2613 Error 42WA5 -949L "ORDER BY not allowed in window '%1'" When an existing window name is referenced from an inline window specification, either the inline window or the referenced window may have an ORDER BY, but not both.

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

2614 Error 42WA6 -950L "Frame not allowed for window '%1'" Frames are not allowed on rank functions or on windows referenced from inline window specifications.

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

2615 Error WW031 -951L "Cannot access schema file '%1'" UltraLite requires a schema file to perform the current operation. Either no schema file was specified or the one specified was not accessible or was corrupt.

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

2616 Error WW032 -952L "The status of the last synchronization upload is unknown" The status of the last synchronization upload is unknown. The current operation cannot proceed until a successful upload is synchronized.

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

2617 Error WW033 -953L "A schema upgrade is not currently allowed" A schema upgrade cannot proceed because of concurrent use of the database. For example, all cursors must be closed before a schema upgrade can occur.

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