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 |
|---|---|---|---|---|---|
| 21001 | Error | QDC42 | -1000235L | "The total number of columns of unloaded data: %2, does not match the total number of columns in the load: %3. %1" | The total number of columns in the unloaded data does not match the number of columns in the LOAD command. Click here for a list of possible parameters and odbc states. |
| 21002 | Error | QDC43 | -1000236L | "The total number of null columns in the unloaded data, %2, does not match the total number of null columns in the LOAD command, %3. %1" | The total number of null columns in the unloaded data does not match the number of null columns in the LOAD command. Click here for a list of possible parameters and odbc states. |
| 21003 | Error | QDC44 | -1000237L | "The total number of variable width columns in the unloaded data, %2, does not match the total number of variable width columns in the LOAD command, %3. %1" | The total number of variable width columns in the unloaded data does not match the number of variable width columns in the LOAD command. Click here for a list of possible parameters and odbc states. |
| 21004 | Error | QCA98 | -1013098L | " The foreign key %2 participates in join %3 and can not be ALTERed. %1" | This message is returned during ALTER when a foreign key that is about to be altered, participates in the join of two tables. Click here for a list of possible parameters and odbc states. |
| 21005 | Error | QXA09 | -1010009L | "Improper use of cursor - programmer error %1" | The programmer has misused the internal cursor class(es) Click here for a list of possible parameters and odbc states. |
| 21006 | Error | QXA10 | -1010010L | "An invalid attribute flag was passed to the cursor" | A state violation was detected in the cursor Click here for a list of possible parameters and odbc states. |
| 21007 | Error | QXA11 | -1010011L | "Not enough server threads available for this query." | No thread could be allocated to allow this query to be executed Click here for a list of possible parameters and odbc states. |
| 21008 | Error | QXA12 | -1010012L | "The cursor is in an invalid state %1" | A state violation was detected in the cursor Click here for a list of possible parameters and odbc states. |
| 21009 | Error | QDC45 | -1000238L | "The platform type of the unloaded data, %2, does not match the platform type on the load, %3. %1" | The Platform ID of unloaded data does not match the Platform ID of load. The LOAD command detected that the platform on which the UNLOAD was performed, is not the same platform on which the LOAD is being attempted. Cross platform UNLOAD-LOAD cannot be done. Click here for a list of possible parameters and odbc states. |
| 21010 | Error | QDC46 | -1000239L | "UNLOAD version number: %2, does not match the LOAD version number: %3. %1" | The UNLOAD version number does not match the LOAD version number. The version number of the data on the tape being read does not match the version number of the LOAD command. The version numbers must match before the data on the tape can be loaded. Click here for a list of possible parameters and odbc states. |
| 21011 | Error | QDC47 | -1000240L | "The total number of blocks of unloaded data: %2, does not match the total number of blocks loaded: %3. %1" | Total number of blocks of unloaded data on the tape does not match the number of blocks of data that were just loaded. Click here for a list of possible parameters and odbc states. |
| 21012 | Error | QDC48 | -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. |
| 21013 | Error | QDC49 | -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. |
| 21014 | Error | QDC50 | -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. |
| 21015 | Error | QDC51 | -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. |
| 21016 | Error | QDC52 | -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. |
| 21017 | Error | QDC54 | -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. |
| 21018 | Error | QCA97 | -1013097L | "Join Index %2 not unique. %1" | You have attempted to create a join index with a name of an existing join index Click here for a list of possible parameters and odbc states. |
| 21019 | Error | QCA99 | -1013099L | "Join Indexes do not support the multipart foreign key found in table %2. %1" | You have attempted to create a joined index with a multipart foreign key. Click here for a list of possible parameters and odbc states. |
| 21020 | Error | QCB00 | -1013100L | "The ON keyword cannot be used in a NATURAL join. %1" | The ON keyword cannot be used in a NATURAL join. Click here for a list of possible parameters and odbc states. |