Sybase 11.9.x-12.5 Home Theater Server User Manual


 
Server Error Messages 1100-1199
816
Server Error Messages 1100-1199
Number Severity Text and Explanation
1101 17 Unable to allocate new page for database `%.*s'. There are no more pages available on
valid allocation pages. Space can be created by dropping objects, extending the database,
or dumping the log with no_log.
Explanation: Command failed due to resource limitation. Modify the command to fit
available resources, retry when the resource is available, or contact your System
Administrator to address the resource problem. (Not raised in Release 11.0 and higher.)
1102 22 Unable to locate allocation page %ld for database `%.*s'. This allocation page contains
the extent that the target allocation page is in, but the allocation page is not in the
translation table in the DBTABLE. Run DBCC CHECKTABLE on sysusages.
Explanation: A table or index may be corrupt. Report the error to your System
Administrator. Adaptive Server must be restarted and dbcc diagnostics run.
1103 21 Allocation page %ld in database `%.*s' has different segment id than that of the object to
which we are allocating. Run DBCC CHECKALLOC.
Explanation: Adaptive Server encountered an internal error affecting all processes in
the current database. Report the error to your System Administrator. Adaptive Server
must be restarted and dbcc diagnostics run. (Not raised in Release 11.0 and higher.)
1104 20 Conflict between number of extents marked in log record in the allocation bitmap and the
allocation count. Allocation count is %d. Bitmap is 0x%lx 0x%lx 0x%lx 0x%lx.
Explanation: Adaptive Server encountered an internal error affecting the current
process. Reconnect to Adaptive Server. Report the error to your System Administrator so
dbcc diagnostics (dbcc checkalloc) can be run on the database.
1105 17 Can't allocate space for object `%.*s' in database `%.*s' because `%.*s' segment is full.
If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER
DATABASE or sp_extendsegment to increase size of the segment.
Explanation: Refer to the writeup for this error.
1106 20 First pass through allocation page %ld found %d free extents. After logging, only found
%d free extents.
Explanation: Adaptive Server encountered an internal error affecting the current
process. Reconnect to Adaptive Server. Report the error to your System Administrator so
dbcc diagnostics can be run. (Not raised in Release 11.0 and higher.)
1108 21 Cannot deallocate extent %ld, database %d. Object id %ld, index id %d, status %d in
extent does not match object id %ld, index id %d, status %d in object being deallocated.
Run DBCC CHECKALLOC.
Explanation: Refer to the writeup for this error.