Messages 1520 through 1000026

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
-1520L Error 2539 WQ004 "Cannot recreate an already existing logical server membership." Multiplex server which is to be added as a member is already a member of logical server.

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

-1521L Error 2537 WQ005 "Cannot drop a non-existing logical server membership." Multiplex server membership about to be dropped was not found.

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

-1000000L Error 20660 QDA00 "ESCAPES option must be OFF. %1" Sybase IQ only supports 'LOAD TABLE' commands where the ESCAPES options must be OFF.

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

-1000002L Error 20662 QDA02 "Cannot get the index id for %2 from the catalog. %1" This is an internal error. Join processing is not able to find an index in the catalog. If this error occurs, it should be reported to Sybase.

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

-1000003L Error 20663 QDA03 "Cross-database joins are not supported. (%2 and %3) %1" Cannot join tables from different databases.

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

-1000004L Error 20664 QDA04 "Index '%2' already exists in the catalog. %1" This is an internal error. Join processing is trying to create an index id that already exists. If this error occurs, it should be reported to Sybase.

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

-1000005L Error 20665 QDA05 "Join index '%2' already exists and has the same join fields as proposed join index '%3'. %1" The user is trying to create a join index that already exists and has the same join fields.

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

-1000006L Error 20666 QDA06 "Only %2 NULL specifications on a column are permitted. %1" A column specification in a LOAD statement can have a maximum number of NULL clauses.

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

-1000007L Error 20667 QDA07 "Index '%2' was not closed properly. %1" This is an internal error. During close join index processing, a join index was not properly closed. If this error occurs, it should be reported to Sybase.

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

-1000008L Error 20668 QDA08 "Unknown error. %1" An error condition was encountered for which there is no message. If this error occurs, it should be reported to Sybase.

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

-1000009L Error 20669 QDA09 "Cannot DISABLE index '%2'. It is open Read/Write and may have updates pending. %1" This index cannot be DISABLED. It is open for write access and may have updates pending. Wait until no other users are using the index.

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

-1000010L Error 20670 QDA10 "Cannot DISABLE index '%2'. The index is in use. %1" This index cannot be DISABLED. It is in use. Wait until no other users are using the index.

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

-1000011L Error 20671 QDA11 "Transaction %2 attempted to access '%4' created by transaction %3. %1" Table Level Versioning doesn't allow access to versions newer than your current transaction ID.

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

-1000012L Error 20672 QDA12 "Index '%2' cannot be closed because it has %3 users. %1" This is an internal error. The index cannot be closed because it is in use. If this error occurs, it should be reported to Sybase.

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

-1000014L Error 20674 QDA14 "%2 MB is not sufficient for the load, update, or delete. %1" The user can control the amount of heap memory a load/delete/update process (LOAD, INSERT VALUE, DELETE, SYNCHRONIZE, UPDATE) can use via the Load_Memory_MB option. If this memory limit isn't sufficient for the load/delete/update to run, then this exception is raised. To proceed, the user must either turnoff the limit (i.e., set Load_Memory_MB to zero) or increase the limit.

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

-1000018L Error 20678 QDA18 "The object cannot be opened for DROP or ALTER. It is already open. %1" The object that you have requested to DROP or ALTER cannot be opened for META access. Either the current connection or another connection has a cursor open on the table you are trying to DROP or ALTER or on the table to which the field or index you are trying open for META belongs. In order to proceed, all cursors open on this object must be closed.

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

-1000022L Error 20682 QDA22 "Index '%2' has an invalid index type: %3. %1" This is an internal error. The index is of a type that is unknown to ASIQ. If this error occurs, it should be reported to Sybase.

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

-1000023L Error 20683 QDA23 "The proposed join does not form a clearly connected list. (table '%2') %1" Join Indexes can be entered in one of two ways. Using the order of the tables in the SQL statement or using primary<->foreign keys. When using the order method the order determines the relationships between the tables. The order is from a one to many or one to one. It is possible to ask for a join Index that can not be constructed. This error could be from one of the following: 1) The same table is specified twice. 2) The relationships of one to one/many are not consistent with the indexes defined. 3) A table specified has no relation to the tables previously encountered in the syntax. For example: A FULL OUTER JOIN B FULL OUTER JOIN C FULL OUTER JOIN D In this example C has no relation (fields in common) to A or B. The user intended C to Join with D. Some joins can not be defined using the ANSI syntax which depends on order to determine the one to one/many relationship. It is recommended to use the primary and foreign keys syntax to avoid any join definition problems.

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

-1000024L Error 20684 QDA24 "For table pair %2, table '%3' has a datatype mismatch for column %4. %1" Corresponding columns' in the table pairs must be of the same datatype. (For example, INTEGER and INTEGER or CHAR and CHAR.) Matching datatypes such as CHAR and VARCHAR or INT and SMALLINT are not allowed.

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

-1000026L Error 20686 QDA26 "The join virtual table for table '%2' has duplicate columns in positions %3 and %4. %1" The join virtual table for table has duplicate columns. Perhaps the join predicate is improperly specified.

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


Created May 6, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com