Server error messages 400 - 499 – Sybase 11.9.x-12.5 User Manual

Page 102

Advertising
background image

Server Error Messages 400 - 499

776

Server Error Messages 400 - 499

Number

Severity

Text and Explanation

401

16

Unimplemented command or expression %s.

Explanation:

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

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

403

16

Invalid operator for datatype op: %s type: %s.

Explanation:

Refer to the writeup for Error 403.

404

19

Too many ANDs or ORs in expression (limit %d per expression level). Try splitting
query or limiting ANDs and ORs.

Explanation:

Refer to the writeup for Error 404.

405

20

Cannot route query results - query internal representation corrupted - for operation %s,
datatype %s.

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.

406

23

Ord_needed: Can't find index for varno=%d, objid=%ld.

Explanation:

The database may be corrupt. Report the error to your System

Administrator. Adaptive Server must be restarted and dbcc diagnostics run.

407

19

You query creates too many internal work tables and/or user tables: the maximum is %d.
Simplify the query and try again.

Explanation:

Command failed when a configurable limit was exceeded. Reconnect to

Adaptive Server and perform any corrective action indicated by the message. Report the
error to your System Administrator.

408

20

Is_var: Unknown data type %d.

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.

409

16

The %s operation cannot take a %s datatype as an argument.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

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

410

20

Compute clause #%d, `by' expression #%d is not in the order-by list.

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.

Advertising