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?
Release : 16.0
Component : ACF2 for z/OS
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)