Sybase 11.9.x-12.5 User Manual

Page 111

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

785

558

16

Attempt to open cursor `%.*s' which is already open.

Explanation:

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

semantics, and permissions. Take any corrective action indicated by message.

559

16

Attempt to use a cursor `%.*s' which is not open. Use the system stored procedure
sp_cursorinfo for more information.

Explanation:

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

semantics, and permissions. Take any corrective action indicated by message.

560

16

The UPDATE/DELETE WHERE CURRENT OF failed for the cursor `%.*s' because it
is not positioned on a row.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

command to conform to the requirement specified in the error message.

562

16

The CURINFO datastream was not sent before the cursor command so no current cursor
context is available.

Explanation:

Adaptive Server could not perform the requested action. The command

violates a permission or privilege restriction. Check the command and working database
context.

563

16

There is already another cursor with the name `%.*s' at the nesting level `%d'.

Explanation:

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

semantics, and permissions. Take any corrective action indicated by message.

564

16

The cursor identifiers are not available.

Explanation:

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

semantics, and permissions. Take any corrective action indicated by message.

565

16

The open processing for cursor `%.*s' did not stop anywhere. The DECLARE CURSOR
could have been an invalid statement or there is some internal problem.

Explanation:

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

semantics, and permissions. Take any corrective action indicated by message.

566

26

The procedure buffer is not linked to the procedure header for an execute cursor `%.*s'.
This is probably an internal system problem.

Explanation:

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

your System Administrator. Shut down and restart Adaptive Server.

567

14

You must have the following role(s) to execute this command/procedure: `%.*s' . Please
contact a user with the appropriate role for help.

Explanation:

You do not have the permission to execute this command. Have the object

owner or a user with the needed role run this command.

568

14

The caller does not have the required System Security Officer (SSO) role. Please contact
a user with System Security Officer (SSO) role for help.

Explanation:

You do not have the permission to execute this command. Have the object

owner or a user with the needed role run this command.

Number

Severity

Text and Explanation

Advertising