Messages 1670 through 1689

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

Error 1670 "Cannot create table '%1' in a RLV dbspace."
Constant
RLV_TABLE_CREATION_NOT_ALLOWED
SAP Sybase Error Number
3312
SQL State
WQ037
SQL Code
-1670L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
table name.
Probable Cause
Creation of a table in a RLV dbspace is not allowed.
Error 1671 "The file '%1' is invalid when the disk sandbox feature is enabled for database '%2'"
Constant
DISKSANDBOX_INVALID_PATH
SAP Sybase Error Number
3313
SQL State
57W06
SQL Code
-1671L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
The name of the invalid file.
Parameter 2
The name of the database that the disk sandbox feature is enabled for.
Probable Cause
The file passed to the operation is invalid when the sandbox feature is enabled.
Error 1672 "A disk sandbox error occurred for database '%1' when determining the disk sandbox status for file '%2' "
Constant
DISKSANDBOX_UNABLE_TO_DETERMINE
SAP Sybase Error Number
3314
SQL State
57W07
SQL Code
-1672L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
The name of the database that could not determine the disk sandbox status of the file.
Parameter 2
The name of the invalid file.
Probable Cause
The file passed to the operation caused an error when determining the disk sandbox status.
Error 1673 "A disk sandbox error occurred for database '%1' when finding the full path for file '%1'"
Constant
DISKSANDBOX_FULLPATH_ERROR
SAP Sybase Error Number
3315
SQL State
57W08
SQL Code
-1673L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
The name of the database that could not find the full path of the file.
Parameter 2
The name of the invalid file.
Probable Cause
There was an error in finding the full path of the file that was passed to the operation.
Error 1674 "Error at offset '%1': unexpected token '%2'"
Constant
PARSE_JSON_UNEXPECTED_TOKEN
SAP Sybase Error Number
3316
SQL State
WX018
SQL Code
-1674L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The offset where the error occurred.
Parameter 2
The unexpected token.
Probable Cause
An unexpected token such as a comma, bracket, or brace was encountered.
Error 1675 "Error at offset '%1': unexpected trailing text"
Constant
PARSE_JSON_UNEXPECTED_TEXT
SAP Sybase Error Number
3317
SQL State
WX019
SQL Code
-1675L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The offset where the error occurred.
Probable Cause
Trailing text was encountered after parsing the JSON data.
Error 1676 "Error at offset '%1': invalid data"
Constant
PARSE_JSON_INVALID_DATA
SAP Sybase Error Number
3318
SQL State
WX020
SQL Code
-1676L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The offset where the error occurred.
Probable Cause
A JSON object or array contains invalid data.
Error 1677 "Error at offset '%1': expected token '%2'"
Constant
PARSE_JSON_EXPECTED_TOKEN
SAP Sybase Error Number
3319
SQL State
WX021
SQL Code
-1677L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The offset where the error occurred.
Parameter 2
The token that was expected.
Probable Cause
The expected token was missing in the JSON data.
Error 1678 "Error at offset '%1': expected JSON name/value pair"
Constant
PARSE_JSON_EXPECTED_PAIR
SAP Sybase Error Number
3320
SQL State
WX022
SQL Code
-1678L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The offset where the error occurred.
Probable Cause
A name/value pair was expected within the JSON object.
Error 1679 "Error at offset '%1': mismatched object or array terminator"
Constant
PARSE_JSON_MISMATCH_TERMINATOR
SAP Sybase Error Number
3321
SQL State
WX023
SQL Code
-1679L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The offset where the error occurred.
Probable Cause
Encountered a mismatched terminator for a JSON object or array.
Error 1680 "Invalid variable or type"
Constant
PARSE_JSON_INVALID_VARIABLE_TYPE
SAP Sybase Error Number
3322
SQL State
WX024
SQL Code
-1680L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The named variable is invalid or of the wrong data type for the JSON result.
Error 1681 "Procedure is currently being altered or dropped"
Constant
PROCEDURE_IN_USE_DDL
SAP Sybase Error Number
3323
SQL State
42WF0
SQL Code
-1681L
ODBC 2 State
40001
ODBC 3 State
40001
Severity Code
16
Probable Cause
You have attempted to use a procedure that is currently being altered or dropped.
Error 1682 "The RLV dbspace '%1' cannot be made read only because it contains RLV enabled tables"
Constant
RLV_DBSPACE_CONTAINS_TABLES
SAP Sybase Error Number
3324
SQL State
WQ038
SQL Code
-1682L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the dbspace
Probable Cause
You attempted to make the named RLV dbspace read only, but it contains RLV enabled tables. You must drop or disable the tables before making the dbspace read only.
Error 1683 "Cannot change the mirror server type from %1 to %2"
Constant
CANNOT_CHANGE_MIRROR_SERVER_TYPE
SAP Sybase Error Number
3325
SQL State
42WF2
SQL Code
-1683L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The original mirror server type
Parameter 2
The proposed new mirror server type
Probable Cause
You attempted to use the CREATE OR REPLACE MIRROR SERVER or ALTER MIRROR SERVER statement to change the mirror server type, but the proposed change is not supported.
Error 1684 "Trace target option '%1' conflicts with already used option '%2'."
Constant
TARGET_OPTIONS_CONFLICT
SAP Sybase Error Number
3326
SQL State
WE038
SQL Code
-1684L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
11
Parameter 1
The trace target option name.
Parameter 2
The trace target option name.
Probable Cause
A trace target option conflict with another target option used.
Error 1685 "There was insufficient memory to complete the %1 operation"
Constant
SFC_MEM_ERROR
SAP Sybase Error Number
3327
SQL State
08S01
SQL Code
-1685L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
17
Parameter 1
The name of the procedure that detected the error.
Probable Cause
A call to the specified procedure could not complete the operation due to insufficient memory.
Error 1686 "Invalid parameter was used in the call to %1"
Constant
SFC_INVALID_PARM
SAP Sybase Error Number
3328
SQL State
08S02
SQL Code
-1686L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
The name of the procedure.
Probable Cause
An invalid parameter value was passed to the specified procedure.
Error 1687 "The secure feature key name '%2' is not valid in the call to %1"
Constant
SFC_INVALID_NAME
SAP Sybase Error Number
3329
SQL State
08S03
SQL Code
-1687L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
The name of the procedure.
Parameter 2
The secure feature key name.
Probable Cause
An invalid secure feature key name was passed to the specified procedure.
Error 1688 "An invalid authorization key was specified in the call to %1"
Constant
SFC_INVALID_KEY
SAP Sybase Error Number
3330
SQL State
08S04
SQL Code
-1688L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
The name of the procedure.
Probable Cause
An invalid secure feature key value was passed to the specified procedure.
Error 1689 "An invalid secure feature list '%2' was specified in the call to %1"
Constant
SFC_INVALID_FEAT
SAP Sybase Error Number
3331
SQL State
08S05
SQL Code
-1689L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
The name of the procedure.
Parameter 2
The secure feature list.
Probable Cause
An invalid list of secure features was passed to the specified procedure.