You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a mixed requests in xmlserver input with requests that call both PASE(/usr/lib/start32) and JVM(QSYS/QSQSTPJC) in a job, SQL query failed later. As start32 is not recommended to be called with security feature enabled anymore, thinking of only use JVM to wake PASE up. Main changes are in plugpase.rpgle.
Currently in parm ctl, *JAVA/*SQLJAVA is used to start JVM.
1. <sh> triggers start32. *java triggers JVM. FAILED on db2_query().
For a mixed requests in xmlserver input with requests that call both PASE(/usr/lib/start32) and JVM(QSYS/QSQSTPJC) in a job, SQL query failed later. As start32 is not recommended to be called with security feature enabled anymore, thinking of only use JVM to wake PASE up. Main changes are in plugpase.rpgle.
Currently in parm ctl, *JAVA/*SQLJAVA is used to start JVM.
1.
<sh>
triggers start32. *java triggers JVM. FAILED ondb2_query()
.2. WORKS. After *java start JVM to have PASE up as well, won't trigger calling start32.
The text was updated successfully, but these errors were encountered: