Messages on this page are sorted by Sybase error code. Locate the appropriate code for a full description of the message.
Error 1343 | "Feature '%1' is locked because synchronization is in progress" |
---|---|
Constant | FEATURE_LOCKED_SYNC |
SAP Sybase Error Number | 3023 |
SQL State | WW147 |
SQL Code | -1343L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Parameter 1 | Feature name |
Probable Cause | You attempted to use a feature that was previously locked because a synchronization is in progress. |
Error 1344 | "Rollback occurred due to blocking_others_timeout" |
---|---|
Constant | BLOCKING_OTHERS_ROLLBACK |
SAP Sybase Error Number | 3024 |
SQL State | WW148 |
SQL Code | -1344L |
ODBC 2 State | 40001 |
ODBC 3 State | 40001 |
Severity Code | |
Probable Cause | This connection has been rolled back because another connection was blocked on this connection for longer than the blocking_others_timeout option setting. All requests on this connection will get this error until it is disconnected. |
Error 1347 | "Use of authority '%1' is not supported on the current database" |
---|---|
Constant | OLIN_AUTHORITIES_UNSUPPORTED |
SAP Sybase Error Number | 2776 |
SQL State | 28W16 |
SQL Code | -1347L |
ODBC 2 State | 28000 |
ODBC 3 State | 28000 |
Severity Code | |
Parameter 1 | The unsupported authority. |
Probable Cause | The current database is an older database and does not have the capability to support given authority. You must upgrade your database to use this authority. |
Error 1348 | "Mirror server name '%1' does not match current server name" |
---|---|
Constant | INVALID_CHILD_SERVER_NAME |
SAP Sybase Error Number | 3027 |
SQL State | WW151 |
SQL Code | -1348L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Parameter 1 | The server name |
Probable Cause | The server name specified in a CREATE MIRROR SERVER statement must match the current server name when the statement is executed on a child server. |
Error 1349 | "The parent of this mirror server is not currently connected" |
---|---|
Constant | PARENT_NOT_CONNECTED |
SAP Sybase Error Number | 3028 |
SQL State | WW152 |
SQL Code | -1349L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Probable Cause | The statement being executed requires a connection from this mirror server to its parent, but the parent is not currently connected. |
Error 1350 | "The parent of this mirror server is not the primary server" |
---|---|
Constant | PARENT_NOT_PRIMARY |
SAP Sybase Error Number | 3029 |
SQL State | WW153 |
SQL Code | -1350L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Probable Cause | The statement being executed requires a connection from this mirror server to the primary server, but the parent is not the primary server. The connection string to this server's parent does not match the connection string for the primary server. |
Error 1351 | "Mirror child server creation failed" |
---|---|
Constant | CHILD_SERVER_CREATION_FAILED |
SAP Sybase Error Number | 3030 |
SQL State | WW154 |
SQL Code | -1351L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Probable Cause | The creation of a child server on the primary server failed or was disallowed. |
Error 1352 | "Mirror server with type '%1' is already defined" |
---|---|
Constant | MIRROR_SERVER_TYPE_ALREADY_DEFINED |
SAP Sybase Error Number | 3031 |
SQL State | WW155 |
SQL Code | -1352L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Parameter 1 | The server type |
Probable Cause | A CREATE MIRROR SERVER statement specified a server type that has already been defined. |
Error 1353 | "Invalid operation '%2' on sequence '%1'" |
---|---|
Constant | INVALID_SEQUENCE_OPERATION |
SAP Sybase Error Number | 3033 |
SQL State | 52W46 |
SQL Code | -1353L |
ODBC 2 State | 42000 |
ODBC 3 State | 42000 |
Severity Code | |
Parameter 1 | Name of the operation attempted. |
Parameter 2 | Name of the sequence. |
Probable Cause | An invalid operation has been attempted on a sequence object. The only valid operations on a sequence are currval and nextval. |
Error 1354 | "Sequence '%1' already exists" |
---|---|
Constant | SEQUENCE_ALREADY_EXISTS |
SAP Sybase Error Number | 3034 |
SQL State | 52W47 |
SQL Code | -1354L |
ODBC 2 State | 42000 |
ODBC 3 State | 42000 |
Severity Code | |
Parameter 1 | Name of the sequence. |
Probable Cause | A sequence with the specified name already exists. |
Error 1355 | "No more values available in sequence %1" |
---|---|
Constant | SEQUENCE_EXHAUSTED |
SAP Sybase Error Number | 3035 |
SQL State | 52W48 |
SQL Code | -1355L |
ODBC 2 State | 42000 |
ODBC 3 State | 42000 |
Severity Code | |
Parameter 1 | Name of the sequence. |
Probable Cause | No more values can be supplied by the sequence; the next value to be supplied would be either larger than the maximum value, or smaller than the minimum value, and this sequence has been specified with NO CYCLE. |
Error 1356 | "Definition for sequence '%1' is invalid" |
---|---|
Constant | INVALID_SEQUENCE_DEFINITION |
SAP Sybase Error Number | 3036 |
SQL State | 52W49 |
SQL Code | -1356L |
ODBC 2 State | 42000 |
ODBC 3 State | 42000 |
Severity Code | |
Parameter 1 | Name of the sequence. |
Probable Cause | An invalid combination of modifiers has been used for the sequence. Make sure that the MAXVAL is greater than the MINVAL and that START WITH is between MINVAL and MAXVAL. |
Error 1357 | "Multiple settings of same option specified for sequence '%1'" |
---|---|
Constant | DUPLICATE_SEQUENCE_OPTION |
SAP Sybase Error Number | 3037 |
SQL State | 52W50 |
SQL Code | -1357L |
ODBC 2 State | 42000 |
ODBC 3 State | 42000 |
Severity Code | |
Parameter 1 | Name of the sequence. |
Probable Cause | Multiple settings of the same sequence option have been specified in the sequence definition. Even if the setting is the same, you can only specify each option once. |
Error 1358 | "Sequence name '%1' is ambiguous" |
---|---|
Constant | AMBIGUOUS_SEQUENCE_NAME |
SAP Sybase Error Number | 3038 |
SQL State | 52W45 |
SQL Code | -1358L |
ODBC 2 State | S0013 |
ODBC 3 State | 42S13 |
Severity Code | |
Parameter 1 | Name of an ambiguous sequence. |
Probable Cause | A statement has referred to a sequence name that is not unique. Preface the sequence name by an owner name. |
Error 1359 | "Sequence '%1' not found" |
---|---|
Constant | SEQUENCE_NOT_FOUND |
SAP Sybase Error Number | 3039 |
SQL State | 52W44 |
SQL Code | -1359L |
ODBC 2 State | 42000 |
ODBC 3 State | 42000 |
Severity Code | |
Parameter 1 | Name of the sequence. |
Probable Cause | The sequence with this name does not exist in the database. |
Error 1360 | "Cannot assign automatic mirror server parent" |
---|---|
Constant | CANNOT_ASSIGN_AUTO_PARENT |
SAP Sybase Error Number | 3040 |
SQL State | WW156 |
SQL Code | -1360L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Probable Cause | A CREATE MIRROR SERVER or ALTER MIRROR SERVER statement requested that a mirror parent be automatically assigned, but a parent server could not be found. The auto_add_server option may not be set, or might be set to an invalid server name. |
Error 1361 | "TREAT AS can only be used with extended types. Cannot treat %1 as a %2." |
---|---|
Constant | TREAT_AS_ONLY_EXTENDED |
SAP Sybase Error Number | 3041 |
SQL State | 53020 |
SQL Code | -1361L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Parameter 1 | The value that could not be converted. |
Parameter 2 | The name of the type for the conversion. |
Probable Cause | An error occurred while trying to treat a value as another data type. |
Error 1362 | "Cannot treat value '%1' as type %2. The dynamic type is %3." |
---|---|
Constant | TREAT_AS_DYNAMIC_MISMATCH |
SAP Sybase Error Number | 3042 |
SQL State | 53021 |
SQL Code | -1362L |
ODBC 2 State | ERROR |
ODBC 3 State | ERROR |
Severity Code | |
Parameter 1 | The value that could not be converted. |
Parameter 2 | The name of the type for the conversion. |
Parameter 3 | The type of the value that could not be converted. |
Probable Cause | An error occurred while trying to treat a value as another data type. The dynamic type of the value does not match the destination type. |
Error 1363 | "The 'currval' operator is not defined yet for sequence '%1' for this connection" |
---|---|
Constant | SEQUENCE_CURRVAL_NOT_DEFINED |
SAP Sybase Error Number | 3043 |
SQL State | 52W51 |
SQL Code | -1363L |
ODBC 2 State | 42000 |
ODBC 3 State | 42000 |
Severity Code | |
Parameter 1 | Name of the sequence. |
Probable Cause | The currval operator of a sequence generator is only defined once nextval has been called for the sequence within the current connection. |
Error 1366 | "Sequence '%1' in use by another connection" |
---|---|
Constant | SEQUENCE_IN_USE |
SAP Sybase Error Number | 3046 |
SQL State | 42WE3 |
SQL Code | -1366L |
ODBC 2 State | 40001 |
ODBC 3 State | 40001 |
Severity Code | |
Parameter 1 | Name of user. |
Probable Cause | You have attempted to drop a sequence that is currently being used by another connection. |