Messages 957 through 976

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
-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.

-964L Error 2628 42WA8 "Window function used in predicate" A window function was used in the WHERE or HAVING clause of a SELECT statement. Consider making the SELECT into a derived table, putting the window function in the select list of the derived table, and changing the predicate to reference the derived column.

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

-965L Error 2629 42WA9 "Window function requires ORDER BY" Rank functions and window functions that use the RANGE keyword must specify an ORDER BY clause.

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

-966L Error 2630 42WAA "Composite ORDER BY not allowed with RANGE" Window functions that use the RANGE keyword may only ORDER BY a single column.

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

-967L Error 2631 WB012 "Backup file '%1' already exists" A file that would normally be created by this BACKUP statement already exists.

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

-968L Error 2632 42WAB "User '%1' already has EXECUTE permission" You attempted to give EXECUTE permission on a stored procedure to a user that already has EXECUTE permission on that procedure.

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

-969L Error 2633 WI011 "Required operators excluded" The database server was unable to construct a valid access plan for the given request because required data flow operators were excluded by the exclude_operators option. Re-enable the required operators to execute the statement.

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

-970L Error 2634 42U07 "Invalid hint specified for table '%1'" A hint was specified for the current statement is not valid in this context. In a single statement, all references to a table must specify the same hint or none at all.

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

-971L Error 2637 WW042 "Checksums are not enabled in this database" An attempt was made to perform checksum validation but the database does not have checksums enabled.

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

-972L Error 2638 54W03 "Database page size too small: %1" You attempted to load statistics that were too large for the current database page size. Rebuilding this database with a larger page size could prevent this error.

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

-973L Error 2639 54W06 "The string is too long (%1)" The string is longer than that allowed by the server.

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

-974L Error 2640 WW043 "File I/O failed for '%1'" An error occurred while trying to access the file. If the file is located on a removable media card, the card may have been removed.

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

-975L Error 2641 WW044 "Incorrect volume ID for '%1'" The file can be accessed, but the volume ID has changed. Please insert the original removable media card.

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

-976L Error 2643 08W70 "Could not load the encryption DLL \"%1\No message An attempt to load the encryption DLL failed.

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