Sybase 11.9.x-12.5 User Manual

Page 403

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

1077

9525

16

A positioned update/delete on a row in table `%.*s' failed. This is because cursor `%.*s'
does not point to a valid row in an inner(outer) table of an outer(inner) join used in the
query.

Explanation:

Attempted to delete or update a non-existent row in a table. Check join

statement in the named cursor targeting this table. Cursor fetch may have returned NULL
values due to no matching rows.

9526

16

The dynamic sql operation is not allowed with cursor `%.*s'.

Explanation:

You cannot use a client cursor within a dynamically prepared statement.

9527

20

Attempt to acquire lock on wrong merge area during parallel merge. This is an internal
error. Contact a system administrator and SET PARALLEL_DEGREE 1 for this query.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

9528

16

The optimizer could not find a unique index which it could use to scan table `%.*s' for
cursor `%.*s'.

Explanation:

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

and permissions. Take any corrective action indicated by message. Not raised in 11.9.2.

9529

20

Deadlock during parallel merge. This is an internal error. Use SET PARALLEL_DEGREE
1 to run this query, and contact Sybase Technical Support to report the problem.

Explanation:

9532

20

Internal error: unable to locate an extra SDES for cursor '%.*s'. The cursor was probably
compiled with the incorrect locking scheme for the target table.

Explanation:

9533

20

Internal error: unable to locate a temporary object during preprocessing.

Explanation:

9534

20

Interal error: could not determine the configuration value for parameter '%s'.

Explanation:

9536

18

Unable to obtain lock on system table.

Explanation:

Command failed due to internal Adaptive Server problem. Save the query

and report the error to your System Administrator.

9537

17

Insufficient number of worker processes to execute this parallel query. Increase the value
of the configuration parameter 'number of worker processes'.

Explanation:

9538

17

Insufficient number of mailboxes to execute this parallel query. Increase the value of the
configuration parameter 'number of mailboxes'.

Explanation:

9539

17

Insufficient amount of memory per worker process to execute this parallel query. Increase
the value of the configuration parameter 'memory per worker process'.

Explanation:

Number

Severity

Text and Explanation

Advertising