CHAPTER 10 Database Error Messages
715
’%1’ is not a public java class, and cannot be referenced from SQL
Item Value
SQLCODE -762
Constant SQLE_NON_PUBLIC_JAVA_CLASS
SQLSTATE WJ023
Sybase error code 13772
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 Java class name
Only public java classes installed into the database are accessible from SQL.
’%1’ is not a public java reference, and cannot be referenced from
SQL
Item Value
SQLCODE -763
Constant SQLE_UNKNOWN_JAVA_REF
SQLSTATE WJ024
Sybase error code 13773
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 a dotted expression
The dotted expression is neither a public java class nor a java variable.
Probable cause
Probable cause