In EINE, some batch jobs are getting submitted using CICS region ID instead of individual logon id
search cancel

In EINE, some batch jobs are getting submitted using CICS region ID instead of individual logon id

book

Article ID: 278537

calendar_today

Updated On:

Products

Endevor Natural Integration

Issue/Introduction

In EINE, when a MFA user submits a batch Add action, the job fails because its using the CICS id:  TSTXCICS.

1) Job card used by the MFA user:

//(userid)A JOB 'EINE SUBMIT',CLASS=Z,MSGCLASS=T 
/*JOBPARM SYSAFF=*
//PROCLIB JCLLIB ORDER=iprfx.iqual.PROCLIB
//*

      The job submitted by EINE is using CICS regions user ID for submission of the job.

      useridxA  JOB08791 TSTXCICS    1 PRINT      Z   569 LOCAL           

 

 

2,  The job card used by the non-MFA user:

//(userid)A JOB 'EINE SUBMIT',CLASS=Z,MSGCLASS=T,
//    USER=(userid),PASSWORD=                  

/*JOBPARM SYSAFF=*
//PROCLIB JCLLIB ORDER=iprfx.iqual.PROCLIB
//*

    And the job submitted by the non-MFA ID  using individual ID.   

   useridxA  JOB08793  useridx      1 PRINT      Z   571 LOCAL            

Environment

All supported versions of the Endevor Natural interface (EINE)

Resolution

This has nothing to do with MFA. 
 
EINE users need to explicitly supply the USER and PASSWORD in their job card because the EINE UEXIT00 exit option - 
+UEXIT00-RJE-GEN-USERID-PASSWORD
is set to No / False. 
 
When this option is set to No / False, EINE does not automatically generate and include the USERID and Password parameters in the Job card when jobs are submitted by EINE.