Problem:
COBSQ0999E -204 TUTORIAL.PACCY1 IS AN UNDEFINED NAME and COBSQ0125E Cursor not found error when using Jenkins CI software to compile programs
Solution:
The Jenkins service was accessing the system xdb.ini file instead of the user specific xdb.ini and was therefore connecting to the wrong location. The error got resolved after adding the below command in Jenkins:
bopt40n /iC:\\ProgramData\\Micro Focus\\Enterprise Developer\\mfsql\\cfg\\xdb.ini /pConnection CSCEHDBB.CurrentLocation=XDB10553
#EnterpriseDeveloper
#MFDS




