Sybase 11.9.x-12.5 User Manual

Page 202

Advertising
background image

Server Error Messages 2500–2599

876

2519

16

Database Corrupt: The last checkpoint in sysdatabases is incorrect. Syslogs recorded a
different checkpoint

Explanation:

Refer to the writeup for this error.

2520

16

Database named %.*s not found; check sysdatabases

Explanation:

Refer to the writeup for this error.

2521

16

Table Corrupt: Page is linked but not allocated. Run DBCC TABLEALLOC to correct the
problem. (alloc page#=%ld, extent id=%ld, logical page#=%ld, object id in extent=%ld,
index id in extent=%ld, object name=%S_OBJID)

Explanation:

Refer to the writeup for this error.

2522

16

Table Corrupt: The object id %ld (object name = %.*s) in page# %ld is different from the
object id %ld (object name = %.*s) in sysindexes

Explanation:

Command failed due to invalid or illegal request. Check syntax, semantics,

and permissions. Take any corrective action indicated by message.

2523

16

Table Corrupt: Page number %ld is out of range for this database %S_DBID. The
maximum page number in this database is %ld

Explanation:

There may be possible corruption in a database or a database object.

Collect dbcc output and report the error to Sybase Technical Support.

2524

16

Table Corrupt: Row length is inconsistent between the computed row length and the
recorded row length on page; check the following page and row: pageno=%ld row#=%d
computed row length=%d row length on page=%ld

Explanation:

Refer to the writeup for this error.

2525

16

Table Corrupt: Object id wrong; tables: alloc page %ld extent id=%ld l page#=%ld objid
in ext=%ld (name = %S_OBJID) objid in page=%ld (name = %S_OBJID) objid in
sysindexes=%ld (name = %S_OBJID)

Explanation:

Refer to the writeup for this error.

2526

16

Incorrect DBCC command: Please see the SQL Server Reference Manual for DBCC
commands and options.

Explanation:

An attempt was made to execute an invalid

dbcc

command, or an

incorrect number of parameters has been passed to a

dbcc

command.

2527

10

DBCC detected internal database inconsistancy; contact a user with System Administrator
(SA) role.

Explanation:

This is an informational message. Unless otherwise specified, no action is

required. Contact your System Administrator about any warning issued in the message.

2528

10

DBCC execution completed. If DBCC printed error messages, contact a user with System
Administrator (SA) role.

Explanation:

This is an informational message. Unless otherwise specified, no action is

required. Contact your System Administrator about any warning issued in the message.

2529

16

Table Corrupt: Attempted to get page %ld, object %ld; got page %ld, object %ld.

Explanation:

Refer to the writeup for this error.

Number

Severity

Text and Explanation

Advertising