Messages 2829 through 2848

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
2829 Error 08WA1 -1153L "Password has expired but cannot be changed because the database is read-only" You attempted to connect to a read-only database using a valid user ID, but with an expired password. The password cannot be changed unless the database is started without the -r option on the database server command line. Removing -r will permit modifications to the database.

Click here for a list of possible parameters and odbc states.

2830 Error 55W28 -1154L "Traced query (%1, %2) does not exist" You attempted to generate a graphical plan for a query saved by diagnostic tracing, identified by a logging_session_id and query id. However, no such query exists in this database. If it was traced, it was sent to a different database.

Click here for a list of possible parameters and odbc states.

2831 Error WL011 -1155L "Unable to close the cursor on table \"%1\". LOAD TABLE cannot be executed." You cannot perform LOAD TABLE on a temporary table that has an open cursor on it. An attempt to close the cursor failed. A failed LOAD TABLE would cause all of the rows in the temporary table to be deleted thereby invalidating the cursor.

Click here for a list of possible parameters and odbc states.

2832 Error WT001 -1156L "Argument \"%1\" must be a column reference." The CONTAINS argument must be a column reference.

Click here for a list of possible parameters and odbc states.

2833 Error WT002 -1157L "All column reference arguments must refer to the same table." All column references in a CONTAINS query must refer to the same table.

Click here for a list of possible parameters and odbc states.

2834 Error WT003 -1158L "No matching text index." A single text index must exist on all columns referenced in a CONTAINS query.

Click here for a list of possible parameters and odbc states.

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.


Created May 6, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com