Messages 1000162 through 1000181

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
-1000162L Error 20822 QDB62 "Unable to create the requested object. %1" IQ is not able to create the object that was requested. This object may be an FP index that is being created during a CREATE TABLE. This error will occur if IQ finds that the index already exists in the table for which it is being created. This can happen if you FORCE DROP a table and then try to recreate the table that was dropped. If this error occurs after a FORCE DROP, the server needs to be rebooted before continuing. If this error occurs for some other reason, Sybase should be notified. Extra diagnostic information will have output to the iqmsg file.

Click here for a list of possible parameters and odbc states.

-1000163L Error 20823 QNA32 "%1 not supported." The named operation is not supported.

Click here for a list of possible parameters and odbc states.

-1000164L Error 20824 QNA33 "Only %1 supported." Only UPDATE RESTRICT and DELETE RESTRICT supported

Click here for a list of possible parameters and odbc states.

-1000165L Error 20825 QNA34 "Only a single foreign key constraint can be created on the same foreign key column(s) and same candidate key column(s)." For a given set of foreign key columns and candidate key columns,

Click here for a list of possible parameters and odbc states.

-1000166L Error 20826 QDB66 "Cannot specify IGNORE CONSTRAINT ALL or DATA VALUE when option CONVERSION_ERROR is on. %1" When choosing to ignore DATA TYPE or ALL integrity constraint violations on LOAD command, you must also have option CONVERSION_ERROR set to 'off'.

Click here for a list of possible parameters and odbc states.

-1000167L Error 20827 QDB67 "Cannot %3 table %2 because of RI concurrency conflict. %1" The named table cannot be modified in the manner specified because of an RI concurrency conflict. Such a conflict arises under the following conditions. delete/truncate/update candidate key at the same time its corresponding foreign key is being loaded/inserted/updated

Click here for a list of possible parameters and odbc states.

-1000168L Error 20828 QNA35 "Cannot create %1 HG index because one already exists on the given columns." Only a single HG index of a given type can be created on the same column set. For example, you cannot have two unique HG indexes on the same column set, but you are allowed to have a unique HG and a non-unique HG index on the same set of columns.

Click here for a list of possible parameters and odbc states.

-1000169L Error 20829 QNA36 "Cannot create unique HG index because primary key or unique constraint already exists on the given columns." When you create a primary key or unique constraint, IQ automatically creates a unique HG index as the mechanism for enforcing the 'uniqueness' attribute of a primary key or unique constraint. Consequently, a user cannot create another unique HG on the same columns on which the primary key or unique constraint is defined.

Click here for a list of possible parameters and odbc states.

-1000170L Error 20830 QNA37 "Cannot create a duplicate '%1' index '%2'." Cannot create duplicate indexes of the same type on a set of columns.

Click here for a list of possible parameters and odbc states.

1000171L Warning 20831 00B71 "Insert Pass IP2.2 started." Informational message.

Click here for a list of possible parameters and odbc states.

1000172L Warning 20832 00B72 "Insert Pass %1 (%2 of %3) started." This is an informational message.

Click here for a list of possible parameters and odbc states.

-1000173L Error 20833 QNA38 "Index '%1' cannot be created. Multicolumn indexes must be created using distinct columns." Multicolumn indexes must be created using distinct columns. That is, you cannot use the same column more than once when creating a multicolumn index.

Click here for a list of possible parameters and odbc states.

1000174L Warning 20834 01B74 "\n\t%1 records were inserted into '%2'.\n" Informational message displayed after insert.

Click here for a list of possible parameters and odbc states.

1000175L Warning 20835 01B75 "%1 records were inserted into %2 join virtual tables (%3 sections)\n for '%4'.\n" This is an informational message displayed at the end of insert.

Click here for a list of possible parameters and odbc states.

-1000176L Error 20836 QDB76 "Cannot perform foreign key create/alter operation because one is already in progress. %1" Concurrent foreign key create/alter operations are not supported. This error means that there is such an operation already in progress. Consequetly, this new operation will be denied.

Click here for a list of possible parameters and odbc states.

1000177L Warning 20837 QDB77 "Only the catalog entry for the '%1' index was created, no data was available to populate the index." This is an internal error. The new index was to be populated from another, existing index but a source index could not be found. If this error occurs, it should be reported to Sybase.

Click here for a list of possible parameters and odbc states.

-1000178L Error 20838 QDB78 "The DATA parameter must have a non-NULL value. %1" This is an internal error. If this error occurs, it should be reported to Sybase.

Click here for a list of possible parameters and odbc states.

-1000179L Error 20839 QDB79 "The column length (%2) must be [if variable sized, between 0 and] %3. %1" This is an internal error. If this error occurs, it should be reported to Sybase.

Click here for a list of possible parameters and odbc states.

-1000180L Error 20840 QDB80 "The maximum column length (%2) must be between 0 and %3. %1" This is an internal error. If this error occurs, it should be reported to Sybase.

Click here for a list of possible parameters and odbc states.

-1000181L Error 20841 QDB81 "The maximum column length (%2) is less than the actual length (%3). %1" This is an internal error. If this error occurs, it should be reported to Sybase.

Click here for a list of possible parameters and odbc states.


Created June 15, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com