Messages 1009146 through 1009165

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

Error 1009146 "Cannot perform requested command as there is a DBCC command in progress. %1"
Constant
EMSG_IQSTORE_INDBCC
SAP Sybase Error Number
21071
SQL State
QSB42
SQL Code
-1009146L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
A CHECKPOINT command was issued when there was already a DBCC command in progress.
Warning 1009147 "Space has become available in the %1 store of database %2. Sybase IQ (TM) is no longer waiting for more dbspace."
Constant
EMSG_IQSTORE_OUTOFDISK_SPACEAVAILABLE
SAP Sybase Error Number
20188
SQL State
QSB43
SQL Code
1009147L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
10
Parameter 1
string IQ STORE or IQ TEMPORARY STORE
Parameter 2
Database Name
Probable Cause
No additional information available.
Error 1009148 "Cannot use -iqfrec to start a multiplex secondary server. %1"
Constant
EMSG_IQSTORE_NOFREC
SAP Sybase Error Number
21049
SQL State
QSB44
SQL Code
-1009148L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
A sp_iqcheckdb procedure call was issued on an IQ multiplex secondary server, or it was started in drop-leaks or forced recovery mode. These operations are only allowed on the coordinator
Error 1009149 "%2 Internal Inconsistency: %1 (%3,%4,%5)"
Constant
EMSG_INDEXCONTAINER_CORRUPT
SAP Sybase Error Number
20189
SQL State
QSB45
SQL Code
-1009149L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Container type
Parameter 3
Internal Error Code
Parameter 4
Internal Error Info 1
Parameter 5
Internal Error Info 2
Probable Cause
A corrupt index container was found. DBCC cannot repair the container. The database object using the container must be re-created.
Error 1009150 "Cannot delete/truncate CK %2 because of RI violation - FK has non-nulls. %1"
Constant
EMSG_RI_VIOLATION_FKNOTNULL
SAP Sybase Error Number
20190
SQL State
QSB46
SQL Code
-1009150L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of exception
Parameter 2
index name of candidate key
Probable Cause
No additional information available. Cannot truncate or delete all from candidate table if there exists any associated foreign key which has any all non-null data.
Error 1009151 "Cannot %2 CK %3 row %4 because of RI violation. %1"
Constant
EMSG_RI_VIOLATION_CK
SAP Sybase Error Number
20191
SQL State
QSB47
SQL Code
-1009151L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of exception
Parameter 2
operation: update or delete
Parameter 3
index name for CK
Parameter 4
row id that violated RI
Probable Cause
No additional information available. Cannot delete/update CK if there exists same value in associated FK. any associated foreign key which has any all non-null data.
Error 1009152 "Cannot %2 FK %3 row %4 because of RI violation. %1"
Constant
EMSG_RI_VIOLATION_FK
SAP Sybase Error Number
20192
SQL State
QSB48
SQL Code
-1009152L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of exception
Parameter 2
operation: update or insert/load
Parameter 3
role name for FK
Parameter 4
row id that violated RI
Probable Cause
No additional information available. Cannot insert/update FK if there does not exist same value in associated CK any associated foreign key which has any all non-null data.
Error 1009153 "Cannot remove row %3 from CK %2 during LOAD cleanup because of RI violation. %1"
Constant
EMSG_RI_VIOLATION_LOADCLEANUP
SAP Sybase Error Number
20193
SQL State
QSB49
SQL Code
-1009153L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of exception
Parameter 2
index name for CK
Parameter 3
row id that violated RI
Probable Cause
No additional information available. If removing self-referential CK during LOAD cleanup phase and there exists a FK of removed value, we roll back the whole operation.
Error 1009154 "Cannot alter dbspace when a backup is in progress"
Constant
EMSG_IQSTORE_CANNOT_ALTERDBSPACE
SAP Sybase Error Number
21118
SQL State
QSB50
SQL Code
-1009154L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Probable Cause
An alter dbspace operation was attempted while a backup was running. The alter dbspace operation cannot proceed since it may modify internal database structures that are being backed up.
Error 1009155 "Cannot perform requested command as there is an ALTER DBSPACE command in progress. %1"
Constant
EMSG_IQSTORE_INALTERDBSPACE
SAP Sybase Error Number
22000
SQL State
QSB55
SQL Code
-1009155L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
A CREATE DBSPACE or a DROP DBSPACE command was issued when there was already an ALTER DBSPACE command in progress.
Error 1009156 "Drop disallowed for dbspace %2. One or more of the file(s) are in use by the database. %1"
Constant
EMSG_SDBEXT_DROPSEGMENTINUSE
SAP Sybase Error Number
20194
SQL State
QSB51
SQL Code
-1009156L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Database segment.
Probable Cause
A segment must contain no user data and no database structures to drop
Error 1009157 "There is insufficient reserve space to add %3 blocks to segment %2. Only %4 blocks or less may be added. %1"
Constant
EMSG_SDBEXT_SEGMENTNORESERVE
SAP Sybase Error Number
20195
SQL State
QSB52
SQL Code
-1009157L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Database segment.
Parameter 3
Number of blocks user attempted to add
Parameter 4
Maximum blocks that may be added
Probable Cause
Since a segment must use a contiguous range of block numbers, it can only be resized larger when the blocks following it are not in use by the next segment.
Error 1009158 "Cannot resize segment %2 since the truncated region is in use. %1"
Constant
EMSG_SDBEXT_RESIZESEGMENTINUSE
SAP Sybase Error Number
20196
SQL State
QSB53
SQL Code
-1009158L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Database segment.
Probable Cause
A segment can only be resized smaller when no blocks in the truncated are in use.
Error 1009159 "The status specified for segment %2 is unchanged. %1"
Constant
EMSG_SDBEXT_SEGMENTSAMERWMODE
SAP Sybase Error Number
20197
SQL State
QSB54
SQL Code
-1009159L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Database segment.
Probable Cause
The "alter dbspace status" syntax requires the new status to be different than the original status.
Error 1009160 "There must be at least one readwrite dbspace (%2). %1"
Constant
EMSG_SDBEXT_MUST_HAVE_RW
SAP Sybase Error Number
20198
SQL State
QSB56
SQL Code
-1009160L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Database segment.
Probable Cause
There must at least one readwrite segment
Error 1009161 "Cannot resize segment %2 since it is readonly. %1"
Constant
EMSG_SDBEXT_RO_RESIZE
SAP Sybase Error Number
20199
SQL State
QSB57
SQL Code
-1009161L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Database segment.
Probable Cause
A readonly segment cannot be resized
Error 1009162 "Insufficient space to relocate structures on %2. %1"
Constant
EMSG_SDBEXT_NO_RELOCATE_SPACE
SAP Sybase Error Number
20200
SQL State
QSB58
SQL Code
-1009162L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Database segment.
Probable Cause
Database structures may need to be relocated in order to drop a segment or make it readonly. This space must be available on other segments.
Error 1009163 "Segment %2 cannot be smaller than %3 blocks. %1"
Constant
EMSG_SDBEXT_SEGMENTTOOSMALL
SAP Sybase Error Number
20201
SQL State
QSB59
SQL Code
-1009163L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
Database segment.
Parameter 3
Minimum size in blocks
Probable Cause
Database structures may need to be relocated in order to drop a segment or make it readonly. This space must be available on other segments.
Error 1009164 "You cannot drop the last dbspace. %1"
Constant
EMSG_DATABASE_LASTDBSPACE
SAP Sybase Error Number
20202
SQL State
QSB60
SQL Code
-1009164L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
You can drop the last dbspace only if it is a temp dbspace
Error 1009165 "Cannot perform requested command as the SYSIQFILE table is locked by another transaction. %1"
Constant
EMSG_IQSTORE_INREADSYSFILE
SAP Sybase Error Number
20203
SQL State
QSB61
SQL Code
-1009165L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
A CREATE DBSPACE, ALTER DPSACE or DROP DBSPACE command was issued when there was another command or stored procedure accessing the system table SYSIQFILE.