cancel
Showing results for 
Search instead for 
Did you mean: 

Table 'ExtEnvMethodArgs_JAVA' not found

0 Kudos
769

SQL Anywhere Network Server Version 17.0.10.5963.
If the external java procedure (sending mail) call from the PowerBuilder-application happens several times in a row (not simultaneously), I get the following error:

 java.sql.SQLException: [SAP][JDBC Driver][SQL Anywhere]Table 'ExtEnvMethodArgs_JAVA' not found
    at sap.jdbc4.sqlanywhere.IIStatement.nativeExecuteUpdate(Native Method)
    at sap.jdbc4.sqlanywhere.IIStatement.executeUpdate(IStatement.java:563)
    at sap.jdbc4.sqlanywhere.IStatement.executeUpdate(IStatement.java:312)
    at ianywhere.sa.jvm.SAJvmFortify.checkedExecuteUpdate(SAJvmFortify.java:311)
    at ianywhere.sa.jvm.SAJvm.getMethodArgs(SAJvm.java:693)
    at ianywhere.sa.jvm.SAJvm.executeMethod(SAJvm.java:1438)
    at ianywhere.sa.jvm.SAJvm.run(SAJvm.java:353)
When calling an external Java procedure from ISQL, the error is not reproduced.
I managed to deal (?) with this error only by stopping the java environment before each call to the external java procedure: STOP EXTERNAL ENVIRONMENT JAVA; A similar error was described in Calling external java function.

Q: Why does this error occur?
"Who" is to Blame (SQL Anywhere 17 or PowerBuilder or Java or ...) ?

Accepted Solutions (0)

Answers (0)