Sybase 11.9.x-12.5 User Manual

Page 221

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

895

2823

20

Process %d tried to remove a PROC_BUF 0x%lx named `%.*s' that it does not hold in the
hold procedure linked list.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

2824

19

Process %d cannot hold PROC_BUF 0x%lx named `%.*s' because it holds another
PROC_BUF 0x%lx named `%.*s'. A process can only hold one view, rule, or default at a
time.

Explanation:

Command failed when a non-configurable limit was exceeded. Adaptive

Server could not recover gracefully. Reconnect to Adaptive Server, and report the error to
your System Administrator.

2825

20

Process %d tried to remove a PROC_BUF 0x%lx named `%.*s' that it does not hold.

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.

2826

20

Process %d has held the PROC_BUF 0x%lx named `%.*s' in the hold procedure linked
list already; Check your procedure cache.

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.

2827

20

Procedure `%.*s' in procedure buffer 0x%lx is not properly hashed.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator. (Not raised in Release 11.0 and
higher.

2832

17

There are no more available procedure buffers. Configure your system for more.

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.

2833

26

While cleaning up descriptor for object %d, a procedure buffer was found in use (use count
= %d)

Explanation:

An internal locking/synchronization rule was broken. Report the error to

your System Administrator. Shut down and restart Adaptive Server.

2834

26

Expected to find procedure buffer with usage count of %d and not %d.

Explanation:

Incorrect count detected for a procedure buffer. Shut down and restart

Adaptive Server to clear the error.

2835

16

The procedure tree is old. Use the sp_remap procedure to remap all the procedures in this
database.

Explanation:

Refer to the writeup for this error.

2836

26

The cursor `%.*s' is already tracking another procedure. This is an internal error.

Explanation:

An internal locking/synchronization rule was broken. Report the error to

your System Administrator. Shut down and restart Adaptive Server.

Number

Severity

Text and Explanation

Advertising