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 |
|---|---|---|---|---|---|
| 2919 | Error | WW239 | -1317L | "Multiplex server '%1' is shutting down due to a successful configuration change" | Successful execution of certain statements to change multiplex configuration forces a server shutdown. You will get the above error if you issue such a command. Click here for a list of possible parameters and odbc states. |
| 2920 | Error | WT018 | -1240L | "The provided stoplist is too long." | A text configuration stop list must be less than 8000 bytes. Click here for a list of possible parameters and odbc states. |
| 2921 | Warning | WW114 | 142L | "UltraLite database state was restored" | The database state was restored from the temporary file. This includes suspended connections, transactions, and cursors. Click here for a list of possible parameters and odbc states. |
| 2922 | Warning | WW115 | 143L | "Retrying read of corrupt page (page '%1')" | UltraLite detected a corrupt database page and will attempt the read operation again. If a mirror file is enabled, it is used for the retry. If the retry fails, an error will be signaled. Click here for a list of possible parameters and odbc states. |
| 2923 | Warning | WW116 | 144L | "Mirror file requires higher checksum_level" | To effectively protect against media failures, page checksums must be enabled when using the mirror file. Specify the checksum_level database creation option. Click here for a list of possible parameters and odbc states. |
| 2924 | Error | 24001 | -1241L | "Value-sensitive cursor used after a TRUNCATE" | 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. Click here for a list of possible parameters and odbc states. |
| 2925 | Error | WW117 | -1242L | "Parameter ('%1') is already in the configuration specification of the specified Multiplex Server" | The ALTER MULTIPLEX SERVER statement tried to alter configuration parameters with the values which are the same as the current values. Click here for a list of possible parameters and odbc states. |
| 2926 | Error | WW118 | -1243L | "An attempt to encrypt database '%1' failed" | Your attempt to encrypt a database file failed. Click here for a list of possible parameters and odbc states. |
| 2927 | Error | WW119 | -1244L | "An attempt to decrypt database '%1' failed" | Your attempt to decrypt a database file failed. Click here for a list of possible parameters and odbc states. |
| 2928 | Error | WW221 | -1245L | "Partition name '%1' already used" | This partition name has already been used. Click here for a list of possible parameters and odbc states. |
| 2929 | Error | WW222 | -1246L | "Partition '%1' is not adjacent to or before partition '%2'" | These partitions are not adjacent - they cannot be merged. Click here for a list of possible parameters and odbc states. |
| 2930 | Error | 0AW25 | -1316L | "Unsupported load column specification used for a catalog store table." | For catalog store tables, only some of the load column specifications (for example, filler) are permitted. Click here for a list of possible parameters and odbc states. |
| 2931 | Error | WW046 | -1315L | "Script file missing statement \"go\" delimiter on a separate line" | For UltraLite, all non-comment SQL statements in a script file (including the final one) must be followed by "go" on a line by itself. For strings, you can use "\ngo" to end a statement. Click here for a list of possible parameters and odbc states. |
| 2932 | Error | WW224 | -1249L | "Logical file '%1' is not part of dbspace '%2'" | This logical file is not part of this dbspace. Click here for a list of possible parameters and odbc states. |
| 2933 | Error | WW225 | -1250L | "Table '%1' is not a partitioned table" | This table is not partitioned. Click here for a list of possible parameters and odbc states. |
| 2934 | Error | WW226 | -1251L | "Table '%1' is already partitioned" | This table is already partitioned. Click here for a list of possible parameters and odbc states. |
| 2935 | Error | WW227 | -1252L | "Dbspace '%1' is the incorrect type" | Tried to put data into the incorrect dbspace (for example, putting a primary key into the wrong store). Click here for a list of possible parameters and odbc states. |
| 2936 | Error | WT019 | -1253L | "The text index %1 needs to be refreshed" | There is a text index that matches the query, but it needs to be refreshed before it is used. Click here for a list of possible parameters and odbc states. |
| 2937 | Error | 23510 | -1254L | "MERGE statement for table '%1' failed because of a RAISERROR specification in the statement" | 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 Click here for a list of possible parameters and odbc states. |
| 2938 | Error | WW228 | -1255L | "Cannot merge partition '%1' into '%2' for column '%3'" | These column partitions cannot be merged. Click here for a list of possible parameters and odbc states. |