ACF2 $P JES2 causes System hang getting $HASP263 WAITING FOR ACCESS TO JES2
search cancel

ACF2 $P JES2 causes System hang getting $HASP263 WAITING FOR ACCESS TO JES2

book

Article ID: 194532

calendar_today

Updated On:

Products

ACF2 ACF2 - z/OS ACF2 - MISC LDAP SERVER FOR Z/OS

Issue/Introduction

After $P JES2 System seems hangs getting $HASP263 WAITING FOR ACCESS TO JES2. CHECKPOINT VOLUME SPULE0 messages. Also get these messages:
$HASP715 ADDRESS SPACES WAITING FOR RETURN JOBID  

         ASID     JOBNAME                         
         002F     ACF2  

Environment

Release : 16.0

Component : CA ACF2 for z/OS

Resolution

This can be caused by having the DEBUG option set in the ACF2 LDS OPTIONS.

ACF              
SET CONTROL(LDS) 
SHOW LDS  
                                                                                
 -- LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL --                                    
                                                                                
    CURRENT LDS STATUS:                      ACTIVE                                         
    CURRENT LDS JOURNAL STATUS:    INACTIVE                                       
    LDS JOURNAL DATASET NAME:         NONE                                           
    CURRENT LDS RECOVERY STATUS: INACTIVE                                       
    LDS RECOVERY DATASET NAME:      NONE                                           
    CURRENT SYSID:                                 SYS8                                           
    LDSRING:                                              acf2-lds-keyring                               
    OPTIONS:     DEBUG    RETRY(3)  SYSCLASS(A)  SYSDEST(LOCAL)    TIMEOUT(30)         
END       

If a site is running with DEBUG set, then the F, ACF2,LDS(STOP) operator command should be issued prior to shutting down JES2, or turn the LDS DEBUG option off. 

To turn the LDS OPTIONS record DEBUG option off:

ACF
CHANGE OPTIONS NODEBUG
F ACF2,REFRESH(OPTIONS),TYPE(LDS)

Note that the individual LDS LDAP record also have DEBUG|NODEBUG setting for each LDAP record. To Identify the LDS.qualifier record that has DEBUG set, issue the SHOW LDS command and then issue the CHANGE command for the record for which the DEBUG|NODEBUG field will be changed:

ACF
SET CONTROL(LDS)
SHOW LDS

 -- LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL --                                    
                                                                                
    CURRENT LDS STATUS:                      ACTIVE                                         
    CURRENT LDS JOURNAL STATUS:    INACTIVE                                       
    LDS JOURNAL DATASET NAME:         NONE                                           
    CURRENT LDS RECOVERY STATUS: INACTIVE                                       
    LDS RECOVERY DATASET NAME:      NONE                                           
    CURRENT SYSID:                                 SYS8                                           
    LDSRING:                                              acf2-lds-keyring                               
    OPTIONS:     NODEBUG    RETRY(3)  SYSCLASS(A)  SYSDEST(LOCAL)    TIMEOUT(30)    

   ACTIVE LDAP RECORD LIST:                                               
                                                                          
   - LDAP.SY31                                                            
     STATUS:      CONNECTING                                                
     OPTIONS:    ACTIVE    NOBROADCST  NOCHANGE  DEBUG     NODELCHILD    
                          DELETE    NOINSERT    JOURNAL   PSWDASIS    NOPSWDLOWR    
                          NOUSEEXTOP                                                
     OBJCLASS:  acf2lid                                                   
     NEXTKEY:   *** NO NEXTKEY DEFINED ***                                

To turn the LDS LDAP record DEBUG option off:

ACF
SET CONTROL(LDS)
CHANGE LDS.SY31 NODEBUG
F ACF2,REFRESH(LDAP),TYPE(LDS)  

Additional Information

   For details on the LDS OPTIONS record and the LDS LDAP record see ACF2 documentation section: 'LDAP Directory Services'.