Sybase 11.9.x-12.5 User Manual

Page 366

Advertising
background image

Server Error Messages 7900 - 7999

1040

7948

16

Page %ld, object %ld, index %d, level %d, was found with fixed-row status improperly
set. That status has been cleared by DBCC.

Explanation:

This informational message is displayed by

dbcc checktable

or

dbcc

checkdb

(which calls

dbcc checktable

) when a page status bit in a page header is

set on when it should not be. This bit is normally set on when there are no
variable-length columns for this object (the rows are all fixed-length). If

dbcc

checktable

finds that this bit is set on and there are variable display rows, the bit

is turned off and the 7948 message is displayed.

dbcc checktable

(or

dbcc checkdb

)

corrects this problem so no further action is required.

7949

16

The number of pages used and unused for object %ld index %d on allocation page %ld
do not match the counts in the OAM entry.

Explanation:

Refer to the writeup for this error.

7950

16

Unable to %.*s engine. Check sysengines count and max online engines config value.

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.

7951

16

Data size mismatch occurred while checking a TEXT value. The first page for this value
is: %ld. There were %ld characters found, which is different from the expected length of
%ld characters.

Explanation:

This error may be seen after upgrading from 11.x to 12.0 when tables

contain one or more text columns. Contact Sybase Technical Support to upgrade to a
version in which the problem is resolved.

7952

10

A TEXT value with an invalid MAGIC NUMBER has been found on page %ld. TEXT
values will no longer be checked for this table. Note because of this, the TEXT page count
will be inaccurate. Use DBCC FIX_TEXT to fix the TEXT values.

Explanation:

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

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

7953

10

Unable to acquire an exclusive lock on text page %ld. This text value has not been
recalculated. In order to recalculate those TEXT pages you must release the lock and
reissue the DBCC FIX_TEXT command.

Explanation:

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

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

7954

10

There are no TEXT pages in table %.*s to be updated.

Explanation:

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

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

7955

10

Not all of the TEXT pages in table %.*s have been successfully updated, however, DBCC
FIX_TEXT is restartable. Please issue the command again once any other errors have
been addressed.

Explanation:

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

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

Number

Severity

Text and Explanation

Advertising