Messages on this page are sorted by SQLSTATE. Locate the appropriate code in the table below, and click the link for a full description of the message.
| SQL State | Msg Type | Number | SQL Code | Message | Possible Cause |
|---|---|---|---|---|---|
| QDC48 | Error | 21012 | -1000242L | "Total number of rows of unloaded data: %2, does not match the total number of rows in the load: %3. %1" | The total number of rows of unloaded data on the tape does not match the numbers of rows of data just loaded. Click here for a list of possible parameters and odbc states. |
| QDC49 | Error | 21013 | -1000243L | "The unload format number: %2, does not match the load format number: %3. %1" | The unload format number does not match the load format number. The data on the tape being read contains a format number. This number does not match the format number of the LOAD command. In order to load the data, the numbers must match. Click here for a list of possible parameters and odbc states. |
| QDC50 | Error | 21014 | -1000244L | "The BLOCK FACTOR of unloaded data: %2 does not match the BLOCK FACTOR of the LOAD: %3. %1" | The BLOCK FACTOR used in the LOAD command must be the same as the BLOCK FACTOR that was used in the LOAD command to unload the data. Click here for a list of possible parameters and odbc states. |
| QDC51 | Error | 21015 | -1000245L | "Tape / File already loaded. Block number %2 repeats. %1" | LOAD has encountered a block that has already been loaded. This tape (or file) has already been loaded. Click here for a list of possible parameters and odbc states. |
| QDC52 | Error | 21016 | -1000246L | "The number of rows loaded: %3, does not match the number of rows unloaded: %2. %1" | The number of rows of data on all of the tapes that were loaded does not match the number of rows of data that were unloaded by the LOAD command. Click here for a list of possible parameters and odbc states. |
| QDC53 | Error | 20913 | -1000253L | "Cannot drop the constraint '%1'." | IQ is unable to drop the named constraint because the index associated with the constraint could not be found or opened. Click here for a list of possible parameters and odbc states. |
| QDC54 | Error | 21017 | -1000247L | "The number of blocks loaded: %3, does not match the number of blocks unloaded: %2. %1" | The number of blocks of data on all of the tapes that were loaded does not match the number of blocks of data that were unloaded by the LOAD command. Click here for a list of possible parameters and odbc states. |
| QDC55 | Error | 21036 | -1009137L | "Cannot perform DDL command now on table %2 as a DDL command is already in progress on that table. %1" | There is already a DDL command in progress at the moment on the table specified and you must wait until it is finished before starting another DDL command on that table. Click here for a list of possible parameters and odbc states. |
| QDC56 | Error | 21110 | -1000281L | "Column %2 has unsupported data type for index rebuild. %1" | You have tried to rebuild an FP index of unsupported index style. Click here for a list of possible parameters and odbc states. |
| QDC58 | Warning | 20918 | 1000258L | "Portions of the insert/load will be single threaded." | The load will proceed, but portions of it will be done serially. This can be caused by constraining the amount of memory available to the load with the LOAD_MEMORY_MB option; executing a variable length load without row delimiters; or executing a partial width, variable length load. Click here for a list of possible parameters and odbc states. |
| QDC59 | Error | 22004 | -1013106L | "logical file %2 not part of dbspace %3. %1" | this logical filename is not part of this dbspace Click here for a list of possible parameters and odbc states. |
| QDC60 | Error | 20920 | -1000260L | "ALTER DBSPACE <dbspace-name> ADD <number> is not supported. %1" | For a Sybase IQ database, one can add space to a database only using the CREATE DBSPACE command. The size of existing dbspaces cannot be changed. Click here for a list of possible parameters and odbc states. |
| QDC61 | Error | 20921 | -1000261L | "A Sybase IQ system dbspace, '%2', cannot be renamed. %1" | You cannot rename a dbspace in a Sybase IQ database. Click here for a list of possible parameters and odbc states. |
| QDC62 | Error | 20922 | -1000262L | "You cannot specify BLANK PADDING OFF for CREATE DATABASE. %1" | The BLANK PADDING OFF clause is not valid while creating a Sybase IQ database. Click here for a list of possible parameters and odbc states. |
| QDC63 | Error | 20973 | -1000263L | "Undo failure for row %2. Statement will rollback to statement before the first insert..values. %1" | There was a unrecoverable error encountered while attempting to undo an 'insert' operation for the specified row. Consequently, the statement now rolls back to the first insert..values statement that occurred since the most recent commit, rollback, or non-insert..values command. Click here for a list of possible parameters and odbc states. |
| QDC64 | Error | 21109 | -1000280L | "Secondary server version information has not changed" | ev_iqmpxstatus has run the query event but there is nothing for it to do. Click here for a list of possible parameters and odbc states. |
| QDC65 | Error | 20030 | -1000283L | "Identity/Autoincrement Column value range exceeded for column %2. %1" | Data overflow: An Identity/Autoincrement Column has reached its maximum value. To correct this create a new table in which the datatype of the new Identity/Autoincrement Column is larger and copy this table into the new table. Alternatively add a new Identity/Autoincrement Column to the table with a larger datatype and delete the old one. Click here for a list of possible parameters and odbc states. |
| QDC66 | Error | 20032 | -1000284L | "Identity/Autoincrement Column value for column %2 must be positive. %1" | All values in Identity/Autoincrement Columns must be positive. To correct this, only use positive values when manually inserting into Identity/Autoincrement Columns. Click here for a list of possible parameters and odbc states. |
| QDC67 | Error | 20034 | -1000285L | "The value specified for the Identity/Autoincrement Column %2 exceeds the range of its datatype. %1" | The value specified does not fit in the Identity/Autoincrement Column. To correct this, choose a smaller value Click here for a list of possible parameters and odbc states. |
| QDC68 | Error | 20035 | -1000286L | "Invalid table argument %2 to sp_iq_reset_identity, Table has no Identity/Autoincrement Column. %1" | Table's without Identity/Autoincrement Columns cannot be used in calls to stored procedure sp_iq_reset_identity. Click here for a list of possible parameters and odbc states. |