Messages 20721 through 20740

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
20721 Error QDA61 -1000061L "Column %2, PRECISION (%3) cannot be less than 0. %1" The precision specified by the user is less than zero.

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

20722 Error QDC35 -1000062L "Cannot add column '%3' with 'not null' constraint on table %2 with data. %1" The user tried to ALTER ADD a NOT NULL column to a table that has data. The newly added column would violate the NOT NULL constraint as it would have null data.

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

20723 Error QDC34 -1000063L "Cannot enforce the NOT NULL constraint. Column %2 has NULL data. %1" The user tried ALTER MODIFY column NOT NULL on a column that used to allow nulls and has null data. The user has to first delete the null rows before altering the column to enforce the NOT NULL constraint.

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

20724 Error QDA64 -1000064L "Column %2 can not be altered because it participates in join %3. %1" A column/field that participates in a join cannot be altered. Joins on this field must be deleted before an ALTER can be performed.

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

20725 Error QDA65 -1000065L "Table %2 must be owned by the creator of the join. %1" This error message is given during CREATE JOIN when one of the tables specified is not owned by the owner of the join. Joins can only be created from tables of the same owner.

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

20726 Error QDA66 -1000066L "ALTER on the column would interfere with the natural join to table %2 in join %3. %1" This message is displayed when using the ALTER command or adding columns to a table that participates in a join.

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

20727 Error QDA67 -1000067L "Table '%2' is not defined in the catalog. %1" This is an internal error. The table does not exist in the catalog. If this error occurs, it should be reported to Sybase.

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

20728 Warning 00A68 1000068L "The '%1' join index is in use for table '%2'." This is an informational message.

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

20729 Warning QDA69 1000069L " %1; %2 blocks; %3" This message is an informational message displayed in context with other messages.

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

20730 Warning QDA70 1000070L "File listing:" This message is an informational message displayed in context with other messages.

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

20731 Warning QDA71 1000071L " %1" This message is an informational message displayed in context with other messages.

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

20732 Warning QDA72 1000072L "Hole listing (%1):" This message is an informational message displayed in context with other messages.

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

20733 Warning QDA73 1000073L " start: %1; size: %2" This message is displayed in context with other messages.

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

20734 Warning QDA74 1000074L "Offset %1 Length %2, %3%4%5" This message is displayed in context with other messages.

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

20735 Warning QDA75 1000075L "%1, %2%3%4" This message is displayed in context with other messages.

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

20736 Warning QDA76 1000076L "%1, %2%3%4" This message is displayed in context with other messages.

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

20737 Warning QDA77 1000077L "%1, %2%3%4" This message is displayed in context with other messages.

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

20738 Error QDA78 -1000078L "IQ PAGE SIZE of '%2' for database '%3' is not valid. %1" An invalid IQ PAGE SIZE was specified. IQ PAGE SIZE must be one of 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288. See the Reference Manual and Admin and Performance Guide for IQ PAGE SIZE recommendations.

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

20739 Error QDA79 -1000079L "IQ SIZE of '%2' for database '%3' is not valid. %1" The maximum IQ SIZE is 128GB.

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

20740 Warning 00A80 1000080L "Join index %1 already synchronized." The join index is already synchronized.

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