Problem description:
Having problems trying to run jobs that use db2 under enterprise server. When running the job to execute the program, it receives module SQLGSTRT" not found .
Solution summary:
When DB2 job is submitted under ES, it fails with the following error :
Load error : file 'SQLGSTRT' error code: 173, pc=1C37, call=1, seg=0 173 Called program file not found in drive/directory
After changing the PATH configuration on the Micro focus Enterprise Server to below:
PATH="C:\\Program Files\\SQLLIB\\bin;<...>" . customer is able to run these DB2 jobs on the server without any issues .
#MFDS
#EnterpriseDeveloper