Sybase 11.9.x-12.5 User Manual

Page 345

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

1019

7381

10

prefetch size

Explanation:

This is an informational message. Unless otherwise specified, no action

is required. Contact your System Administrator about any warning issued in the message.

7382

16

Subqueries are not allowed in an ORDER BY clause.

Explanation:

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

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

7383

16

Subqueries are not allowed in a GROUP BY clause.

Explanation:

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

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

7384

16

Subqueries are not allowed in a COMPUTE clause.

Explanation:

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

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

7385

16

The number of subqueries in the query exceeds the maximum allowed (%d).

Explanation:

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

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

7386

10

Set dup_in_subquery is no longer supported. To get similar performance and semantics,
rewrite the subquery as a join.

Explanation:

The

set_dup_in_subquery

command existed in pre-11 server versions as

a temporary way to avoid changes needed for ANSI-compliant duplicate handling. It is
not supported as of version 11.0, which contains better subquery processing features.
Rewrite the subquery as a join.

7387

15

The maximum number of parameters in a dynamic SQL statement is %d.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

7388

16

An aggregate of an aggregate produces a scalar value. Any further nesting of aggregates
has no effect. Remove the aggregates beyond level two.

Explanation:

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

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

7389

16

A HAVING clause with aggregates of different levels is not allowed.

Explanation:

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

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

7391

15

The table count specification for a SET TABLE COUNT statement must be an integer
value greater than 0. The given value is `%d'.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

7392

15

Procedure Grouping is not allowed. Please contact a user with System Security Officer
(SSO) role for help.

Explanation:

Command failed. Check syntax and semantics.

7393

16

The value of forced parallel degree cannot be negative.

Explanation:

Check command parameters.

Number

Severity

Text and Explanation

Advertising