ACF2 error ACF01004 LOGONID IZUSRV1 NOT FOUND when trying to start z/OSMF
search cancel

ACF2 error ACF01004 LOGONID IZUSRV1 NOT FOUND when trying to start z/OSMF

book

Article ID: 241637

calendar_today

Updated On:

Products

ACF2 - z/OS ACF2 ACF2 - MISC

Issue/Introduction

The ACF2 provided job ACFMFSEC was used to create the security setup required for z/OSMF. However, there is an error message that occurs when trying to start z/OSMF:

ACF01004 LOGONID IZUSRV1 NOT FOUND 

What is causing this error?   

Environment

Release : 16.0

Component : ACF2 for z/OS

Resolution

The ACFMFSEC job creates a logonid called IZUSVR for the z/OSMF started task and also creates the following GSO STC records to associate a logonid to the started task:

SET CONTROL(GSO)                                  
INSERT STC.IZU001 LOGONID(IZUSVR) STCID(IZUSVR1-) 
INSERT STC.IZU002 LOGONID(IZUSVR) STCID(IZUANG1-) 
F ACF2,REFRESH(STC)

Since IZUSRV1 is the name of the started task (as opposed to IZUSVR1 which was the assumed started task name in the ACFMFSEC job), the following STC record will need to be added:

SET CONTROL(GSO)                                 
INSERT STC.IZU003 LOGONID(IZUSVR) STCID(IZUSRV1-)
F ACF2,REFRESH(STC)