ESF026 ERROR DURING SEARCH OF MODULE IGC0024F
search cancel

ESF026 ERROR DURING SEARCH OF MODULE IGC0024F

book

Article ID: 204454

calendar_today

Updated On:

Products

Spool

Issue/Introduction

I am working on upgrade CA -Spool V 12 and during start up of started task ESF I am facing below error when I have replied Y the WTOR ESF053:

*nn ESF053  CHKPTDS1 REPLY Y OR N TO CONFIRM CHECKPOINT RECOR
 R nn,Y                                                       
 ESF059  CHKPTDS1 COLD-START IS IN PROGRESS                  
 ESF041  INTERNAL TRACE REQUESTED,   512 ENTRIES ALLOCATED   
*ESF026  ERROR DURING SEARCH OF MODULE IGC0024F, RC=2        
*ESF016  INVALID SVCCODE SPECIFIED, RC=5                     
*ESF002  INITIALIZATION FAILED, CORRECT ABOVE PROBLEMS AND RESTART ESF

 

Environment

Release : 12.0 14.0

Component : CA Spool

Cause

The MODULES statement was point to a module that did not exist:

MODULES SSSM=ESFSSSM,SVC=IGC0022H,USO=ESFUSO,
  USS=ESFUSS,MENU=ESFMESF

According to the CA Spool documentation for message ESF026:

ERROR DURING SEARCH OF MODULE xxxxxxxx RC=y
Reason:
During initialization CA Spool was neither able to locate the requested module xxxxxxx in the link-pack area nor to load the module in to the common system area. CA Spool terminates processing.
The return code can have the following values:
 RC=1—Module found on link-library list, but not found in the LPA/MLPA.
 RC=2—Neither STEPLIB, JOBLIB, nor link-library list contains the module.
 RC=3—Unable to allocate enough CSA storage to contain the module.
 RC=4—Error during module load into CSA.
 RC=5—The ESFSSSM module was not at a matching release level.

Resolution

Changing the SVC module name to the default of ESFSVC solved this problem:


MODULES SSSM=ESFSSSM,SVC=ESFSVC,USO=ESFUSO,
USS=ESFUSS,MENU=ESFMESF

Additional Information

https://techdocs.broadcom.com/us/en/ca-mainframe-software/traditional-management/ca-spool/12-0/messages-and-codes/ca-spool-messages/initialization-messages/esf026.html

https://techdocs.broadcom.com/us/en/ca-mainframe-software/traditional-management/ca-spool/12-0/initialization-options/modules.html