Server error messages 11100 - 11199 – Sybase 11.9.x-12.5 User Manual

Page 472

Advertising
background image

Server Error Messages 11100 - 11199

1146

Server Error Messages 11100 - 11199

11058

16

Statement contains ’%d’ columns/expessions in the target list. This exceeds the maximum
limit of ’%d’.

Explanation:

Rewrite the query or split into multiple queries to conform to the server

limits.

11059

16

Too many tables in the query. The maximum allowable is %d.

Explanation:

Rewrite the query or split into multiple queries to conform to the server

limits.

11060

16

This statement has exceeded the maximum number of recompilations (%d). This
indicates an internal error. Please note the error prior to this one and contact Sybase
Technical Support.

Explanation:

Normally, a given statement in a stored procedure is recompiled only

once, but due to lack of resources or other factors, it might need to be recompiled more
than one time. This error is raised if the procedure is recompiled more than the specified
number of times, and is an indication of an internal error.

Number

Severity

Text and Explanation

Number

Severity

Text and Explanation

11101

16

Cannot grant the role '%.*s' because it contains role '%.*s' which is mutually exclusive
with role '%.*s' which is possessed by grantee '%.*s'. Remove the exclusivity and try
again.

Explanation:

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

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

11102

16

Operation failed. Role '%.*s' (contained by role '%.*s') is mutually exclusive at activation
or membership level with role '%.*s' (contained by role '%.*s' which is the grantee role or
the ancestor role of grantee). Remove the exclusivity and try again.

Explanation:

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

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

11103

16

Cannot grant the roles '%.*s' and '%.*s' because they are mutually exclusive at activation
or membership level. Remove the exclusivity and try again.

Explanation:

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

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

11104

16

Cannot grant the role '%.*s' to role '%.*s' because it will result in cycle.

Explanation:

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

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

Advertising