Sybase 11.9.x-12.5 Home Theater Server User Manual


 
CHAPTER 6 Adaptive Server Error Messages
1127
Server Error Messages 10700 - 10799
Number Severity Text and Explanation
10701 16 getMoreResults() is not allowed after executeQuery() or executeUpdate()
.
Explanation: This is an informational message or a message header. No action is
required.
10707 16 Unhandled Java Exception: %s.
Explanation:
10708 16 Class %.*s not found. Check and make sure that the class has been installed, and an entry
exists in Sysxtypes.
Explanation:
10709 16 Illegal reference to field ’%.*s’. Field accesses can only be performed on object-valued
expressions.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
10710 16 No public non-static variable ’%.*s’ found in class ’%.*s’.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
10711 16 Cannot find a public method named ’%.*s’ in class ’%.*s’. Either the method does not
exist, or it is being called with the incorrect argument types.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
10712 16 When using JDBC to execute a stored procedure, the results must be completely
processed before any other stored procedure can be executed. You attempted to execute
two procedures simultaneously.
Explanation: ommand failed due to invalid or illegal request. Check syntax, semantics,
and permissions. Take any corrective action indicated by message.
10713 16 A JDBC query batch without any SQL statements was found. JDBC batches must contain
at least one SQL statement.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
10714 16 Illegal use of parameters in: %s. JDBC does not allow parameters in methods of
’statement’ objects.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.
10715 16 Parameter number %d is invalid for the current JDBC statement batch.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated by message.