Messages 1239 through 1260

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

Error 1239 "Partition name '%1' is not part of table '%2'"
Constant
UNKNOWN_PARTITION_NAME
SAP Sybase Error Number
2918
SQL State
WW113
SQL Code
-1239L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The partition name.
Parameter 2
The table name.
Probable Cause
This partition name is not part or this table.
Error 1240 "The provided stoplist is too long."
Constant
TEXT_STOPLIST_TOO_LONG
SAP Sybase Error Number
2920
SQL State
WT018
SQL Code
-1240L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
A text configuration stop list must be less than 8000 bytes.
Error 1241 "Value-sensitive cursor used after a TRUNCATE"
Constant
HOLD_CURSOR_AFTER_TRUNCATE
SAP Sybase Error Number
2924
SQL State
24001
SQL Code
-1241L
ODBC 2 State
24000
ODBC 3 State
24000
Severity Code
16
Probable Cause
You attempted to use a value-sensitive cursor opened WITH HOLD after a TRUNCATE or after a COMMIT removed all rows from a temporary table declared as ON COMMIT DELETE ROWS.
Error 1242 "Parameter ('%1') is already in the configuration specification of the specified Multiplex Server"
Constant
IQ_MULTIPLEX_ALTERTOSAMECONFIG
SAP Sybase Error Number
2925
SQL State
WW117
SQL Code
-1242L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Current configuration of a Multiplex Server.
Probable Cause
The ALTER MULTIPLEX SERVER statement tried to alter configuration parameters with values that are the same as the current values.
Error 1243 "An attempt to encrypt database '%1' failed"
Constant
ENCRYPT_DATABASE_FAILED
SAP Sybase Error Number
2926
SQL State
WW118
SQL Code
-1243L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the database that could not be encrypted.
Probable Cause
Your attempt to encrypt a database file failed.
Error 1244 "An attempt to decrypt database '%1' failed"
Constant
DECRYPT_DATABASE_FAILED
SAP Sybase Error Number
2927
SQL State
WW119
SQL Code
-1244L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the database that could not be decrypted.
Probable Cause
Your attempt to decrypt a database file failed.
Error 1245 "Partition name '%1' already used"
Constant
CANNOT_USE_PARTITION_NAME
SAP Sybase Error Number
2928
SQL State
WW221
SQL Code
-1245L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The partition name.
Probable Cause
This partition name has already been used.
Error 1246 "Partition '%1' is not adjacent to or before partition '%2'"
Constant
PARTITIONS_NOT_ADJACENT
SAP Sybase Error Number
2929
SQL State
WW222
SQL Code
-1246L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The partition name.
Parameter 2
The partition name.
Probable Cause
These partitions are not adjacent - they cannot be merged.
Error 1249 "Logical file '%1' is not part of dbspace '%2'"
Constant
UNKNOWN_LOGICALFILE_NAME
SAP Sybase Error Number
2932
SQL State
WW224
SQL Code
-1249L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The logical file name.
Parameter 2
The dbspace name.
Probable Cause
This logical file is not part of this dbspace.
Error 1250 "Table '%1' is not a partitioned table"
Constant
TABLE_NOT_PARTITIONED
SAP Sybase Error Number
2933
SQL State
WW225
SQL Code
-1250L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The table name.
Probable Cause
This table is not partitioned.
Error 1251 "Table '%1' is already partitioned or subpartitioned"
Constant
TABLE_PARTITIONED
SAP Sybase Error Number
2934
SQL State
WW226
SQL Code
-1251L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The table name.
Probable Cause
This table is already partitioned or the table is incorrectly partitioned for this command. If a table is range partitioned, a user can "partition by hash" to create a hash-range partitioned table but if a table is partitioned by hash, it is incorrect to "partition by range".
Error 1252 "Dbspace '%1' is the incorrect type"
Constant
WRONG_DBSPACE_TYPE
SAP Sybase Error Number
2935
SQL State
WW227
SQL Code
-1252L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The dbspace name.
Probable Cause
Tried to put data into the incorrect dbspace (for example, putting a primary key into the wrong store).
Error 1253 "The text index %1 needs to be refreshed"
Constant
TEXT_MATCHING_INDEX_NOT_REFRESHED
SAP Sybase Error Number
2936
SQL State
WT019
SQL Code
-1253L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the text index that needs to be refreshed.
Probable Cause
There is a text index that matches the query, but it needs to be refreshed before it is used.
Error 1254 "MERGE statement for table '%1' failed because of a RAISERROR specification in the statement"
Constant
MERGE_USER_SPECIFIED_ERROR
SAP Sybase Error Number
2937
SQL State
23510
SQL Code
-1254L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the table being merged into
Probable Cause
You have attempted to execute a MERGE statement that contains the RAISERROR clause in one or more merge operation branches and one of the input rows satisfies the conditions for one of these branches.
Error 1255 "Cannot merge partition '%1' into '%2' for column '%3'"
Constant
CANNOT_MERGE_COLUMN_PARTITION
SAP Sybase Error Number
2938
SQL State
WW228
SQL Code
-1255L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
merge partition.
Parameter 2
merge to partition.
Parameter 3
column name.
Probable Cause
These column partitions cannot be merged.
Error 1256 "Event of %1 type already exists"
Constant
IQ_EVENT_TYPE_ALREADY_EXISTS
SAP Sybase Error Number
2939
SQL State
42WD0
SQL Code
-1256L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Event type
Probable Cause
An attempt was made to define a new event of the type that already exists.
Error 1257 "Multiple event conditions cannot be specified with this event type"
Constant
IQ_EVENT_MULTIPLE_CONDITIONS
SAP Sybase Error Number
2940
SQL State
42WD1
SQL Code
-1257L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
An attempt was made to specify more than one condition for an event type.
Error 1258 "'<' or '<=' operator can only be used in the event condition with this event type"
Constant
IQ_EVENT_WRONG_OPERATOR
SAP Sybase Error Number
2941
SQL State
42WD2
SQL Code
-1258L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Event of this type can be defined with a condition having < or <= operator only.
Error 1259 "Hash error: %1"
Constant
HASH_ERROR
SAP Sybase Error Number
2942
SQL State
08W92
SQL Code
-1259L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
11
Parameter 1
Description of the error that occurred.
Probable Cause
An error occurred during hashing.
Error 1260 "This server is not licensed to support the '%1' feature"
Constant
FEATURE_NOT_LICENSED
SAP Sybase Error Number
2944
SQL State
0A002
SQL Code
-1260L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The unlicensed feature.
Probable Cause
You attempted to carry out an operation or use a feature that is not licensed in this edition of SQL Anywhere.