Sybase 11.9.x-12.5 User Manual

Page 110

Advertising
background image

Server Error Messages 500 - 599

784

548

16

Check constraint violation occurred, dbname = `%.*s', table name = `%.*s', constraint
name = `%.*s'.%S_EED

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

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

549

18

Constraint violation occurred, bad constraint type passed to the exception handler.

Explanation:

Command failed due to internal Adaptive Server problem. Perform any

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

550

16

The attempted insert or update failed because the target view was either created WITH
CHECK OPTION or spans another view created WITH CHECK OPTION. At least one
resultant row from the command would not qualify under the CHECK OPTION
constraint.

Explanation:

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

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

551

20

An unknown EVAL was sent to the execution module.

Explanation:

Refer to the writeup for Error 551.

552

16

A column insert or update conflicts with a rule bound to the column. The command is
aborted. The conflict occured in database `%.*s', table `%.*s', rule `%.*s', column
`%.*s'.%S_EED

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

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

553

16

The number of parameters/variables in the FETCH INTO clause does not match the
number of columns in cursor `%.*s' result set.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

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

554

16

The UPDATE/DELETE WHERE CURRENT OF to the cursor `%.*s' failed because the
row has changed since it was fetched.

Explanation:

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

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

555

16

The UPDATE/DELETE WHERE CURRENT OF to the cursor `%.*s' failed because the
key of the row used in identifying the row changed since it was fetched.

Explanation:

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

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

556

16

The table referenced in the UPDATE/DELETE WHERE CURRENT OF is not part of
the result set tables of cursor `%.*s'.

Explanation:

Adaptive Server could not perform the requested action. Modify your

command to meet the Adaptive Server requirement for the objects or variables shown in
the error message.

557

16

The cursor `%.*s' can not be used as it could not be found. It is possible that either it was
not declared or it is not available in the current context.

Explanation:

Adaptive Server could not perform the requested action. Check your

command for missing or incorrect database objects, variable names, and/or input data.

Number

Severity

Text and Explanation

Advertising