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 |
|---|---|---|---|---|---|
| 2835 | Error | WT004 | -1159L | "Non-constant or unknown text query string." | The query string argument to a CONTAINS query must be a constant, or a non-null value in a variable. Click here for a list of possible parameters and odbc states. |
| 2836 | Error | WT005 | -1160L | "Text configuration \"%1\".\"%2\" not found." | The specified text configuration does not exist. Click here for a list of possible parameters and odbc states. |
| 2837 | Error | WT006 | -1161L | "Text configuration \"%1\" already exists." | The specified text configuration name already exists. Click here for a list of possible parameters and odbc states. |
| 2838 | Error | WT007 | -1162L | "Term length outside allowed range." | The minimum and maximum term lengths must both be greater than 0 and less than or equal to 60 characters. Click here for a list of possible parameters and odbc states. |
| 2839 | Error | WT008 | -1163L | "Invalid collation: \"%1\"." | The collation was not found, or the tailoring options were invalid. Click here for a list of possible parameters and odbc states. |
| 2840 | Error | WT009 | -1164L | "Text query parser error: %1" | The text query could not be parsed. Click here for a list of possible parameters and odbc states. |
| 2841 | Error | WT010 | -1165L | "Error creating text index \"%1\" on table \"%2\No message | There was an internal error creating a text index. Click here for a list of possible parameters and odbc states. |
| 2842 | Error | WT011 | -1166L | "Text indexes are not supported for this database." | The current database does not have catalog support for text indexes. To use this feature, upgrade your database to the most recent version. Click here for a list of possible parameters and odbc states. |
| 2843 | Error | 55W12 | -1167L | "Cannot drop a user that owns text configurations" | You attempted to drop a user that is the creator of a text configuration. The text configuration must be dropped first. Click here for a list of possible parameters and odbc states. |
| 2844 | Error | WT012 | -1168L | "Cannot alter or drop a text configuration referenced by a text index." | It is not possible to alter or drop a text configuration referenced by a populated text index or currently being used by a text procedure. Either copy the configuration and alter the copy, or close all cursors on text procedures and truncate all indexes that use the configuration. Click here for a list of possible parameters and odbc states. |
| 2845 | Error | 08W20 | -985L | "The database name 'utility_db' is reserved for the utility database." | You are attempting to start a database with the name "utility_db". This name is reserved for the utility database. Click here for a list of possible parameters and odbc states. |
| 2846 | Error | WT013 | -1169L | "Cannot access a table that is part of a text index." | It is not possible to directly manipulate tables created as part of a text index. Click here for a list of possible parameters and odbc states. |
| 2847 | Error | 42WC3 | -1170L | "The materialized view %1 cannot be changed to immediate because it has already been initialized" | You attempted to change the refresh type to immediate for a materialized view which is already in an initialized state. Truncate the view before changing the refresh type. Click here for a list of possible parameters and odbc states. |
| 2848 | Error | WW092 | -1171L | "Client application does not allow transfer of data ('%1')" | The client application does not allow the transfer of server initiated data. In order to allow transfer of server initiated data, the application must register a validation callback mechanism with the client library. Click here for a list of possible parameters and odbc states. |
| 2849 | Error | WW093 | -1172L | "Client application disallowed the transfer of data ('%1')" | The client application rejected the transfer of server initiated data. In order to allow transfer of server initiated data, the application registered a validation callback which rejected the transfer of requested data. Click here for a list of possible parameters and odbc states. |
| 2850 | Error | WW094 | -1173L | "Client library reported an error accessing data during transfer ('%1')" | The client application reported an error while attempting to access the data for a transfer request from the server. Reasons could include the client application lacking permissions to the data object or other operating system reported errors. Click here for a list of possible parameters and odbc states. |
| 2851 | Error | WT014 | -1174L | "Cannot create text configuration '%1' because option '%2' has an inappropriate setting" | You attempted an operation that needs to create or alter the database options settings for a text configuration, but one of the options is currently set to a value not permitted for a text configuration. Click here for a list of possible parameters and odbc states. |
| 2852 | Error | 42WC4 | -1175L | "Unable to acquire table locks in specified time" | The LOCK TABLE command could not acquire all the locks in specified time period Click here for a list of possible parameters and odbc states. |
| 2853 | Error | 0AW20 | -1176L | "Plan not available. NOEXEC Plan can not be generated for this type of statement" | You tried to get the NOEXEC plan for a statement type for which IQ cannot generate a NOEXEC plan. Click here for a list of possible parameters and odbc states. |
| 2854 | Error | 0AW21 | -1177L | "No plan. HTML_PLAN function is not supported for this type of statement or database." | You tried to get the HTML plan for a query which is either a SQL Anywhere query or an OMNI/CIS decomposed query. HTML_PLAN is supported for a pure IQ query. Click here for a list of possible parameters and odbc states. |