EINE Batch getting security error ICH408I
search cancel

EINE Batch getting security error ICH408I

book

Article ID: 252052

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration

Issue/Introduction

After applying an EINE PTF can not do any Endevor actions from EINE as Batch

When checking the output of submitted jobs, it gives the following SEC ERROR -              

13.28.09 JOB05395  ICH408I USER(########  ) GROUP(group     ) NAME(username)  

                     LOGON/JOB INITIATION - INVALID PASSWORD               

13.28.09 JOB05395  IRR013I  VERIFICATION FAILED. INVALID PASSWORD GIVEN.   

$HASP106 JOB DELETED BY JES2 OR CANCELLED BY OPERATOR BEFORE EXECUTION     

This error happen when the USER= parameter is put in the job card and tries to submit JCL from different user without surrogate RACF configuration

Environment

Release : All Supported Releases

Resolution

1.  Change the UEXIT00 variable +UEXIT00-RJE-GEN-USERID-PASSWORD  to False by uncommenting out the line and specifying FALSE in the MOVE statement:
0820 * ----------------------------------------------------------------
0830 * +UEXIT00-RJE-GEN-USERID-PASSWORD is a logical variable that is  
0840 * used to tell EINE whether or not to include USERID= and         
0850 * PASSWORD= as part of the job card for jobs submitted via RJE.   
0860 * Default is coded.                                               
0870     MOVE FALSE TO +UEXIT00-RJE-GEN-USERID-PASSWORD                
0880 *                                                                 
  
 
2.  STOW UEXIT00
 
3.  Shutdown and restart the EINE Server