Messages 944 through 963

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
-944L Error 2608 42WA1 "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.

-945L Error 2609 42WA2 "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.

-946L Error 2610 09W03 "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.

-947L Error 2611 42WA3 "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.

-948L Error 2612 42WA4 "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.

-949L Error 2613 42WA5 "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.

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

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

-951L Error 2615 WW031 "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.

-952L Error 2616 WW032 "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.

-953L Error 2617 WW033 "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.

-954L Error 2618 WW034 "The database '%1' was not found" The named database was not found. Ensure your connection string properly names the desired database.

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

-955L Error 2619 WW035 "This connection already exists" A connection with the given SQLCA and name (or no name) already exists. Before connecting you must disconnect the existing connection, or specify a different connection name.

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

-956L Error 2620 WW036 "Information for synchronization is incomplete or invalid, check '%1'" Information for synchronization is incomplete or invalid. Correct the indicated parameter before attempting to synchronize again. If 'init_verify' is indicated, the InitSyncInfo function was not called.

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

-957L Error 2621 22X13 "Invalid preceding or following size in OLAP function" The expression for the preceding or following size evaluated to NULL or a negative value.

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

-958L Error 2622 54W08 "Password cannot be longer than %1 characters" The password is longer than that allowed by the server.

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

-959L Error 2623 WW037 "Compression error: %1" An error occurred during compression.

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

-960L Error 2624 WW038 "Decompression error: %1" An error occurred during decompression.

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

-961L Error 2625 WW039 "Input string is not base64-encoded" An error occurred during base64 decoding.

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

-962L Error 2626 42WA7 "Argument to GROUPING aggregate must be a grouping column in the GROUP BY clause" Only a grouping column is permitted as an argument to the GROUPING aggregate function. An argument that contains anything other than a single grouping column expression will not be accepted.

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

-963L Error 2627 08005 "Password contains an illegal character" The specified password contains an illegal character.

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


Created November 10, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com