Troubleshooting IBM Engineering Workflow Management ISPF client security
This section provides information to help you troubleshoot problems with the IBM® Engineering Workflow Management ISPF client security setup.
Check the following items to ensure that they are correct:
- In Systems Display And Search Facility Display Active users panel (SDSF DA), locate the started
task name and the user ID of the
OWNERof the Engineering Workflow Management ISPF daemon started task. Are these the expected task and owner names? - The
OWNERof the started task needs to haveUPDATEaccess to FACILITY BPX.SERVER. Verify this by issuing the following RACF command:
DoesRLIST FACILITY BPX.SERVER ALLOWNERhaveUPDATEaccess to FACILITY BPX.SERVER? - The default name of
APPLisBLZAPPL. If another name is being used, ensure that theAPPLname is defined. Verify this by issuing the following RACF command:RLIST APPL BLZAPPL ALLNote: If the defaultIs theAPPLname has been changed, replaceBLZAPPLin the command with yourAPPLname.APPLname correct? - The
APPLmust haveSSIGNONdefined. Verify this by issuing the following RACF command:
DoesRLIST PTKTDATA BLZAPPL ALLAPPLhaveSSIGNONcapability? - The passticket requestor must have read access to BLZ.CONNECT.BLZAPPL.
The access should be available assuming that the BLZAPPL default name
for APPL is used. If a generic profile BLZ.CONNECT.* is set up, the
requestor must have read access to the generic profile. Verify this
by issuing the following RACF command:
Does passticket requestor have read access to BLZ.CONNECT.BLZAPPL?RLIST FACILITY BLZ.CONNECT.BLZAPPL ALL - If you are not using the
BLZAPPLdefault name forAPPL, the name you defined forAPPLmust match the_ISPF_DAEMON_APPLIDproperty in theispfdmn.confand must match your RACF definitions. Does theAPPLname match the_ISPF_DAEMON_APPLIDproperty in theispfdmn.conf? - Program control must be given for the key libraries
SYS1.LINKLIB,CEE.SCEERUN, andCEE.SCEERUN2. Verify this by issuing the following RACF command:
Do these three key libraries have program control?RLIST PROGRAM * - Have any RACF
SETROPTScommands been issued after any updates?