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 |
---|---|---|---|---|---|
1000236L | Warning | 20896 | 01C36 | "%4 for '%1' completed in %2 seconds. %3 rows %5." | This is an informational message displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
-1000236L | Error | 21002 | QDC43 | "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. |
1000237L | Warning | 20897 | 00C37 | "\t%1 Rows, %2 Seconds" | This is an informational message displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
-1000237L | Error | 21003 | QDC44 | "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. |
1000238L | Warning | 20898 | 01C38 | "\t%1 Rows, %2 Seconds, '%3'" | This is an informational message displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
-1000238L | Error | 21009 | QDC45 | "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. |
1000239L | Warning | 20899 | 01C39 | "Inserting into table '%1',\ncolumn '%2'.\nInput record %3 was rejected." | Some data cannot be inserted. Examine the data and column definition to determine why. Click here for a list of possible parameters and odbc states. |
-1000239L | Error | 21010 | QDC46 | "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. |
1000240L | Warning | 20900 | 01C40 | "Inserting into table '%1',\nColumn '%2'.\nOn input record %3, the value was rejected." | Some data was rejected on insert. Examine the input data and column definition to determine why. Click here for a list of possible parameters and odbc states. |
-1000240L | Error | 21011 | QDC47 | "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. |
1000241L | Warning | 20901 | QDC41 | "The insert to the table will be single threaded." | There are not enough threads available to do a multithreaded insert or load. The number of users doing parallel processing has limited the number of threads available for your insert/load. The insert/load will proceed, but will be done serially. Click here for a list of possible parameters and odbc states. |
1000242L | Warning | 20902 | 01C42 | "Insert completed. Index '%1',\n in %2 seconds." | This is an informational message that is displayed after an insert to an index. Click here for a list of possible parameters and odbc states. |
-1000242L | Error | 21012 | QDC48 | "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. |
1000243L | Warning | 20903 | 01C43 | "\nInsert into join virtual table '%1' started.\n\t\t%2 tables will be modified (in all)." | This is an informational message. Click here for a list of possible parameters and odbc states. |
-1000243L | Error | 21013 | QDC49 | "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. |
1000244L | Warning | 20904 | 01C44 | "\nInsert into join virtual table '%1' completed\n in %2 seconds.\n\t\t%3 tables modified (in all).\n" | This is an informational message. Click here for a list of possible parameters and odbc states. |
-1000244L | Error | 21014 | QDC50 | "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. |
1000245L | Warning | 20905 | 01C45 | "Insert into join virtual table '%1' started.\n%2 rows will be inserted (in all)." | This is an informational message. Click here for a list of possible parameters and odbc states. |
-1000245L | Error | 21015 | QDC51 | "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. |
1000246L | Warning | 20906 | 01C46 | "%1 Rows, %2 Seconds" | This is an informational message displayed in context with other messages. Click here for a list of possible parameters and odbc states. |