JFM error at startup when implementing the QRYPORT for the CA Workload Automation CA 7 Edition Web Client.
search cancel

JFM error at startup when implementing the QRYPORT for the CA Workload Automation CA 7 Edition Web Client.

book

Article ID: 20753

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

When starting the Job Flow Monitoring task, it requires that the UCC7PRNQ (CA 7 prior run queue) be memory-resident. If not, you will receive the following error messages:

 CAL2M170E Monitor(CA71) Terminating - Call to module L2JFDBIO failed RC(28) token(00000000)       
 CAL2M103W Unable to delete QRYPORT name token pair (JFMCA71QRYPORT) rc(4) 
 CAL2M173I Monitor(CA71) has ended

Environment

Release:
Component: 7

Resolution

JFM requires the CA 7 Edition REQUEST, READY, ACTIVE and PRIOR RUN queues be memory-resident. To do this, you must add INDEX=A to the FORMAT statement in the CA 7 Edition initialization file for each of these queues.

Example:

 FORMAT,DDNAME=UCC7REQQ,DISP=O,FLNAME=UCC7REQQ,INDEX=A       
 FORMAT,DDNAME=UCC7RDYQ,DISP=O,FLNAME=UCC7RDYQ,INDEX=A 
 FORMAT,DDNAME=UCC7ACTQ,DISP=O,FLNAME=UCC7ACTQ,INDEX=A
 FORMAT,DDNAME=UCC7PRNQ,DISP=O,FLNAME=UCC7PRNQ,INDEX=A

 

A recycle of CA 7 Edition is required after the change is made. You then will need to restart the JFM task or issue an OS modify command to JFM to restart the monitor as follows:

 F jfm,INSTANCE(CA7x)