Message:'The log for job/user/number was not captured by PSAudit/SAA.' (NETIQKB42393)

  • 7742393
  • 02-Feb-2007
  • 13-Jul-2007

Resolution

fact
VigilEnt Security Agent for iSeries

fact
VigilEnt Security Agent for iSeries 7.5

fact
VigilEnt Security Agent for PSAudit 7.5

fact
System Access Analysis (SAA)

symptom
Message:'The log for job/user/number was not captured by PSAudit/SAA.'

cause
The message is issued for the selected job if SAA has not captured its joblog. Joblogs may not be captured for jobs with a duration of less than 27 seconds unless SAA is implemented using subsystem routing entries.

fix

To ensure joblogs are captured for all jobs, regardless of job duration, you must implement System Access Analysis (SAA) using subsystem routing entries.

To implement SAA using routing entries for subsystem QBATCH, run the commands shown below.

  • You may ignore message "Compare value confilcts with routing entry xx".
  • If message issued is "Pool identifier 2 not defined in subsystem description", then change the value for POOLID to a '1'.

ADDRTGE    SBSD(QSYS/QBATCH) SEQNBR(5)
CMPVAL(QCMDB) PGM(PSAUDIT/ALCL83)
CLS(QSYS/QBATCH) POOLID(2)

ADDRTGE    SBSD(QSYS/QBATCH) SEQNBR(6)
CMPVAL(QCMDI) PGM(PSAUDIT/ALCL83)
CLS(QSYS/QBATCH) POOLID(2)

ADDRTGE    SBSD(QSYS/QBATCH) SEQNBR(7)
CMPVAL(ALOG) PGM(QSYS/QCMD)
CLS(QSYS/QBATCH) POOLID(2)



Additional Information

Formerly known as NETIQKB42393