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 |
|---|---|---|---|---|---|
| 2896 | Error | 42WC7 | -1218L | "The materialized view cannot be changed to immediate because it does not have a unique index on non-aggregate non-nullable columns" | You attempted to change the refresh type to immediate for a materialized view which does not have a unique index on non-aggregate non-nullable columns. Create a unique index on the materialized view before changing the refresh type. Click here for a list of possible parameters and odbc states. |
| 2897 | Error | 42WC8 | -1219L | "Maintenance of dependent immediate materialized view(s) failed" | Maintenance of immediate materialized view(s) dependent on the base table failed. Click here for a list of possible parameters and odbc states. |
| 2898 | Error | WO028 | -1220L | "User cannot be dropped because external logins exist for this user." | The user cannot be dropped while an external login for the user still exists. Click here for a list of possible parameters and odbc states. |
| 2899 | Error | 42U08 | -1221L | "Duplicate options not allowed in the CREATE DATABASE statement" | You have specified one of the options more than once when executing the CREATE DATABASE statement. Click here for a list of possible parameters and odbc states. |
| 2900 | Error | WW110 | -1222L | "Multiplex Server '%1' not found" | Multiplex Server with this name does not exist. Click here for a list of possible parameters and odbc states. |
| 2901 | Error | 42W76 | -1223L | "Synchronization profile '%1' already exists" | You tried to create a synchronization profile that already exists. Click here for a list of possible parameters and odbc states. |
| 2902 | Error | 42W77 | -1224L | "Synchronization profile '%1' has invalid parameter '%2'" | You tried to create or alter a synchronization profile using a string containing an invalid parameter setting. Click here for a list of possible parameters and odbc states. |
| 2903 | Error | 42W78 | -1225L | "Synchronization profiles are not supported for this database" | The current database does not have catalog support for synchronization profiles. To use this feature, upgrade your database to the most recent version. Click here for a list of possible parameters and odbc states. |
| 2904 | Error | 42R04 | -1226L | "Foreign key columns do not match the primary key or a uniqueness constraint in \"%1\No message | An attempt was made to create a foreign key, but the columns specified do not match the primary key or a uniqueness constraint for the referenced table. Click here for a list of possible parameters and odbc states. |
| 2905 | Error | WI111 | -1227L | "Internal error, please contact Sybase IQ support. %1." | The multiplex DDL command (create/alter/drop) failed with internal error due to specified reason. Click here for a list of possible parameters and odbc states. |
| 2906 | Warning | 01006 | 141L | "Passthrough SQL script failed" | A passthrough SQL script has failed. Sync your database to report the error to MobiLink. You may need to contact the server administrator. Click here for a list of possible parameters and odbc states. |
| 2907 | Error | 42W72 | -1228L | "Syntax error, cannot specify IQ specific options (%1) when creating a table in an SA database" | An attempt was made to use IQ specific create table syntax when creating a table in an SA database Click here for a list of possible parameters and odbc states. |
| 2908 | Error | 54W51 | -1229L | "Reorganize table is already being run on table \"%1\No message | There is already a REORGANIZE TABLE statement being run on this table. Only one such statement can be executing on a table at any time. Click here for a list of possible parameters and odbc states. |
| 2909 | Error | 54W12 | -1230L | "Too many open cursors" | You exceeded the number of cursors allowed to be open on a single UltraLite database. Check to ensure you are freeing statements when you are done with them. Click here for a list of possible parameters and odbc states. |
| 2910 | Error | 57W05 | -1231L | "Statement timed out: '%1!s!'" | The statement failed because it did not complete within the allotted or specified time. Click here for a list of possible parameters and odbc states. |
| 2911 | Error | 42WC9 | -1232L | "Attempt to start a second snapshot in a transaction" | A transaction tried to start a snapshot (e.g., see BEGIN SNAPSHOT statement) while another snapshot was already active. Click here for a list of possible parameters and odbc states. |
| 2912 | Error | 42WCA | -1233L | "The materialized view %1 cannot be changed to immediate because it does not have a unique index on non-nullable columns." | You attempted to change the refresh type to immediate for a materialized view which does not have a unique index on non-nullable columns. Create a unique index on the materialized view before changing the refresh type. Click here for a list of possible parameters and odbc states. |
| 2913 | Error | 42W7A | -1234L | "Dbspace file with name or path ( %1 ) already exist " | Error code to use for catalog update errors in IQ code. Click here for a list of possible parameters and odbc states. |
| 2914 | Error | 54W13 | -1235L | "Too many columns in SELECT list" | You executed a statement with too many expressions in the SELECT list. The number of expressions within a SELECT list is limited to 60000. Click here for a list of possible parameters and odbc states. |
| 2915 | Error | 54W14 | -1236L | "Too many expressions in GROUP BY list" | You executed a statement with too many expressions in the GROUP BY list. The number of expressions within a GROUP BY list is limited to 60000. Click here for a list of possible parameters and odbc states. |