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.

8012

16

Adaptive Server internal error: Received internal error %d from the remote server ’%S_SRVID’. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.

8013

16

 A CTLIB operation failed during an RPC.

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.

8014

16

You cannot start a non-transactional RPC when the ’strict dtm enforcment’ option is enabled for the session. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.

8015

10

Adaptive Server has truncated parameter number %d passesd to rpc ’%.*s’ on server ’%.*s’. The remote server does not support character or binary data wider than 255 bytes.

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.