EDC5157I

General discussion on the JZOS batch launcher and toolkit
Post Reply
Ian

EDC5157I

Post by Ian »

I'm getting an EDC5157I error when trying to run a JDBC program under JZOS. Here are the error messages:

Could not load dll : /V1R5/usr/lpp/db2/db2710/lib/libdb2os390j2comp.so
: EDC5157I An internal error has occurred.
Exception occurred invoking MultQuery.main()

Exception in thread "main"
JZOSVM13(I): Preparing to exit JVM...
JZOSVM - failed. RC=124.


Any assistance greatly appreciated.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

The most likely problem is that you don't have the necessary DB2 libraries in your job's //STEPLIB.

If you don't find the problem, please rerun the job with LOGLVL='+I' and email the job output to dev@jzos.com and we'll take a look for you.
Ian

Post by Ian »

I only had SDSNEXIT and SDSNLOAD concatenated to STEPLIB. When I added SDSNLOD2 it worked. Thanks for your help.
Post Reply