ACF2
The userid that Mainframe Connector will run under must have OMVS segment information assigned to it. This will include an OMVS UID and GID. This userid can be set up as follows:
SET LID INSERT mfc_id NAME(MFC STC ID) STC GROUP(OMVSGRP)
for example:
INSERT MFCX NAME(MFC STC ID) STC GROUP(OMVSGRP)
An OMVS segment can be set up as follows:
SET PROFILE(USER) DIV(OMVS) INSERT mfc_id UID(999999)
Similarily, the default group for the Mainframe Connector userid must have an OMVS segment. The group OMVS segment can be defined as follows:
SET PROFILE(GROUP) DIV(OMVS) INSERT mfc_grp GID(999999)
The ACF2 started task table should be updated to include the Mainframe Connector started task procedure name and corresponding mfc_id .
Note
For mainframe targets using ACF2 security, a passphrase reset invokes an operation of modifying the field PHP-EXP on mainframe server. This requires special permission "SECURITY" granted to the mainframe user, which is created on mainframe server when setting up the MFC connector initially. This user will be used as "Run as" when performing the operations through the target credential of the target. Without the proper permission assigned, the reset operation fails.