When trying to build a stored procedure from Stored Procedure Builder (IBM DB2 v7), I get the following error message:
[IBM][CLI Driver][DB2/NT] SQL4304N Java stored procedure or user-defined function ".", specific name "" could not load Java class "COM/ibm/db2/app/sqlejProcs", reason code "4". SQLSTATE=42724.
I specified the Java Development Kit 1.1 path (jdk11_path) variable for the client instance:
"DB2 UPDATE DBM CFG USING JDK11_PATH C:\jdk1.1.8".
And I also set the environment variable DB2_USE_JDK12 to 1:
"DB2SET DB2_USE_JDK12=1",
but the build still fails.
Does any one know what is wrong ?
best regards
Nicolas
[IBM][CLI Driver][DB2/NT] SQL4304N Java stored procedure or user-defined function ".", specific name "" could not load Java class "COM/ibm/db2/app/sqlejProcs", reason code "4". SQLSTATE=42724.
I specified the Java Development Kit 1.1 path (jdk11_path) variable for the client instance:
"DB2 UPDATE DBM CFG USING JDK11_PATH C:\jdk1.1.8".
And I also set the environment variable DB2_USE_JDK12 to 1:
"DB2SET DB2_USE_JDK12=1",
but the build still fails.
Does any one know what is wrong ?
best regards
Nicolas