CHAPTER 10 Database Error Messages
889
The database does not support the Java virtual machine
Item Value
SQLCODE -758
Constant SQLE_NO_JAVA_SUPPORT
SQLSTATE WJ022
Sybase error code 13769
ODBC 2 State ERROR
ODBC 3 State ERROR
The Java virtual machine could not be started because the database does not
have the proper support. It may be that the database was created with an
older version of the software, or was created with the Java support disabled.
If the database was created with an older version of the software the database
should be upgraded to the most recent version. If the database was created
with Java support disabled, then the instjava.sql script should be run against
the database to enable java support.
The external function call is incompatible
Item Value
SQLCODE -818
Constant SQLE_INCOMPATIBLE_EXTERNAL_CALL
SQLSTATE WW026
Sybase error code 13824
ODBC 2 State ERROR
ODBC 3 State ERROR
You attempted to call an external function. An attempt to load the attempted
library failed because of incompatibility with the server. Incompatibility may
arise because the dynamic library is using an external function api that is
either not supported by the server or is newer than the one supported by the
server.
Probable cause
Probable cause