Server error messages 7300 - 7399 – Sybase 11.9.x-12.5 User Manual
Page 338

Server Error Messages 7300 - 7399
1012
Server Error Messages 7300 - 7399
7243
16
Internal Limit reached. All local LOGCONN array segments are full. The following
display is accurate, but it does not contain all active LOGCONNs. Displaying %d active
LOGCONNs in %d local arrays.
Explanation:
Command failed due to invalid or illegal request. Check syntax, semantics,
and permissions. Take any corrective action indicated by message. (Not raised in 11.9.2).
Number
Severity
Text and Explanation
Number
Severity
Text and Explanation
7301
15
FOR UPDATE has been incorrectly specified for a READ ONLY cursor.
Explanation:
Command failed due to invalid or illegal request. Adaptive Server cannot
perform the requested action.
7302
15
The row number specification for a SET CURSOR ROWS statement must be an integer
value greater than 0.The given value is `%d'.
Explanation:
Command failed due to invalid or illegal request. Adaptive Server cannot
perform the requested action.
7303
15
FOR BROWSE can not be used in the declaration of a cursor.
Explanation:
Command failed due to invalid or illegal request. Adaptive Server cannot
perform the requested action.
7304
15
FOR READ ONLY can not be used in a SELECT which is not part of the declaration of
a cursor or which is not inside a stored procedure.
Explanation:
Command failed due to invalid or illegal request. Adaptive Server cannot
perform the requested action.
7305
15
FOR UPDATE can not be used in a SELECT which is not part of the declaration of a
cursor or which is not inside a stored procedure.
Explanation:
Command failed due to invalid or illegal request. Adaptive Server cannot
perform the requested action.
7307
15
COMPUTE clause can not be used in the declaration of a cursor.
Explanation:
Command failed due to invalid or illegal request. Adaptive Server cannot
perform the requested action.
7308
15
SELECT-INTO can not be used in the declaration of a cursor.
Explanation:
Command failed. Check syntax and semantics. Rewrite the command to
satisfy the condition indicated in the message.