Intermittent UBE error...

Bob Sacamano

Member
We have a number of UBE's that run on Autosys batch scheduler throughout the day. We've recently been receving errors on some of these during peak times (mid-day runs usually). For instance, we have one UBE that runs at 7:30 am , 11:30 am, and 4:30 pm. The 11:30 am run fails almost everytime. The other two never have. Fails with the following JDE.log entry:

15182 Thu Apr 6 13:57:28.707365 runbatch.c302
INITIALIZING RUNBATCH job: 467937

15182 Thu Apr 6 13:57:28.717678 ipcmisc.c294
process 15182 <runbatch> registered in entry 256

15182 Thu Apr 6 13:57:28.728632 runbatch.c434
Startup for User=17122, Env=PD9, Role=PRODSUPP, Job#=467937

15182 Thu Apr 6 13:57:30.501344 runbatch.c1031
RUNBATCH: Remote CP=1252, Remote OS=5, Local CP=1252, ConvertToASCII=0

15182 Thu Apr 6 13:57:31.302079 PrtPDFGen.c3569


15182 Thu Apr 6 13:57:31.663369 PrtPDFGen.c3569


15182 Thu Apr 6 13:57:31.664136 PrtPDFGen.c3569


INFO: Done setting IPC Handle State structures to abandoned. Process exiting. iParam: 0000015182

**************************************
We think this is potentially related to memory allocation but not sure... any ideas?

Oh - The jobs that run successfully look like this:
**************************************

14815 Thu Apr 6 14:21:40.913417 runbatch.c302
INITIALIZING RUNBATCH job: 469302

14815 Thu Apr 6 14:21:40.925800 ipcmisc.c294
process 14815 <runbatch> registered in entry 269

14815 Thu Apr 6 14:21:40.936828 runbatch.c434
Startup for User=17122, Env=PD9, Role=PRODSUPP, Job#=469302

14815 Thu Apr 6 14:21:43.294874 runbatch.c1031
RUNBATCH: Remote CP=1252, Remote OS=5, Local CP=1252, ConvertToASCII=0

14815 Thu Apr 6 14:21:43.956962 PrtPDFGen.c3569


14815 Thu Apr 6 14:21:44.306428 PrtPDFGen.c3569


14815 Thu Apr 6 14:21:44.306986 PrtPDFGen.c3569


14815 Thu Apr 6 14:32:42.909403 ipcmisc.c294
API ipcSawUnregisterProcV1 : process 14815 unregistered in entry 269
 
Back
Top