No new writeups yet.
10700 16 %s
10701 16 getMoreResults() is not allowed after executeQuery() or executeUpdate().
10707 16 Unhandled Java Exception: %s.
10708 16 Class %.*s not found. Check and make sure that the class has been installed, and an entry exists in Sysxtypes.
10709 16 Illegal reference to field '%.*s'. Field accesses can only be performed on object-valued expressions.
10710 16 No public non-static variable '%.*s' found in class '%.*s'.
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.
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.
10713 16 A JDBC query batch without any SQL statements was found. JDBC batches must contain at least one SQL statement.
10714 16 Illegal use of parameters in: %s. JDBC does not allow parameters in methods of 'statement' objects.
10715 16 Parameter number %d is invalid for the current JDBC statement batch.
10716 16 A SQL statement which produces a result set was submitted through a JDBC executeUpdate() method. Use the JDBC execute() or executeQuery() methods.
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.
10718 16 A JDBC statement attempted to update a table which is already in use outside of the context of the JAVA method which submitted the statement.
10719 16 The %s command is not allowed in JDBC.
10720 16 A JDBC statement caused a trigger to fire which generates a result set. Result sets in triggers are not allowed.
10721 16 Class %.*s does not exist.
10722 16 Package %.*s not found.
10723 16 Class %.*s belongs to a jar. It cannot be independently removed or replaced.
10724 16 Jar %.*s does not exist.
10725 16 Class %.*s is in use. It cannot be removed.
10726 16 Cannot open file %.*s. If you've specified a relative pathname, re-try the command using an absolute pathname.
10727 16 Invalid text pointer specified.
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.
10729 16 The specified file or image column does not contain a valid jar. Install failed.
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.
10731 16 The specified jar contains a class whose name exceeds the server limits in length. Such classes cannot be installed.
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.
10733 16 Class %.*s cannot be replaced because it belongs to a different jar. Install failed.
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.
10736 16 Cannot convert datatype '%s' to datatype '%s'. Either such conversion is not supported or the datatype(s) is invalid.
10737 18 An internal conversion error was found while converting datatype '%s' to datatype '%s'.
10738 16 An overflow error was found while converting datatype '%s' to datatype '%s'.
10739 16 An underflow error was found while converting datatype '%s' type to datatype '%s'.
10740 16 Table %.*s does not exist.
10741 16 Arithmetic operations on extended type values are currently unsupported.
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.
10743 16 The %s command is only allowed in JDBC if it does not change the current value.
10744 16 You cannot use Java-SQL class datatypes in an ORDER BY clause.
10745 16 Conversion error detected while converting SQL data to Java data. Either the conversion is not supported or the datatype(s) is invalid.
10746 16 No public field '%.*s' exists in the specified class '%.*s'.
10747 16 You tried to assign a value to a field in a NULL-valued object.
10748 16 You cannot create index on a column, '%.*s', that has a Java-SQL class datatype.
10749 16 Conversion error detected while converting Java data to SQL data. Either the conversion is not supported or the datatype(s) is invalid.
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.
10751 16 You cannot use a Java-SQL class datatype in this subquery or aggregate expression.
10752 16 Instance methods can only be executed on object-valued expressions.
10753 16 Cannot find class '%.*s' in the database that matches the return datatype of the specified method.
10754 16 Java datatype returned by a method cannot be mapped to SQL datatype.
10755 16 You cannot pass a SQL NULL value as an argument to a Java method.
10756 16 You cannot pass data that has a TEXT, IMAGE or UNITEXT datatype as an argument to a Java method.
10757 16 Java datatype returned by a field cannot be mapped to SQL datatype.
10758 16 The length of serialized object exceeds the maximum of %d bytes.
10759 16 Unable to load the class '%.*s' at execution time. The schema may have changed since the command was compiled.
10760 16 Unable to load the method '%.*s' at execution time. The schema may have changed since the command was compiled.
10761 16 You specified invalid datatypes in object comparison.
10762 16 Cannot initialize the Java Virtual Machine because either the Java class library or PCA plugin library is missing, corrupted, or incompatible with
the current server release. Contact your System Administrator for help.
10763 16 Execution of remote procedure calls is not supported in JDBC.
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'.
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.
10766 16 %s is not the acceptable URL for ASE JDBC driver.
10767 16 The wasNull() method failed, because there is no output parameter registered or no parameter has been got from the engine.
10768 16 %s is not a valid value for a parameter index. Valid values are 1 to %s.
10769 16 Cannot get the value for parameter '%s' because it is not an out parameter.
10770 16 The connection has been closed or does not exist.
10771 16 %s is not a valid Column index value. Valid values are 1 to %s.
10772 16 Cannot get data value or metadata from the result set because the result set has been closed or does not exist.
10773 16 Cannot find column name '%s' in this result set.
10774 16 SQL statement execution error occurred, use catch statement to get the detailed information.
10775 16 You cannot use the statement handle because it has been closed or does not exist.
10776 16 Parameter '%s' is registered as output parameter with '%s' type which is not compatible with it's in type '%s'.
10777 16 getColumnCount() failed because there is no valid column count for this query.
10778 16 getResultSetMetaData() failed because the query does not generate result set or the result set does not exist.
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.
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.
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.
10782 16 Method '%s' is not supported in the ASE JDBC driver.
10783 16 %s is not a valid value for a parameter index because there is no parameter declared.
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.
10785 17 A Java operation or conversion failed, most likely due to insufficient memory. Please consult the errorlog for more information.
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.
10787 16 Cannot update or remove Java classes while the current process is still holding references to objects.
10788 16 Operation failed because the object being deserialized belongs to class '%s' which is incompatible with its declared class '%s'.
10789 16 There is already a class named '%.*s' in the database.
10790 16 There is already a jar named '%.*s' in the database.
10791 16 Process cannot update or remove class loader because Java Debugger is attached to the process.
10792 16 Cannot invoke method '%.*s' on class '%.*s'. Instance methods can only be invoked on objects.
10793 16 There is no class in a jar. Make sure that jar contains at least one class. Install failed.
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.
10795 16 The file '%.*s' contained in the jar does not represent a valid Java class file.
10796 10 Warning! Expecting file '%s' to contain Java class '%s'. Instead, class '%s' was found. Installing the class under the correct name '%s'.
10797 16 Cannot execute the prepared statement because the '%s' parameter has not been set.
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.
10799 16 Cannot get the column value because there are no more row in the result set.