Messages 1000108 through 1000133

Messages on this page are sorted by Sybase error code. Locate the appropriate code for a full description of the message.

Warning 1000108 "The DELETE where clause yielded %1 rows, but table '%2' has no data."
Constant
EMSG_DELETE_TABLENODATA
SAP Sybase Error Number
20768
SQL State
01B08
SQL Code
1000108L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
10
Parameter 1
number of rows
Parameter 2
tablename
Probable Cause
This is an internal error. This warning should not occur during normal use. If this error occurs, it should be reported to Sybase.
Error 1000110 "The wrong SIndex has been opened for a fast projection index. %1"
Constant
EMSG_CAT_WRONGSINDEX
SAP Sybase Error Number
20770
SQL State
QDB10
SQL Code
-1000110L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Probable Cause
This is an internal error and should not occur. Diagnostic information has been output to the iqmsg file. If the error occurs, it should be reported to Sybase. The operation that caused the error may be tried again.
Error 1000111 "The wrong FP Index has been opened for a field. %1"
Constant
EMSG_CAT_WRONGFPOPENED
SAP Sybase Error Number
20771
SQL State
QDB11
SQL Code
-1000111L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Probable Cause
This is an internal error and should not occur. Diagnostic information has been output to the iqmsg file. If the error occurs, it should be reported to Sybase. The operation that caused the error may be tried again.
Error 1000112 "The EBM on the field's columnDescriptor does not match the column EBM on the FPIndex. %1"
Constant
EMSG_CAT_EBMSDONTMATCH
SAP Sybase Error Number
20772
SQL State
QDB12
SQL Code
-1000112L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Probable Cause
This is an internal error and should not occur. Diagnostic information has been output to the iqmsg file. If the error occurs, it should be reported to Sybase. The operation that caused the error may be tried again.
Error 1000113 "Field %2 does not have an FP index. %1"
Constant
EMSG_CAT_FIELD_HAS_NOFPINDEX
SAP Sybase Error Number
20773
SQL State
QDB13
SQL Code
-1000113L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
Field name.
Probable Cause
This error should not occur during normal operation. Every field has an FP index which is created automatically when the field is created. If the error occurs, diagnostic information will be output to the iqmsg file and the operation that caused it may be tried again. If the problem persists, the server should be shutdown and restarted. An occurrence of this error should be reported to Sybase.
Error 1000114 "CMP index can only be created on two distinct columns having identical datatypes. %1"
Constant
EMSG_CMP_NOT_ON_TWOCOLUMNS
SAP Sybase Error Number
20774
SQL State
QDB14
SQL Code
-1000114L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
A CMP index is an index that can be only created on two columns. You cannot create a single column CMP index; nor can you create a CMP index on three or more columns. Furthermore, when specifying two columns, the two columns must have identical datatypes.
Warning 1000117 "The data to be inserted into table '%2', column '%1' cannot be converted to the datatype of the column. NULL will be inserted if the column allows NULLs."
Constant
EMSG_CANNOT_CONVERT_FOR_INSERT
SAP Sybase Error Number
20777
SQL State
00B17
SQL Code
1000117L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
1
Parameter 1
The table that is being inserted to.
Parameter 2
The column that is being inserted to.
Probable Cause
The database option CONVERSION_ERROR has been set to 'OFF' for this INSERT. The data to be inserted to the named column cannot be converted to the datatype of that column. If the column allows NULL, then NULL will be inserted instead.
Warning 1000119 "The data to be inserted into table '%2', column `%1' from row %3 of the select results cannot be converted to the datatype of the destination column. NULL will be inserted if the column allows NULLs."
Constant
EMSG_CANNOT_CONVERT_FOR_INSERT_SELECT
SAP Sybase Error Number
20779
SQL State
00B19
SQL Code
1000119L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
1
Parameter 1
The table being inserted to.
Parameter 2
The column being inserted to.
Parameter 3
The row number in the SELECT results that contains the data that cannot be converted.
Probable Cause
The database option CONVERSION_ERROR has been set to 'OFF' for this INSERT...SELECT. During INSERT...SELECT, the data to be inserted to one of the columns cannot be converted to the datatype of that column. If the column allows NULL, then NULL will be inserted instead.
Error 1000120 "Join %2 was not found in the catalog. %1"
Constant
EMSG_DELETE_NOJOINTABLE
SAP Sybase Error Number
20780
SQL State
QDB20
SQL Code
-1000120L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
join virtual table name
Probable Cause
This is an internal error. If this error occurs, it should be reported to Sybase.
Error 1000121 "binary data not supported on data longer than 32767 %2, %1"
Constant
EMSG_BINARYINPUTTOOLARGE
SAP Sybase Error Number
20781
SQL State
QDB21
SQL Code
-1000121L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
SA parse source code line
Probable Cause
The user has input a binary string that is too wide
Warning 1000122 "The data to update table '%2', column `%1' cannot be converted to the datatype of the destination column for update number %3 to the table. NULL will be inserted if the column allows NULLs."
Constant
EMSG_CANNOT_CONVERT_FOR_UPDATE
SAP Sybase Error Number
20782
SQL State
00B22
SQL Code
1000122L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
1
Parameter 1
The table being updated.
Parameter 2
The column being updated.
Parameter 3
The n'th update to the table.
Probable Cause
The database option CONVERSION_ERROR has been set to 'OFF' for this UPDATE. During UPDATE, the data to update one of the columns cannot be converted to the datatype of the column. The update number represents the number of updates made to the table which is not necessarily the row number of the table being updated. The column will be updated with NULL if the column definition allows NULLs.
Error 1000123 "Index '%2' cannot be created. Multicolumn indexes must be created using distinct columns. %1"
Constant
EMSG_MCINDEX_NEEDS_DISTINCT_COLS
SAP Sybase Error Number
20783
SQL State
QDB23
SQL Code
-1000123L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
The name of the index being created.
Parameter 2
Location of the exception.
Probable Cause
Multicolumn indexes must be created using distinct columns. That is, you cannot use the same column more than once when creating a multicolumn index.
Error 1000124 "Function or Operator not supported on data longer than %2 bytes. %1"
Constant
EMSG_BINARYINPUTFIELDTOOLARGE
SAP Sybase Error Number
20784
SQL State
QDB24
SQL Code
-1000124L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
number of bytes
Probable Cause
The user has entered a binary string that is too wide.
Error 1000126 "This database must be upgraded. %1"
Constant
EMSG_VERSION_2OLD
SAP Sybase Error Number
20786
SQL State
QDB26
SQL Code
-1000126L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Probable Cause
This database must be upgraded with the ALTER DATABASE UPGRADE command in order to continue.
Error 1000127 "The LIMIT specified, '%2', is too large. %1"
Constant
EMSG_SQL_LIMIT_INVALIDSIZE
SAP Sybase Error Number
20787
SQL State
QDB27
SQL Code
-1000127L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
The LIMIT that was entered.
Probable Cause
The LIMIT entered is too large. The LIMIT entered on the command line must be between 0 and 4294967295. However, this limitation is only for the LIMIT clause in the sql command. See the ASIQ Reference Manual for the actual, valid LIMIT size.
Warning 1000129 "%1 row(s) deleted from index '%2' in %3 seconds."
Constant
EMSG_DELETE_1INDEX_A
SAP Sybase Error Number
20789
SQL State
QDB29
SQL Code
1000129L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
10
Parameter 1
Number of rows
Parameter 2
index name
Parameter 3
number of seconds to complete the operation
Probable Cause
This is an informational message displayed after a delete.
Warning 1000130 "%1 row(s) deleted from index '%2' on field '%3', %4 seconds."
Constant
EMSG_DELETE_1INDEX
SAP Sybase Error Number
20790
SQL State
01B30
SQL Code
1000130L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
10
Parameter 1
Number of rows
Parameter 2
index name
Parameter 3
field name
Parameter 4
number of seconds to complete the operation
Probable Cause
This is an informational message displayed after a delete.
Error 1000131 "The DELIMITED BY and LIMIT options are valid for WD indexes only. %1"
Constant
EMSG_OPTION_FOR_WDINDEX_ONLY
SAP Sybase Error Number
20791
SQL State
QDB31
SQL Code
-1000131L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Probable Cause
The DELIMITED BY and LIMIT options may be used only when creating a WD (WORD) index.
Error 1000132 "In table '%2', the START ROW ID value (%3) must be greater than %4. Data has already been inserted at this location. %1"
Constant
EMSG_INSRT_BADSTARTRECID
SAP Sybase Error Number
20792
SQL State
QDB32
SQL Code
-1000132L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
tablename
Parameter 3
requested START ROW ID value
Parameter 4
row id value
Probable Cause
You have entered an incorrect START ROW ID and are trying to insert into a column that already contains data. See the Administration and Performance Guide's chapter Moving Data in and out of Databases. The section on partial width inserts contains information regarding the START ROW ID option.
Error 1000133 "During the LOAD into table '%2', the LOAD statement's column count (%3) must be between 1 and %4. Check the LOAD statement's 'load-specification'. %1"
Constant
EMSG_INSRT_COLUMNCOUNT
SAP Sybase Error Number
20793
SQL State
QDB33
SQL Code
-1000133L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
tablename
Parameter 3
number of columns attempting to insert to
Parameter 4
number of columns in the table.
Probable Cause
The number of columns you are trying to insert to is not consistent with the number of columns specified in the LOAD statement's 'load-specification'. You must specify by name each column you are attempting to insert to via the LOAD statement.