Messages 965 through 985

Messages on this page are sorted by Sybase error code. Locate the appropriate code for a full description of the message.

Error 965 "Window function requires ORDER BY"
Constant
OBSOLETE_ORDERBY_REQUIRED
SAP Sybase Error Number
2629
SQL State
42WA9
SQL Code
-965L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Rank functions and window functions that use the RANGE keyword must specify an ORDER BY clause.
Error 966 "Composite ORDER BY not allowed with RANGE"
Constant
ILLEGAL_COMPOSITE_ORDERBY
SAP Sybase Error Number
2630
SQL State
42WAA
SQL Code
-966L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Window functions that use the RANGE keyword may only ORDER BY a single column.
Error 967 "Backup file '%1' already exists"
Constant
BACKUP_FILE_EXISTS
SAP Sybase Error Number
2631
SQL State
WB012
SQL Code
-967L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the file.
Probable Cause
A file that would normally be created by this BACKUP statement already exists.
Error 968 "User '%1' already has EXECUTE permission"
Constant
ALREADY_HAS_EXEC_PERMS
SAP Sybase Error Number
2632
SQL State
42WAB
SQL Code
-968L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Parameter 1
Name of the user that already has EXECUTE permission.
Probable Cause
You attempted to give EXECUTE permission on a stored procedure to a user that already has EXECUTE permission on that procedure.
Error 969 "Required operators excluded"
Constant
REQUIRED_OPERATORS_EXCLUDED
SAP Sybase Error Number
2633
SQL State
WI011
SQL Code
-969L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
18
Probable Cause
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.
Error 970 "Invalid hint specified for table '%1'"
Constant
INVALID_HINT
SAP Sybase Error Number
2634
SQL State
42U07
SQL Code
-970L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
15
Parameter 1
The name of the table for which the hint was specified.
Probable Cause
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.
Error 971 "Checksums are not enabled in this database"
Constant
CHECKSUMS_NOT_ENABLED
SAP Sybase Error Number
2637
SQL State
WW042
SQL Code
-971L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
An attempt was made to perform checksum validation but the database does not have checksums enabled.
Error 972 "Database page size too small: %1"
Constant
PAGE_SIZE_TOO_SMALL
SAP Sybase Error Number
2638
SQL State
54W03
SQL Code
-972L
ODBC 2 State
08004
ODBC 3 State
08004
Severity Code
14
Parameter 1
Database name.
Probable Cause
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.
Error 973 "The string is too long (%1)"
Constant
STRING_PARM_TOO_LONG
SAP Sybase Error Number
2639
SQL State
54W06
SQL Code
-973L
ODBC 2 State
37000
ODBC 3 State
54000
Severity Code
15
Parameter 1
The string that is longer than that allowed by the server.
Probable Cause
The string is longer than that allowed by the server.
Error 974 "File I/O failed for '%1'"
Constant
DEVICE_IO_FAILED
SAP Sybase Error Number
2640
SQL State
WW043
SQL Code
-974L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The file name.
Probable Cause
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.
Error 975 "Incorrect volume ID for '%1'"
Constant
INCORRECT_VOLUME_ID
SAP Sybase Error Number
2641
SQL State
WW044
SQL Code
-975L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The file name.
Probable Cause
The file can be accessed, but the volume ID has changed. Insert the original removable media card.
Error 976 "Could not load the encryption DLL \"%1\No message
Constant
MISSING_ENCRYPTION_DLL
SAP Sybase Error Number
2643
SQL State
08W70
SQL Code
-976L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Parameter 1
The name of the encryption DLL that could not be loaded.
Probable Cause
An attempt to load the encryption DLL failed.
Error 978 "Directory for output file does not exist"
Constant
DIRECTORY_INACCESSIBLE
SAP Sybase Error Number
2645
SQL State
WW047
SQL Code
-978L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
20
Probable Cause
The file cannot be written because the directory does not exist.
Error 979 "Output file cannot be written"
Constant
CANNOT_WRITE_FILE
SAP Sybase Error Number
2646
SQL State
WW048
SQL Code
-979L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
20
Probable Cause
Unable to create or write an output file. The file may be locked or read-only.
Error 980 "The URI '%1' is invalid"
Constant
INVALID_URI
SAP Sybase Error Number
2647
SQL State
WW049
SQL Code
-980L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The invalid URI.
Probable Cause
The specified URI is not valid.
Error 981 "Unable to connect to the remote host specified by '%1'"
Constant
UNABLE_TO_CONNECT_TO_HOST
SAP Sybase Error Number
2648
SQL State
WW050
SQL Code
-981L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Parameter 1
The URI referencing the remote host.
Probable Cause
A connection could not be initiated to the remote server.
Error 982 "Connection timed out"
Constant
REMOTE_CONNECTION_TIMED_OUT
SAP Sybase Error Number
2649
SQL State
WW051
SQL Code
-982L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Probable Cause
The connection to the remote host timed out due to inactivity.
Error 983 "HTTP request failed. Status code '%1'"
Constant
HTTP_REQUEST_FAILED
SAP Sybase Error Number
2650
SQL State
WW052
SQL Code
-983L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Parameter 1
The HTTP status code.
Probable Cause
The HTTP request returned a status code that indicated failure.
Error 984 "Could not initialize the encryption DLL: '%1'"
Constant
ENCRYPTION_INITIALIZATION_FAILED
SAP Sybase Error Number
2651
SQL State
WW053
SQL Code
-984L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Parameter 1
Reason the initialization failed, if known.
Probable Cause
An attempt to initialize the encryption DLL failed.
Error 985 "The database name 'utility_db' is reserved for the utility database."
Constant
DB_ALIAS_RESERVED_UTILDB
SAP Sybase Error Number
2845
SQL State
08W20
SQL Code
-985L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Probable Cause
You are attempting to start a database with the name "utility_db". This name is reserved for the utility database.