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.

10716

16

 A SQL statement which produces a result set was submitted through a JDBC executeUpdate() method. Use the JDBC execute() or executeQuery() methods. 

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

10717

16

A single batch with SQL statements which produce multiple result sets was submitted using the JDBC executeQuery() method. Use seperate batches or use the execute() method. 

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

10718

16

 JDBC statement attempted to update a table which is already in use outside of the context of the JAVA method which submitted the statement. 

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

10719

16

The %s command is not allowed in JDBC.

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

10720

16

A JDBC statement caused a trigger to fire which generates a result set. Result sets in triggers are not allowed. 

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

10721

16

Class %.*s does not exist.

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

10722

16

Package %.*s not found.

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

10723

16

Class %.*s belongs to a jar. It cannot be independently removed or replaced. 

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

10724

16

Jar %.*s does not exist.

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

10725

16

Class %.*s is in use. It cannot be removed.

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

10726

16

Cannot open file %.*s. If you’ve specified a relative pathname, re-try the command using an absolute pathname. 

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

10727

16

Invalid text pointer specified.

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

10728

16

The specified file or image column contains a Java class. Java classes cannot be directly installed. Enclose this class in a jar and re-try your command. 

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

10729

16

The specified file or image column does not contain a valid jar. Install failed. 

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

10730

16

You’re attempting to install a jar that contains compressed classes. Re-create this jar without using compression, and try the command again. 

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

10731

16

The specified jar contains a class whose name exceeds the server limits in length. Such classes cannot be installed.

Explanation: Command failed due to invalid or illegal request.

10732

16

You’re attempting to install a class named %.*s. This class belongs to a package reserved for system classes and cannot be installed. 

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

10733

16

Class %.*s cannot be replaced because it belongs to a different jar. Install failed. 

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

10734

16

Cannot run this command because Java services are not enabled. A user with System Administrator (SA) role must reconfigure the system to enable Java. 

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

10735

16

Jar ’%.*s’ not found. Check and make sure that the jar has been installed, and an entry exists in Sysjars. 

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

10736

16

 Cannot convert datatype ’%s’ to datatype ’%s’. Either such conversion is not supported or the datatype(s) is invalid. 

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

10737

16

 An internal conversion error was found while converting datatype ’%s’ to datatype ’%s’. 

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

10738

16

 An overflow error was found while converting datatype ’%s’ to datatype ’%s’. 

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

10739

16

 An underflow error was found while converting datatype ’%s’ type to datatype ’%s’. 

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

10740

16

Table %.*s does not exist.

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

10741

16

Arithmetic operations on extended type values are currently unsupported. 

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

10742

16

 You cannot do an update (INSERT, DELETE or UPDATE) from a JAVA method which is invoked in a query already doing an update. 

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

10743

16

The %s command is only allowed in JDBC if it does not change the current value. 

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

10744

16

You cannot use Java-SQL class datatypes in an ORDER BY clause. 

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

10745

16

Conversion error detected while converting SQL data to Java data. Either the conversion is not supported or the datatype(s) is invalid. 

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

10746

16

 No public field ’%.*s’ exists in the specified class ’%.*s’. 

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

10747

16

You tried to assign a value to a field in a NULL-valued object. 

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

10748

16

You cannot create index on a column, ’%.*s’, that has a Java-SQL class datatype. 

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

10749

16

Conversion error detected while converting Java data to SQL data. Either the conversion is not supported or the datatype(s) is invalid. 

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

10750

16

You cannot use a Java-SQL class datatype in which the size of class is more than the server limits in this aggregate expression.

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

10751

16

You cannot use a Java-SQL class datatype in this subquery or aggregate expression. 

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

10752

16

Instance methods can only be executed on object-valued expressions. 

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

10753

16

 Cannot find class ’%.*s’ in the database that matches the return datatype of the specified method. 

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

10754

16

Java datatype returned by a method cannot be mapped to SQL datatype. 

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

10755

16

You cannot pass a SQL NULL value as an argument to a Java method. 

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

10756

16

You cannot pass data that has a TEXT or IMAGE datatype as an argument to a Java method. 

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

10757

16

Java datatype returned by a field cannot be mapped to SQL datatype. 

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

10758

16

The length of serialized object exceeds the maximum of %d bytes. 

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

10759

16

Unable to load the class ’%.*s’ at execution time. The schema may have changed since the command was compiled. 

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

10760

16

Unable to load the method ’%.*s’ at execution time. The schema may have changed since the command was compiled. 

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

10761

16

You specified invalid datatypes in object comparison. 

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

10762

16

Cannot initialize the Java Virtual Machine because the Java class library ($SYBASE/$SYBASE_ASE/lib/runtime.zip) is either missing, corrupted, or incompatible with the current server release. Contact your System Administrator for help. 

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

10763

16

Execution of remote procedure calls is not supported in JDBC. 

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

10764

16

Cannot execute this operation due to insufficient memory in the Java heap(s). Increase the value of the configuration parameters ’size of process object heap’ and/or ’size of shared class heap’. 

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

10765

16

Cannot insert an object of class ’%.*s’ into a column because the object is not serializable. An object is serializable if its class implements the ’java.io.Serializable’ or ’java.io.Externalizable’ interface. 

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

10766

16

%s is not the acceptable URL for ASE JDBC driver. 

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

10767

16

 The wasNull() method failed, because there is no output parameter registered or no parameter has been got from the engine. 

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

10768

16

 %s is not a valid value for a parameter index. Valid values are 1 to %s. 

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

10769

16

 Cannot get the value for parameter ’%s’ because it is not an out parameter. 

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

10770

16

The connection has been closed or does not exist.

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

10771

16

%s is not a valid Column index value. Valid values are 1 to %s. 

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

10772

16

 Cannot get data value or metadata from the result set because the result set has been closed or does not exist. 

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

10773

16

Cannot find column name ’%s’ in this result set.

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

10774

16

SQL statement execution error occurred, use catch statement to get the detailed information. 

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

10775

16

You cannot use the statement handle because it has been closed or does not exist. 

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

10776

16

Parameter ’%s’ is registered as output parameter with ’%s’ type which is not compatible with it’s in type ’%s’. 

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

10777

16

getColumnCount() failed because there is no valid column count for this query. 

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

10778

16

getResultSetMetaData() failed because the query does not generate result set or the result set does not exist. 

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

10779

16

Cannot set java object at parameter ’%s’ because either no conversion is available to map the object to any ASE SQL datatype or the java object is invalid. 

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

10780

16

Either ’%s’ is not a valid JDBC datatype or no conversion is available to map the JDBC/Java datatype to an Adaptive Server datatype. 

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

10781

16

Cannot convert object to ’%s’ because either the conversion was attempted between an illegal pair of object types or a format error was encountered in the conversion. 

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

10782

16

Method ’%s’ is not supported in the ASE JDBC driver.

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

10783

16

%s is not a valid value for a parameter index because there is no parameter declared. 

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

10784

16

Cannot convert object to any valid numeric data type because either the conversion was attempted between an illegal pair of object types or a format error was encountered in the conversion. 

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

10785

17

A Java operation or conversion failed, most likely due to insufficient memory. Please consult the errorlog for more information. 

Explanation: Command failed due to resource limitation. Modify the command to fit available resources, retry when the resource is available, or contact your System Administrator to address the resource problem.

10786

17

Insufficient system resources to execute this operation. Too many databases have been opened in order to load classes. Please wait for a few processes to terminate before retrying this command. 

Explanation: Command failed due to resource limitation. Modify the command to fit available resources, retry when the resource is available, or contact your System Administrator to address the resource problem.

10787

16

Cannot update or remove Java classes while the current process is still holding references to objects. 

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

10788

16

Operation failed because the object being deserialized belongs to class ’%s’ which is incompatible with its declared class ’%s’. 

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

10789

16

There is already a class named ’%.*s’ in the database.

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

10790

16

There is already a jar named ’%.*s’ in the database.

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

10791

16

Process cannot update or remove class loader because Java Debugger is attached to the process. 

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

10792

16

Cannot invoke method ’%.*s’ on class ’%.*s’. Instance methods can only be invoked on objects. 

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

10793

16

There is no class in a jar. Make sure that jar contains at least one class. Install failed. 

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

10794

16

Cannot pass NULL as the value for parameter number %d to the method ’%s’ in class ’%s’. The parameter is of a Java primitive datatype, and is non-nullable. 

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

10795

16

The file ’%.*s’ contained in the jar does not represent a valid Java class file. 

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

10796

10

Warning! Expecting file ’%s’ to contain Java class ’%s’. Instead, class ’%s’ was found. Installing the class under the correct name ’%s’. 

Explanation: This is an informational message. Unless otherwise specified, no action is required. Contact your System Administrator about any warning issued in the message.

10797

16

Cannot execute the prepared statement because the ’%s’ parameter has not been set. 

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

10798

16

Cannot get the column value because the result set has not been opened yet. Use the ’next()’ function to open the result set before getting the column value. 

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

10799

16

Cannot get the column value because there are no more row in the result set. 

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