Sybase 11.9.x-12.5 User Manual

Page 113

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

787

580

18

Unable to update Syslogins in the set_password builtin. Password left unchanged.

Explanation:

Command failed due to internal Adaptive Server problem. Perform any

diagnostic action indicated by message. Report the error to your System Administrator.

581

18

Unable to open Syslogins table in the set_password builtin. Password left unchanged.

Explanation:

Command failed due to internal Adaptive Server problem. Perform any

diagnostic action indicated by message. Report the error to your System Administrator.

582

16

Cursor `%.*s' was closed implicitly because the current cursor position was deleted due
to an update or a delete. The cursor scan position could not be recovered. This happens
for cursors which reference more than one table.

Explanation:

Adaptive Server could not perform the requested action. The command

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

583

16

The cursor `%.*s' had it's current scan position deleted either because of a
DELETE/UPDATE WHERE CURRENT OF or a regular searched DELETE/UPDATE.
You must do a new FETCH before doing an UPDATE or DELETE WHERE CURRENT
OF.

Explanation:

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

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

584

16

Explicit value specified for identity field in table `%.*s' when IDENTITY_INSERT is set
to OFF.

Explanation:

The command failed and no data was updated in the database because an

integrity check or other semantic check on the data failed.

585

16

Explicit value must be specified for identity field in table `%.*s' when
IDENTITY_INSERT is set to ON.

Explanation:

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

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

586

16

Illegal identity value specified for identity field `%.*s' in table `%.*s'.

Explanation:

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

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

587

16

Identity value overflow for field `%.*s' while inserting into table `%.*s'.

Explanation:

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

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

588

20

Failure adding identity column to table `%.*s' via select into.

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.

589

16

Invalid role string received.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

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

Number

Severity

Text and Explanation

Advertising