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
OWNER
of the Engineering Workflow Management ISPF daemon started task. Are these the expected task and owner names? - The
OWNER
of the started task needs to haveUPDATE
access to FACILITY BPX.SERVER. Verify this by issuing the following RACF command:
DoesRLIST FACILITY BPX.SERVER ALL
OWNER
haveUPDATE
access to FACILITY BPX.SERVER? - The default name of
APPL
isBLZAPPL
. If another name is being used, ensure that theAPPL
name is defined. Verify this by issuing the following RACF command:RLIST APPL BLZAPPL ALL
Note: If the defaultIs theAPPL
name has been changed, replaceBLZAPPL
in the command with yourAPPL
name.APPL
name correct? - The
APPL
must haveSSIGNON
defined. Verify this by issuing the following RACF command:
DoesRLIST PTKTDATA BLZAPPL ALL
APPL
haveSSIGNON
capability? - 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
BLZAPPL
default name forAPPL
, the name you defined forAPPL
must match the_ISPF_DAEMON_APPLID
property in theispfdmn.conf
and must match your RACF definitions. Does theAPPL
name match the_ISPF_DAEMON_APPLID
property 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
SETROPTS
commands been issued after any updates?