Server Error Messages 3800 - 3899

Number

Severity

Text and Explanation

3801

16

 There is no host variable corresponding to the one specified by the PARAM datastream. This means that this variable `%.*s' was not used in the preceding DECLARE CURSOR or SQL command.

Explanation: Adaptive Server could not perform the requested action. Check your command for missing or incorrect database objects, variable names, and/or input data.

3802

18

 There is no cursor information given with the current datstream. A cursor id of zero was specified and no name was specified. The current batch of commands is being aborted. This is an internal error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3803

16

 The statement used to define the cursor `%.*s' is neither a SELECT nor an EXECUTE.

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

3804

16

 More than one SELECT statement is used to define the cursor `%.*s'.

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

3805

18

 The token datastream length was not correct. This is an internal protocol error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3806

16

 Both the READ ONLY and the FOR UPDATE options have been specified for cursor `%.*s'.

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

3807

18

 The datastream specifies a wrong option or command. The datastream is `%s'. This is an internal error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3808

18

 The column is not part of the RESDOM column list. This means the plan for the cursor is corrupted. This is an internal error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3809

18

 Unknown datatype token `%d' has been sent to the server. This is an internal error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3811

18

 A wrong datastream has been sent to the server. The server was expecting token %d but got the token %d. This is an internal error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3812

18

 The datastream for token %d should only be sent after other datastreams. It can not be a command datastream on it's own. This is an internal error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3813

18

 A wrong datastream has been sent to the server. The server was expecting a dynamic sql command token but got the token %d. This is an internal error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3814

16

 The parameter 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.

3816

18

 Internal Syslabels manager Error.

Explanation: Command failed due to internal Adaptive Server problem. Perform any diagnostic action indicated by message. Report the error to your System Administrator.

3819

16

 The dynamic PREPARE statement `%.*s' failed because of an internal problem while sending the input parameters formats to the client.

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

3820

16

The datastream length for the ’%s’ token exceeds the allowable maximum of 65535 bytes. This can happen when Adaptive Server is sending a large number of columns or parameters to a pre-12.5 client or remote server.

Explanation: Check that the client or remote server is compatible.