Hello Experts,
I recently have compiled PeopleSoft 9.2 COBOL programs using Net Express. But when I tried to run one of its COBOL program GPPDRUN it gave below error:
Execution error : file 'c:\\pt8.54\\CBLBINA\\PTPSQLRT.gnt'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
Kindly help me here, I have been trying to resolve this for about 1 week but still no luck.
The question here would be, what NX version was used to compile the PTPSQLRT module? Is this something that you compiled yourself or something that was left over from an older version?
A 114 error usually indicates that there is a mismatch of compiler versions used or that you are calling a program using a mismatch of parameters either number or sizes.
I would suggest that your best bet would be to contact Oracle about this problem as Micro Focus does not directly support Peoplesoft applications.
Thanks.
Hello Experts,
I recently have compiled PeopleSoft 9.2 COBOL programs using Net Express. But when I tried to run one of its COBOL program GPPDRUN it gave below error:
Execution error : file 'c:\\pt8.54\\CBLBINA\\PTPSQLRT.gnt'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
Kindly help me here, I have been trying to resolve this for about 1 week but still no luck.
Thanks Chris for your response.
I am using Micro Focus Net Express 5.1 Wrap Pack 6 for my PeopleSoft 9.2 with PeopleTools 8.54 as per Oracle documentation.
It compiled it myself.
However there is one thing which seems unusual, when I installed NE 5.1 it got installed under 'Program Files (x86)' but as per installation guide it should get installed under 'Program Files'. I don't know if it has something to do with the issue I am facing
Actually, I didn't face this issue when I compiled PeopleSoft 9.1/PeopleTools 8.52. My COBOL processes ran without any issue.