Messages 1013033 through 1013054

Messages on this page are sorted by SQLCODE. Locate the appropriate code in the table below, and click the link for a full description of the message.

SQL Code Msg Type Number SQL State Message Possible Cause
-1013033L Error 20603 QCA33 "An error occurred while calling a method on db_sql_*_identifier. Object does not have an IJoinIndex handle. %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.

-1013034L Error 20604 QCA34 "Cannot create an index with no columns. %1" You cannot create an index with no columns.

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

-1013035L Error 20605 QCA35 "The number of insert VALUES does not match the column list. %1" The number of columns in the INSERT does not match the number of of VALUES provided.

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

-1013036L Error 20606 QCA36 "The keyword 'FILLER' is not valid in this context. %1" You cannot use the 'FILLER' keyword here. No column can be of type 'FILLER' for a VALUES insert.

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

-1013037L Error 20607 QCA37 "The datatype of column '%2' is not valid. %1" The named column has an invalid datatype. If subsequent examination of the column definition reveals a datatype that is valid, then this error should be reported to Sybase.

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

-1013038L Error 20608 QCA38 "The number of columns given does not match. %1" The number of columns to be inserted does not match the number of columns in the insert. If this error persists, it should be reported to Sybase.

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

-1013039L Error 20609 QCA39 "An internal error occurred while constructing a db_sql_*_identifier. The IColumn handle does not belong to the ITable. %1" This error should not occur during normal operation. It 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.

-1013040L Error 20610 QCA40 "Column '%2' in the INSERT list has no matching column in the SELECT list. %1" The named column in the INSERT list does not have a matching column in the SELECT list.

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

-1013041L Error 20611 QCA41 "Column '%2' in the SELECT list has no matching column in the INSERT list. %1" The named column in the SELECT list does not have a matching column in the INSERT list.

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

-1013042L Error 20612 QCA42 "An internal error occurred while constructing a db_sql_*_identifier. The IIndex handle does not belong to the ITable. %1" This error should not occur during normal operation. It 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.

-1013043L Error 20613 QCA43 "Unable to convert column '%2' to the requested datatype (%3) from datatype (%4). %1" This column cannot be converted to the requested datatype.

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

-1013044L Error 20614 QCA44 "An internal error occurred. An invalid table type was encountered. %1" This is an internal programming error. The table type was not correctly set to BASE, VIEW, JVT, TMP, LOCAL TMP for its context. If this error occurs it should be reported to Sybase.

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

-1013045L Error 20615 QCA45 "An invalid file name ('%2') was specified for a LOAD TABLE. The file name has zero length. %1" A file name of zero length was specified for LOAD TABLE.

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

-1013046L Error 20616 QCA46 "An internal error occurred. An invalid index type was encountered. %1" This error should not occur during normal operation. It is an internal error and should be reported to Sybase.

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

-1013047L Error 20617 QCA47 "Cannot alter index '%2'. Only indexes in base tables or global temporary tables can be altered. %1" Only indexes in base tables and global temporary tables listed in SYS.SYSINDEX can be altered.

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

1013048L Warning 20618 01A48 "Warning: Partial input record (%1 bytes) skipped at EOF (O/S %2). %3 rows read." An incomplete input record was found at the end of the flat file. If the operating system error returned is not zero, you may need to take action as dictated by the error and try the LOAD again.

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

1013049L Warning 20619 01A49 "******* Possible Tape/File Error *******\n\n Bytes Read: %1, O/S errno: %2\n %3 rows read. Input suspended." Take action as dictated by the operating system error and retry the operation.

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

-1013050L Error 20620 QCA50 "The Temp_Extract_Name1 option is set. The current operation will be rolled back. %1" Certain operations will not be allowed whenever the Temp_Extract_Name1 option is set. They are: INSERT...VALUES, LOAD, DELETE, and INSERT...LOCATION if the table being inserted, SYNCHRONIZE join index. (Which also may be executed as part of CREATE JOIN INDEX.) loaded or deleted from is the top table in a join. INSERT...SELECT. For example, 'insert t1 select * from t2'.

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

-1013052L Error 20622 QCA52 "The BLOCK FACTOR for LOAD cannot be zero. %1" The BLOCK FACTOR for LOAD cannot be zero.

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

-1013054L Error 20624 QCA54 "Delimiter '%2' must be 1 to %3 characters in length. %1" The row or column delimiter in a LOAD statement must be 1-4 characters.

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


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com