Messages 1262 through 1281

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

Error 1262 "This edition of SQL Anywhere is not available on this platform"
Constant
PLATFORM_NOT_LICENSED
SAP Sybase Error Number
2946
SQL State
0A004
SQL Code
-1262L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
This edition of SQL Anywhere is not available on this platform. You must use a different license key to use SQL Anywhere on this platform.
Error 1263 "Event notification queue '%1' not found"
Constant
EVENT_NOTIFICATION_QUEUE_NOT_FOUND
SAP Sybase Error Number
2950
SQL State
WE014
SQL Code
-1263L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
11
Parameter 1
The name of the event notification queue
Probable Cause
The named event notification queue was not found. The operation failed.
Error 1264 "Event object name '%1' is not valid"
Constant
INVALID_EVENT_OBJECT_NAME
SAP Sybase Error Number
2951
SQL State
WE015
SQL Code
-1264L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the event object
Probable Cause
The given name is not valid for an event object (notification queue or user event). Names are limited in length to 32 characters (bytes), and cannot contain certain characters such as '*' or '@'.
Error 1265 "Event object named '%1' already exists"
Constant
EVENT_OBJECT_ALREADY_EXISTS
SAP Sybase Error Number
2952
SQL State
WE016
SQL Code
-1265L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the event object
Probable Cause
An event object (notification queue or user event) with the given name already exists.
Error 1266 "No notification within timeout on queue '%1'"
Constant
EVENT_NOTIFICATION_QUEUE_TIMEOUT
SAP Sybase Error Number
2953
SQL State
WE017
SQL Code
-1266L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the event notification queue
Probable Cause
The pending get-notification operation has timed out. No notification arrived before the given timeout elapsed.
Error 1267 "Event parameter '%1' not found"
Constant
EVENT_PARAMETER_NOT_FOUND
SAP Sybase Error Number
2954
SQL State
WE018
SQL Code
-1267L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
11
Parameter 1
The name of the event parameter
Probable Cause
The named event parameter was not found in the event notification.
Error 1268 "The materialized view cannot be changed to immediate because its definition contains an illegal construct."
Constant
UPDATABLE_MATVIEW_ERR
SAP Sybase Error Number
2955
SQL State
42WCB
SQL Code
-1268L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
15
Probable Cause
You attempted to change the refresh type to immediate for a materialized view whose definition contains an illegal construct.
Error 1269 "Service statement definition is invalid or unsupported"
Constant
SERVICE_STATEMENT_INVALID
SAP Sybase Error Number
2956
SQL State
42WCC
SQL Code
-1269L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Either the statement provided is invalid or it is unsupported within the context of a service.
Error 1270 "Must own table '%1' to make an immediate view reference it"
Constant
NO_PERMS_FOR_IMV
SAP Sybase Error Number
2957
SQL State
42WD3
SQL Code
-1270L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the table
Probable Cause
You have attempted to change the refresh type of a materialized view to immediate and the view references a table that is not owned by you. To perform this operation, you must either own all the tables referenced by the materialized view or have DBA privileges.
Error 1271 "Synchronization download failed to complete"
Constant
INCOMPLETE_SYNCHRONIZATION
SAP Sybase Error Number
2958
SQL State
0AW23
SQL Code
-1271L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You attempted to synchronize an UltraLite database. During the synchronization session, an incomplete download stream was received from the consolidated database. The reason for the upload failure can be found in the synchronization log file.
Error 1272 "Synchronization is already in progress"
Constant
SYNCHRONIZATION_IN_PROGRESS
SAP Sybase Error Number
2959
SQL State
0AW24
SQL Code
-1272L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You attempted to synchronize an UltraLite database but this database is being synchronized on another thread.
Error 1273 "Table '%1' has no columns"
Constant
TABLE_HAS_NO_COLUMNS
SAP Sybase Error Number
2960
SQL State
0EW00
SQL Code
-1273L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
16
Parameter 1
The name of the table.
Probable Cause
You attempted to create a table without columns.
Error 1274 "Index '%1' has no columns"
Constant
INDEX_HAS_NO_COLUMNS
SAP Sybase Error Number
2961
SQL State
0EW01
SQL Code
-1274L
ODBC 2 State
37000
ODBC 3 State
42000
Severity Code
16
Parameter 1
The name of the index.
Probable Cause
You attempted to create an index without columns.
Error 1275 "Invalid domain '%1'"
Constant
INVALID_DOMAIN
SAP Sybase Error Number
2962
SQL State
54W52
SQL Code
-1275L
ODBC 2 State
ERROR
ODBC 3 State
42000
Severity Code
16
Parameter 1
The invalid domain specification.
Probable Cause
You attempted to create an invalid domain. The size/scale/precision is invalid.
Error 1276 "Configuration cannot not be modified while in use"
Constant
CONFIG_IN_USE
SAP Sybase Error Number
2963
SQL State
55W34
SQL Code
-1276L
ODBC 2 State
ERROR
ODBC 3 State
42000
Severity Code
16
Probable Cause
You attempted to modify a configuration object that is in use by an open connection.
Error 1277 "Parameter '%1' cannot be null"
Constant
PARAMETER_CANNOT_BE_NULL
SAP Sybase Error Number
2964
SQL State
WW229
SQL Code
-1277L
ODBC 2 State
ERROR
ODBC 3 State
42000
Severity Code
16
Parameter 1
Name of the parameter.
Probable Cause
The specified parameter cannot be null.
Error 1278 "Operation is not allowed"
Constant
ULTRALITEJ_OPERATION_NOT_ALLOWED
SAP Sybase Error Number
2965
SQL State
WW230
SQL Code
-1278L
ODBC 2 State
ERROR
ODBC 3 State
42000
Severity Code
16
Probable Cause
The requested operation is not allowed while schema is being modified.
Error 1279 "Operation '%1' failed for reason: '%2'"
Constant
ULTRALITEJ_OPERATION_FAILED
SAP Sybase Error Number
2966
SQL State
WW231
SQL Code
-1279L
ODBC 2 State
ERROR
ODBC 3 State
42000
Severity Code
16
Parameter 1
The name of the operation.
Parameter 2
The cause of the failure.
Probable Cause
The requested operation failed.
Error 1280 "Underflow when converting '%1'"
Constant
UNDERFLOW
SAP Sybase Error Number
2967
SQL State
WW232
SQL Code
-1280L
ODBC 2 State
ERROR
ODBC 3 State
42000
Severity Code
16
Parameter 1
The type being converted.
Probable Cause
An underflow occurred when converting the specified type. The source type may be too small (for example zero length binary) or value may be too small to be represented by the destination type.
Error 1281 "Another connection has the row in '%1' locked"
Constant
ROW_LOCKED
SAP Sybase Error Number
2968
SQL State
42W80
SQL Code
-1281L
ODBC 2 State
40001
ODBC 3 State
40001
Severity Code
21
Parameter 1
Table that generates the error.
Probable Cause
You attempted modify or delete a row that is locked by another connection. The row will be unlocked once that connection commits or rolls back.