Sybase 11.9.x-12.5 User Manual

Page 117

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

791

622

20

Opentable was passed a varno of %d. Object ’%.*s’ in database ’%.*s’ already has that
session descriptor in use. This occured while opening object id %d in database id %d.

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.

623

21

Adaptive Server failed to retrieve a row via its RID in database ’%.*s’ because the target
page is not a data page. %S_RID. %S_PAGE.

Explanation:

Refer to the writeup for this error.

624

21

Adaptive Server failed to retrieve a row via its RID in database ’%.*s’ because the
requested RID has a higher number than the last RID on the page. %S_RID. %S_PAGE.

Explanation:

Refer to the writeup for this error.

625

21

Adaptive Server failed to retrieve a row via its RID in database ’%.*s’ because the entry
in the offset table for that RID is less than or equal to 0. %S_RID. %S_PAGE.

Explanation:

Refer to the writeup for this error.

627

20

A transaction tried to call beginupdate while in state `prepare'.

Explanation:

There may be a problem due to an application issuing a PREPARE

statement followed by an update. Check the application SQL code.

628

13

Attempt to issue `SAVE TRANsaction' when there is no active transaction.

Explanation:

Rerun the command that raised this error.

629

21

Clustered index row entry for data page %ld is missing in index page %ld of table
'%S_OBJID' in database '%S_D BID'; index row contains data page %ld instead. You can
recreate the clustered index to fix this error. Xactid is (%ld, %d).

Explanation:

Refer to the writeup for this error.

630

21

The end of page limit has been exceeded while building an offset table for object %ld on
page %ld, page addr 0x%lx, eop addr 0x%lx, sargptr addr 0x%lx.

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.

631

21

The length of %d passed to delete row routine for the row at offset %d is incorrect on the
following page: %S_PAGE. The expected row length is %d. The offset should be no
greater than %d.

Explanation:

Refer to the writeup for this error.

632

20

Memmove() was called with a length of %d - maximum allowed length is %d.

Explanation:

The error may be caused by data corruption. Run dbcc checkdb on the

database that was being accessed, and correct any errors reported.

633

21

The PG_DEALLOC bit set by recovery is on at runtime on the following page.
%S_PAGE.

Explanation:

Report the error to your System Administrator. (Not raised in Release

11.0 and higher.)

Number

Severity

Text and Explanation

Advertising