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 |
|---|---|---|---|---|---|
| QDA58 | Warning | 20718 | 1000058L | "Platform: %1" | This is an informational message reporting the platform type. Click here for a list of possible parameters and odbc states. |
| QDA60 | Error | 20720 | -1000060L | "Column '%2', PRECISION (%3) cannot be greater than %4. %1" | The precision requested by the user is larger than what is allowed for the datatype. Click here for a list of possible parameters and odbc states. |
| QDA61 | Error | 20721 | -1000061L | "Column %2, PRECISION (%3) cannot be less than 0. %1" | The precision specified by the user is less than zero. Click here for a list of possible parameters and odbc states. |
| QDA64 | Error | 20724 | -1000064L | "Column %2 can not be altered because it participates in join %3. %1" | A column/field that participates in a join cannot be altered. Joins on this field must be deleted before an ALTER can be performed. Click here for a list of possible parameters and odbc states. |
| QDA65 | Error | 20725 | -1000065L | "Table %2 must be owned by the creator of the join. %1" | This error message is given during CREATE JOIN when one of the tables specified is not owned by the owner of the join. Joins can only be created from tables of the same owner. Click here for a list of possible parameters and odbc states. |
| QDA66 | Error | 20726 | -1000066L | "ALTER on the column would interfere with the natural join to table %2 in join %3. %1" | This message is displayed when using the ALTER command or adding columns to a table that participates in a join. Click here for a list of possible parameters and odbc states. |
| QDA67 | Error | 20727 | -1000067L | "Table '%2' is not defined in the catalog. %1" | This is an internal error. The table does not exist in the catalog. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDA69 | Warning | 20729 | 1000069L | " %1; %2 blocks; %3" | This message is an informational message displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA70 | Warning | 20730 | 1000070L | "File listing:" | This message is an informational message displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA71 | Warning | 20731 | 1000071L | " %1" | This message is an informational message displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA72 | Warning | 20732 | 1000072L | "Hole listing (%1):" | This message is an informational message displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA73 | Warning | 20733 | 1000073L | " start: %1; size: %2" | This message is displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA74 | Warning | 20734 | 1000074L | "Offset %1 Length %2, %3%4%5" | This message is displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA75 | Warning | 20735 | 1000075L | "%1, %2%3%4" | This message is displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA76 | Warning | 20736 | 1000076L | "%1, %2%3%4" | This message is displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA77 | Warning | 20737 | 1000077L | "%1, %2%3%4" | This message is displayed in context with other messages. Click here for a list of possible parameters and odbc states. |
| QDA78 | Error | 20738 | -1000078L | "IQ PAGE SIZE of '%2' for database '%3' is not valid. %1" | An invalid IQ PAGE SIZE was specified. IQ PAGE SIZE must be one of 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288. See the Reference Manual and Admin and Performance Guide for IQ PAGE SIZE recommendations. Click here for a list of possible parameters and odbc states. |
| QDA79 | Error | 20739 | -1000079L | "IQ SIZE of '%2' for database '%3' is not valid. %1" | The maximum IQ SIZE is 128GB. Click here for a list of possible parameters and odbc states. |
| QDA81 | Error | 20741 | -1000081L | "The field array for table '%2' must have at least 1 entry; it has %3 entries. %1" | This is an internal error. At least one column must be specified to populate a join index. If this error occurs, it should be reported to Sybase. Click here for a list of possible parameters and odbc states. |
| QDA82 | Error | 20742 | -1000082L | "The insert must contain all of the table %2 columns because it participates in one or more joins. %1" | If a table participates in a join, then the user cannot load data into that table using a partial width insert. Click here for a list of possible parameters and odbc states. |