Messages on this page are sorted by Sybase error code. Locate the appropriate code in the table below, and click the link for a full description of the message.
| Number | Msg Type | SQL State | SQL Code | Message | Possible Cause |
|---|---|---|---|---|---|
| 2709 | Error | 55W18 | -1040L | "Cannot use view '%1' because it is invalid" | You attempted to reference an invalid view. The view must be enabled before it can be used again. Click here for a list of possible parameters and odbc states. |
| 2710 | Error | 42WB5 | -1041L | "Materialized View '%1' not found" | You misspelled the name of a materialized view, or you did not qualify a materialized view name with a user name. For example, you might have referred to "Employees" instead of "DBA"."Employees". Click here for a list of possible parameters and odbc states. |
| 2711 | Error | WW065 | -1042L | "Cannot add a comment to a table declared as LOCAL TEMPORARY" | You attempted to add a comment to a table that has been declared as LOCAL TEMPORARY. This is not allowed. Click here for a list of possible parameters and odbc states. |
| 2712 | Error | 57W01 | -1043L | "Request interrupted due to timeout" | The current request was canceled during its execution since it ran for longer than the request_timeout database option value. The database was able to stop the operation without doing a rollback. If the statement is INSERT, UPDATE, or DELETE, any changes made by the statement will be canceled. If the statement is a data definition statement (for example CREATE TABLE), the statement will be canceled, but the COMMIT that was done as a side effect will not be canceled. Click here for a list of possible parameters and odbc states. |
| 2713 | Error | 28W11 | -1044L | "Invalid password: %1" | The attempt to create a new user ID or change a password failed. The function specified by the verify_password_function option disallowed the password. Click here for a list of possible parameters and odbc states. |
| 2714 | Error | WB015 | -1045L | "Invalid backup parameter value" | One or more of the parameters supplied to the backup operation has an invalid value. Click here for a list of possible parameters and odbc states. |
| 2715 | Error | 55W19 | -1046L | "Illegal column definition: %1" | You are attempting to define a column in a way that is not allowed. Click here for a list of possible parameters and odbc states. |
| 2716 | Error | 55W20 | -1047L | "This database does not support encrypted tables" | You tried to create an encrypted table in a database that does not support them. Click here for a list of possible parameters and odbc states. |
| 2717 | Error | WT028 | -1393L | "Error initializing external term breaker." | The external term breaker could not be initialized because of an internal error. Click here for a list of possible parameters and odbc states. |
| 2718 | Error | WT027 | -1396L | "Error initializing external prefilter." | The external prefilter could not be initialized because of an internal error. Click here for a list of possible parameters and odbc states. |
| 2719 | Error | 22030 | -1050L | "Cannot return NULL result as requested data type" | You tried to retrieve a value from the database that was NULL and assign it to a variable that cannot be NULL. Click here for a list of possible parameters and odbc states. |
| 2720 | Error | 42WB6 | -1051L | "Cannot create a materialized view because option '%1' has an inappropriate setting" | You attempted to create a materialized view, but one of the database options is currently set to a value not permitted while creating a materialized view. Click here for a list of possible parameters and odbc states. |
| 2721 | Error | 42WB7 | -1052L | "Cannot update materialized view because option '%1' has an inappropriate setting" | You attempted to update/refresh a materialized view but one of the database options is currently set to a value that is not permitted while updating a materialized view, or, the option's setting does not match the value when the view was created. Click here for a list of possible parameters and odbc states. |
| 2722 | Error | 42W85 | -1053L | "'%1' is an invalid value for '%2'" | You supplied an invalid value for an option. Some options only allow numeric values and some options only allow true or false. Also, many options do not permit the empty string as a value. Click here for a list of possible parameters and odbc states. |
| 2723 | Error | 55W23 | -1054L | "Snapshot isolation disabled or pending" | Snapshot isolation is disabled or its activation is still pending. You must enable snapshot isolation before using it. Click here for a list of possible parameters and odbc states. |
| 2724 | Error | WT024 | -1390L | "An incremental refresh is not possible when handles are exhausted." | Incremental refresh of a MANUAL or AUTO REFRESH text index is not possible when handles are exhausted. You need to rebuild the text index before you can use incremental refresh. Click here for a list of possible parameters and odbc states. |
| 2725 | Error | WT025 | -1391L | "Invalid stoplist value." | The value specified for the stoplist is not valid. Click here for a list of possible parameters and odbc states. |
| 2726 | Error | WB016 | -1057L | "BACKUP clause '%1' conflicts with '%2'" | Clauses specified in the BACKUP STATEMENT are mutually exclusive. Click here for a list of possible parameters and odbc states. |
| 2727 | Error | WT023 | -1389L | "The value for the stoplist cannot be NULL." | The value for a text configuration stoplist cannot be NULL. To remove a stoplist, use the ALTER TEXT CONFIGURATION ... DROP STOPLIST statement. Click here for a list of possible parameters and odbc states. |
| 2728 | Error | 08WA5 | -1384L | "Unable to stop specified database: %1" | The database server was unable to stop the specified database. Click here for a list of possible parameters and odbc states. |