Messages 20841 through 20860

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
20841 Error QDB81 -1000181L "The maximum column length (%2) is less than the actual length (%3). %1" This is an internal error. If this error occurs, it should be reported to Sybase.

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

20842 Error QDB82 -1000182L "Table %2 cannot be opened because it is currently involved in a foreign key create/alter operation. %1" The named table cannot be opened for read or write access because it is currently undergoing a create/alter foreign operation.

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

20843 Error QDB83 -1000183L "Attempt to insert data into column '%2' with a non-insertable datatype (%3) ignored. %1" This is an internal error. The datatype IQ is inserting to is unknown. If this error occurs, it should be reported to Sybase.

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

20844 Error QDB84 -1000184L "When inserting into join index '%2', the START ROW ID (%3) must 0 or 1. %1" The START ROW ID for insert to a join must be 0 or 1.

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

20845 Error QNA39 -1000185L "Cannot drop table %1 because foreign keys still reference it." The named table cannot be dropped until all foreign keys referencing it have first been dropped.

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

20846 Error QNA40 -1000186L "Cannot create foreign key constraint on a candidate key that is also a foreign key." A candidate key cannot also be a foreign key. Here's an example illustrating what is meant by this exception. (1) A [pk] <----- B [fk] [pk] <-- ADD THIS ONE -- C[fk] (2) A [pk] <-- ADD THIS ONE -- B[fk] [pk] <------- C[fk] In case (1), adding foreign key C[fk] is disallowed. In case (2), adding foreign key B[fk] is disallowed.

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

20847 Error QCB87 -1000187L "Unable to implicitly convert column '%2' to datatype (%3) from datatype (%4). %1" The attempted implicit conversion is not possible. The conversion must be done explicitly. If implicit conversion is being attempted to or from a NUMERIC and this error results, the datatype displayed in the error for the NUMERIC will be SMALLINT, INT, or INT64 depending on the precision of the NUMERIC. This is because NUMERICs are treated internally as multiple precision signed integers.

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

20848 Error QDB88 -1000188L "Only ASCII, BCP and BINARY are supported LOAD formats. %1" The user specified a LOAD format that is not supported.

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

20849 Error QDB89 -1000189L "DDL statements cannot proceed while the %2 is in an out of space condition. %1" The DDL statement cannot proceed until the named db store is no longer in an out of space condtion. The out of space condition had been previously reported. The only course of action available is to stop and restart the server. The database is in an out-of-space condition. Space needs to be added to the database.

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

20850 Error QDB90 -1000190L "The index '%2' cannot be opened in the current transaction (%3). %1" The procedure cannot open the named index. It is likely that the index was created by a transaction that began after the one that is trying to open it. In order to proceed, COMMIT the current transaction and try again.

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

20851 Error QDB91 -1000191L "Proxy, remote, or non-IQ tables are not allowed in joins. Tablename is '%2'. %1" Proxy tables, remote objects, or non_IQ tables are not allowed to participate in a join index.

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

20852 Error QDB92 -1000192L "The cursor for table '%2' has no data to fetch. %1" This is an internal error. If this error occurs, it should be reported to Sybase.

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

20853 Error QDB93 -1000193L "The table '%2' is either not part of the join virtual table or has had its data loaded through linked indices. %1" This is an internal error. If this error occurs, it should be reported to Sybase.

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

20854 Error QDB94 -1000194L "You must supply either a cursor count (%2) and a cursor array, or neither. %1" This is an internal error. If this error occurs, it should be reported to Sybase.

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

20855 Error QDB95 -1000195L "Load specification '%2' only valid for column(s) having datatype '%3'. %1" The named load specification is only valid for columns that have the given datatype.

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

20856 Error QDB96 -1000196L "You must supply a join index name. %1" An indexname was not provided as a parameter. This is an internal error. If this error occurs, it should be reported to Sybase.

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

20857 Error QDB97 -1000197L "Table '%2' has no columns in the cursor that don't already have data, \nor the join field(s) are not part of the cursor. %1" This is an internal error. If this error occurs, it should be reported to Sybase.

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

20858 Error QDB98 -1000198L "Cannot create join index with table(s) having column(s) of datatype %2. %1" The 'join index' functionality is supported on most datatypes. However, there are a few (e.g., long binary) for which this functionality is not supported.

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

20859 Warning 01B99 1000199L "Table '%1' has no data." This is a warning that there is no data in a base table.

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

20860 Error QDC00 -1000200L "Table '%2' has no data with which to join the other tables. %1" There is no data in a table which participates in a join.

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


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