Messages 924 through 944

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

Error 924 "Service '%1' in use"
Constant
SERVICE_IN_USE
SAP Sybase Error Number
2582
SQL State
55W15
SQL Code
-924L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the service that is in use.
Probable Cause
You have attempted to drop a service that is currently in use.
Error 925 "Invalid service name '%1'"
Constant
INVALID_SERVICE_NAME
SAP Sybase Error Number
2589
SQL State
42W95
SQL Code
-925L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the service.
Probable Cause
You have attempted to create a service with an invalid name. The name may contain characters that are not allowed, or it may conflict with the URL PATH setting specified for the service.
Error 926 "Host variable reference in service definition must be named"
Constant
HOSTVAR_MUST_BE_NAMED
SAP Sybase Error Number
2590
SQL State
42W9B
SQL Code
-926L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
You have attempted to create a service with an unnamed host variable reference.
Error 927 "Service statement definition is inconsistent with service type"
Constant
SERVICE_STATEMENT_MISMATCH
SAP Sybase Error Number
2591
SQL State
42W9C
SQL Code
-927L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Either no statement was provided for a service whose type requires one, or a statement was provided when the service type does not allow one to be defined.
Error 928 "Constant expressions must not appear in GROUP BY clause"
Constant
NO_CONSTANTS_IN_GROUP_BY
SAP Sybase Error Number
2592
SQL State
42W9D
SQL Code
-928L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
15
Probable Cause
You used a constant in the GROUP BY clause. Constants must not appear in the GROUP BY clause for a query. References to columns in a view that are constant are permitted in a GROUP BY clause. Also, expressions that use a view column that is constant are permitted.
Error 929 "Constraint '%1' not found"
Constant
CONSTRAINT_NOT_FOUND
SAP Sybase Error Number
2593
SQL State
42U04
SQL Code
-929L
ODBC 2 State
S0002
ODBC 3 State
42S23
Severity Code
16
Parameter 1
Name of the constraint that could not be found.
Probable Cause
You misspelled the name of a constraint, or the constraint you are looking for is on a different table.
Error 930 "Attempt to alter unnamed column constraint when named constraints exist"
Constant
AMBIGUOUS_CONSTRAINT
SAP Sybase Error Number
2594
SQL State
42U05
SQL Code
-930
ODBC 2 State
S0002
ODBC 3 State
42S24
Severity Code
16
Probable Cause
You have asked for an unnamed column constraint to be altered, but there is at least one named constraint.
Error 931 "Service definition requires a statement when authorization is off"
Constant
SERVICE_AUTH_REQUIRED
SAP Sybase Error Number
2595
SQL State
42W9E
SQL Code
-931L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The service definition for the specified service type requires a statement to be specified when authorization is set to Off.
Error 933 "A log is required for SAP Sybase IQ databases"
Constant
IQ_LOG_REQUIRED
SAP Sybase Error Number
2597
SQL State
0AQ48
SQL Code
-933L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
16
Probable Cause
SAP Sybase IQ databases require the use of a transaction log file.
Error 934 "Unable to start specified database: Server must be upgraded to start database %1"
Constant
UNABLE_TO_START_DATABASE_VER_NEWER
SAP Sybase Error Number
2598
SQL State
08W67
SQL Code
-934L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
11
Parameter 1
Name of the database that could not be started, if known.
Probable Cause
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.
Error 935 "Unable to start specified database: Log file error"
Constant
UNABLE_TO_START_DATABASE_LOG_ERROR
SAP Sybase Error Number
2599
SQL State
08W68
SQL Code
-935L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
11
Probable Cause
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 messages window for more details.
Error 936 "Too many constraints in database"
Constant
TOO_MANY_CONSTRAINTS
SAP Sybase Error Number
2600
SQL State
54W02
SQL Code
-936L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
An attempt to create a new constraint failed because the corresponding system table is full. Reloading the database will reclaim any unused space.
Error 937 "Invalid reference to or operation on constraint '%1'"
Constant
INVALID_CONSTRAINT_REF
SAP Sybase Error Number
2601
SQL State
42U06
SQL Code
-937L
ODBC 2 State
S0002
ODBC 3 State
42S23
Severity Code
16
Parameter 1
Name of the constraint that cannot be used for the specified purpose.
Probable Cause
You specified an invalid operation on a constraint. For example, you tried to alter a primary key constraint.
Error 938 "Recursion is not allowed without the RECURSIVE keyword"
Constant
RECURSIVE_KEYWORD_REQUIRED
SAP Sybase Error Number
2602
SQL State
42WA0
SQL Code
-938L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
16
Probable Cause
The common table expressions for a recursive query must be defined using a WITH RECURSIVE clause.
Error 939 "Invalid setting for HTTP option '%1'"
Constant
INVALID_HTTP_OPTION_SETTING
SAP Sybase Error Number
2603
SQL State
42W83
SQL Code
-939L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
16
Parameter 1
Name of the invalid HTTP option.
Probable Cause
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.
Error 940 "Invalid setting for HTTP header '%1'"
Constant
INVALID_HTTP_HEADER_SETTING
SAP Sybase Error Number
2604
SQL State
42W84
SQL Code
-940L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
16
Parameter 1
Name of the invalid HTTP header.
Probable Cause
You supplied an invalid value for an HTTP header.
Error 941 "jConnect does not support encryption"
Constant
NO_ENCRYPTION_FOR_JCONNECT
SAP Sybase Error Number
2605
SQL State
08W69
SQL Code
-941L
ODBC 2 State
08004
ODBC 3 State
08004
Severity Code
18
Probable Cause
You supplied an encryption type for a connection using jConnect. jConnect does not support encryption.
Error 942 "A workload capture (%1) is already in progress"
Constant
WORKLOAD_CAPTURE_ALREADY_EXISTS
SAP Sybase Error Number
2606
SQL State
WW029
SQL Code
-942L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Parameter 1
The name of the workload capture that is already in progress.
Probable Cause
You have tried to initiate a workload capture when one is already in progress. You need to wait for the other capture to complete.
Error 943 "No workload capture currently exists"
Constant
WORKLOAD_CAPTURE_DOES_NOT_EXIST
SAP Sybase Error Number
2607
SQL State
WW030
SQL Code
-943L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You have tried to stop, pause, resume, or get the status of a workload capture, but no workload captures exist.
Error 944 "Too many expressions in GROUP BY list for ROLLUP, CUBE, or GROUPING SETS operation"
Constant
TOO_MANY_GROUPING_EXPRESSIONS
SAP Sybase Error Number
2608
SQL State
42WA1
SQL Code
-944L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
15
Probable Cause
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.