Sybase 11.9.x-12.5 User Manual

Page 353

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

1027

7705

10

Invalid pattern string. The character following the escape character must be percent sign,
underscore, left square bracket, right square bracket, or the escape character.

Explanation:

Check command syntax and semantics.

7706

10

Pattern string is too long. The given pattern string `%.*s' is converted using the escape
character `%.*s'. The converted string is longer than %d bytes.

Explanation:

Check command syntax and semantics.

7707

10

Illegal escape character found. There are fewer bytes than necessary to form a valid
character.

Explanation:

Check command syntax and semantics.

7708

10

Pattern string is too complex. There are too many blocks requiring special attention for
right bracket (]), circumflex (^), or dash (-).

Explanation:

Check command syntax and semantics.

7709

20

Server-initiated remote procedure call state error.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

7710

20

Attempt to retrieve a returned parameter length from a server-initiated stored procedure
without specifying the parameter name.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

7711

20

Parameter not found while trying to retrieve the returned parameter length from a server-
initiated stored procedure.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

7712

16

Stored procedure `%.*s' may be run only in chained transaction mode. The `SET
CHAINED ON' command will cause the current session to use chained transaction mode.

Explanation:

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

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

7713

16

Stored procedure `%.*s' may be run only in unchained transaction mode. The `SET
CHAINED OFF' command will cause the current session to use unchained transaction
mode.

Explanation:

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

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

7714

16

In a CREATE SCHEMA statement, the authorization id must match the current user
name. The supplied authorization id, `%.*s', does not match the current user name, `%.*s'.

Explanation:

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

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

7715

18

Object `%d' specified as a rule for tabid `%d', colid `%d' does not have a variable node
in the tree.

Explanation:

Command failed due to internal Adaptive Server problem. Perform any

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

Number

Severity

Text and Explanation

Advertising