Server error messages 2500–2599 – Sybase 11.9.x-12.5 User Manual

Page 200

Advertising
background image

Server Error Messages 2500–2599

874

Server Error Messages 2500–2599

2431

10

WARNING! Some character(s) in the source string are considered illegal bytes in server’s
character set. All bytes after the first illegal bytes are truncated.

Explanation:

This will be returned when conversion hits illegal bytes in the source string.

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

2432

16

Illegal byte sequence encountered in Unicode data during %S_MSG conversion
of %s value ’%s’ to a %s field.

Explanation:

This will be returned when conversion hits illegal bytes in the source string.

Check source data and receiving datatype.

2433

16

Illegal byte sequence encountered in Unicode data.

Explanation:

Check data and the source and receiving datatype.

Number

Severity

Text and Explanation

Number

Severity

Text and Explanation

2501

16

Table named %.*s not found; check sysobjects

Explanation:

Refer to the writeup for this error.

2502

16

Table Corrupt: A page is linked in more than one chain; check this page:page number=%ld
allocation status=%d

Explanation:

Refer to the writeup for this error.

2503

16

Table Corrupt: Page linkage is not consistent; check the following pages: (current
page#=%ld; page# pointing to this page=%ld; previous page# indicated in this page=%ld)

Explanation:

Refer to the writeup for this error.

2504

16

Table Corrupt: The index id in alloc page does not match the index id in sysindexes (alloc
page#=%ld; extent id=%ld; index id in alloc=%d; index id in sysindexes=%d)

Explanation:

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

any corrective action indicated by the message. Consult the Adaptive Server System
Administration Guide and the Troubleshooting Guide.

2505

16

Table Corrupt: Free offset in page header is not reasonable; free offset should be >= %d
and <= %d; check this page and offset (page#=%ld freeoffset on the page header=%ld)

Explanation:

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

any corrective action indicated by the message. Consult the Adaptive Server System
Administration Guide and the Troubleshooting Guide.

2506

16

Table Corrupt: The values in adjust table should be in ascending order starting from the
end of the table (page#=%ld row#=%d); check adjust table in this row

Explanation:

Refer to the writeup for this error.

Advertising