ACF2 to RACF NJE batch job fails with message: ICH408I
search cancel

ACF2 to RACF NJE batch job fails with message: ICH408I

book

Article ID: 26856

calendar_today

Updated On:

Products

ACF2 ACF2 - z/OS ACF2 - MISC

Issue/Introduction

NJE batch jobs from an ACF2 system to a RACF system fails with message:

ICH408I USER(userid ) GROUP(groupname ) NAME(user name) SUBMITTER(????????) LOGON/JOB INITIATION - SUBMITTER IS NOT AUTHORIZED BY USER.

The user is defined to both systems with exactly the same userid/password specified. Why is this error occurring?

Resolution

Check the ACF2 GSO NJE parameters for this connection. The ENCRYPT parameter is only valid for ACF2 to ACF2 systems. It needs to be set to NOENCRYPT for a RACF system.

TSO ACF
ACF
SET CONTROL(GSO)
CHANGE NJEqual NOENCRYPT
F ACF2,REFRESH(NJE)
END

A separate NJE record for this one system may need to be created if using a masked record that is shared by multiple systems.