Server error messages 500 - 599 – Sybase 11.9.x-12.5 User Manual

Page 106

Advertising
background image

Server Error Messages 500 - 599

780

Server Error Messages 500 - 599

446

16

The COMPUTE clause #%d, aggregate expression #%d may produce a result that is
wider than 255 bytes, the maximum computed result allowed.

Explanation:

Adaptive Server could not perform the requested action. Check query.

Number

Severity

Text and Explanation

Number

Severity

Text and Explanation

501

20

There is no result-list for a SELECT statement.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator. (Not raised in Adaptive Server
11.0 and higher.)

502

18

Internal error encountered in merging rows; resubmit query batch.

Explanation:

Command failed due to internal Adaptive Server problem. Perform any

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

504

11

Stored procedure `%.*s' not found.

Explanation:

Command failed. Check your database for the object not found and re-

enter the command with the correct name.

508

20

No begin-row pointer found in plan.

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.

509

11

User name `%.*s' not found.

Explanation:

Command failed. Check your Adaptive Server environment for the object

not found and re-enter the command with the correct name.

510

20

Bad eop type 0x%x .

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.

511

16

Attempt to update or insert row failed because resultant row of size %d bytes is larger
than the maximum size (%d bytes) allowed for this table.

Explanation:

Refer to the writeup for Error 511.

512

16

Subquery returned more than 1 value. This is illegal when the subquery follows =, !=, <,
<= , >, >=, or when the subquery is used as an expression.

Explanation:

Refer to the writeup for Error 512.

Advertising