Resolution
fact
PSSecure 8.0
fact
Inactive Session Monitor (ISM)
fact
NetIQ Security Solutions for iSeries 8.0
symptom
Error: 'CPD0162 Parameters do not match those in program ASCL54 in PSSECURE. Error found on TFRGRPJOB command'
symptom
Group job users cannot sign on after product upgrade.
cause
Copy of PSSECURE/TFRGRPJOB command in alternate system library does not get updated in upgrade process.
fix
note
PSSecure 8.0
fact
Inactive Session Monitor (ISM)
fact
NetIQ Security Solutions for iSeries 8.0
symptom
Error: 'CPD0162 Parameters do not match those in program ASCL54 in PSSECURE. Error found on TFRGRPJOB command'
symptom
Group job users cannot sign on after product upgrade.
cause
Copy of PSSECURE/TFRGRPJOB command in alternate system library does not get updated in upgrade process.
fix
To update the PSSECURE/TFRGRPJOB command in the alternate system library:
- On an iSeries command line, type
DSPOBJD OBJ(*ALL/TFRGRPJOB) OBJTYPE(*CMD)
and press Enter to display all copies of the TFRGRPJOB command. - Check if a copy exists in a non-IBM alternate system library that precedes library QSYS in the system library list.
- Rename the TFRGRPJOB command in the alternate system library.
- On an iSeries command line, type the following commands and press Enter, where ALTSYS is the alternate system library where the copy of the command was found:
CRTDUPOBJ OBJ(TFRGRPJOB) FROMLIB(PSSECURE) OBJTYPE(*CMD) TOLIB(ALTSYS) CHGOBJOWN OBJ(ALTSYS/TFRGRPJOB) OBJTYPE(*CMD) NEWOWN(PSOBJOWN) GRTOBJAUT OBJ(ALTSYS/TFRGRPJOB) OBJTYPE(*CMD) REFOBJ(ALTSYS/TFRGRPJOBX)RNMOBJ OBJ(ALTSYS/TFRGRPJOB) OBJTYPE(*CMD) NEWOBJ(TFRGRPJOBX)
DLTCMD CMD(ALTSYS/TFRGRPJOBX)
note
For information about setting up ISM to monitor group jobs, see NETIQKB39202: "How do I set up Inactive Session Monitor to monitor group jobs?" at https://www.netiq.com/kb/esupport/consumer/esupport.asp?id=NETIQKB39202.
Additional Information
Formerly known as NETIQKB53605