Sybase 11.9.x-12.5 User Manual

Page 107

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

781

513

16

A column insert or update conflicts with a rule imposed by a previous CREATE RULE
command. The command was aborted. The conflict occurred in database `%S_DBID',
table `%S_OBJID', column `%.*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 Release 11.0 and higher.)

514

20

Expression stack overflow. Usually this is because built-in functions have been nested
too deeply. Try to rephrase the query using less deeply nested functions.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

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

515

16

Attempt to insert NULL value into column `%.*s', table `%.*s'; column does not allow
nulls. Update fails.%S_EED

Explanation:

Refer to the writeup for Error 515.

516

18

Attempt to get system date/time failed.

Explanation:

Command failed due to internal Adaptive Server problem. Perform any

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

517

16

Adding a value to a %s field caused overflow.

Explanation:

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

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

518

16

Cannot convert type `%s' to type `%s'.

Explanation:

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

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

519

16

Overflow resulted from MONEY multiplication.

Explanation:

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

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

520

16

Overflow resulted from MONEY division.

Explanation:

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

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

521

16

Overflow resulted from MONEY addition.

Explanation:

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

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

522

16

Overflow resulted from MONEY subtraction.

Explanation:

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

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

523

16

Overflow resulted from %s minus operation.

Explanation:

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

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

524

16

Overflow resulted from MONEY remainder (modulo) operation.

Explanation:

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

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

Number

Severity

Text and Explanation

Advertising