Server error messages 8000 - 8099 – Sybase 11.9.x-12.5 User Manual

Page 372

Advertising
background image

Server Error Messages 8000 - 8099

1046

Server Error Messages 8000 - 8099

Number

Severity

Text and Explanation

8002

15

Parameter number %d and subsequent parameters must be passed as `@name = value'.
Once the form `@name = value' has been used, all subsequent parameters must be passed
in the form `@name = value'.

Explanation:

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

satisfy the condition indicated in the message.

8003

15

There are too many parameters in this CREATE PROCEDURE statement. The
maximum number is %d.

Explanation:

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

satisfy the condition indicated in the message.

8004

16

Received an unrecognized datatype %d from TDS datastream.

Explanation:

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

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

8005

15

Received a procedure name length of %d. The TDS datastream is incorrect.

Explanation:

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

satisfy the condition indicated in the message.

8006

20

SQL Server error detected by %S_MSG. Refer to the preceding %S_MSG message.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

8007

20

Unknown token returned by %S_MSG: %d.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

8008

16

Parameter no. %d, of type %d, did not have a valid value.

Explanation:

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

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

8009

16

Error encountered by %S_MSG. Please refer to %S_MSG messages for details.

Explanation:

Refer to the detailed writeup for this message in the chapter titled “Error

Message Writeups”.

8010

16

datalen (%d) must be less than maxlen (%d) for rpc parameter %d

Explanation:

Check your RPC parameters. There may be an inconsistency between

length and max length values.

8011

16

Parameter %d has datatype %s. This datatype is not valid for use in parameters for an
RPC.

Explanation:

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

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

Advertising