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 |
|---|---|---|---|---|---|
| 1009122L | Warning | 20143 | QSB22 | " %1 Sort: Merged %2 runs, %3 Secs, %4 runs remaining" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009123L | Error | 20144 | QSB23 | "Database Segment %2 is not valid. Missing DBSignature. This Segment can not be used. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009124L | Error | 20145 | QSB24 | "Database Segment %2, blocksize %3 does not match catalog blocksize of %4. This Segment can not be used. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009125L | Error | 20146 | QSB25 | "Database Segment %2, maxcompression %3 does not match catalog maxcompression of %4. This Segment can not be used. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009126L | Error | 20147 | QSB26 | "Database Segment %2, createtime does not match catalog. This Segment can not be used. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009127L | Error | 20148 | QSB27 | "Database Segment %2, %3 size does not match catalog size of %4. This Segment can not be used. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009128L | Error | 20149 | QSB28 | "The IQ_SYSTEM_TEMP dbspace does not have dbfiles for this server. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009129L | Error | 20150 | QSB29 | "Database Segment %2, secondary server can not find a valid header. This segment can not be used. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009130L | Error | 20151 | QSB30 | "Database %2, does not have a segment for catalogfileid %3. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| 1009131L | Warning | 20152 | QSB31 | "You have run out of %1 dbspace in database %2. In another session, please issue a CREATE DBSPACE ... %3 command and add a dbspace of at least %4 MB." | You have run out of DBSPACE in the named database. In order to continue, you must add another DBSPACE to the database unless space becomes available from another connection. Click here for a list of possible parameters and odbc states. |
| 1009132L | Warning | 20153 | QSB32 | "The DBA has added %1 %2 dbspaces to database %3. Sybase IQ (TM) is no longer waiting for more dbspace." | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009133L | Error | 20982 | QSB33 | "You have run out of space during the CHECKPOINT operation. %1" | The checkpoint operation in progress needs to allocate blocks so that it can construct and save required checkpoint information. When space is exhausted during a checkpoint operation, it is not possible to add more space via a CREATE DBSPACE command. Consequently, the checkpoint operation will fail. Click here for a list of possible parameters and odbc states. |
| -1009134L | Error | 21023 | QSB34 | "Insufficient buffers for '%2'. %1" | No additional information available. Click here for a list of possible parameters and odbc states. |
| -1009135L | Error | 21034 | QSB36 | "Cannot perform requested command as there is a CREATE DBSPACE command in progress. %1" | A CREATE DBSPACE or a DROP DBSPACE command was issued when there was already a DROP DBSPACE command in progress. Click here for a list of possible parameters and odbc states. |
| -1009136L | Error | 21035 | QSB37 | "Cannot perform requested command as there is a DROP DBSPACE command in progress. %1" | A CREATE DBSPACE or a DROP DBSPACE command was issued when there was already an ALTER DBSPACE command in progress. Click here for a list of possible parameters and odbc states. |
| -1009137L | Error | 21036 | QDC55 | "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. |
| -1009138L | Error | 21037 | QCA48 | "Join index '%2' is in use. %1" | Cannot drop a join index that is in use. Click here for a list of possible parameters and odbc states. |
| -1009139L | Error | 21038 | QSB38 | "Cannot perform requested command as there is a CHECKPOINT command in progress. %1" | A CREATE DBSPACE or a DROP DBSPACE command was issued when there was already a CHECKPOINT command in progress. Click here for a list of possible parameters and odbc states. |
| -1009140L | Error | 21039 | QCA49 | "Cannot restore dbspace '%2' to raw partition '%3' because its size is smaller than the size of the original raw partition (%4 vs. %5 blocks). %1" | This error means that the user is attempting to restore an IQ dbspace on a raw partition that is not the same size as the original raw partition on which the IQ dbspace existed at the time of the backup. The user must resize the raw partition and then retry the restore operation. Click here for a list of possible parameters and odbc states. |
| -1009141L | Error | 21061 | QCA51 | "Table '%2' cannot be found in the IQ store. %1" | The stored procedure sp_iqtablesize cannot find the table. This stored procedure is for IQ tables only. It cannot be run against system tables or ASA tables. Click here for a list of possible parameters and odbc states. |