× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I opened up a ticket with IBM. Apparently it is documented that *USRPRF objects are immune to many of the stuff of object auditing. They specifically listed DSPUSRPRF for one. I'll give IBM the benefit of the doubt here that they have valid reasons, like a lot of performance hit or some such thing. That, and they gave me an acceptable alternative.
CHGUSRAUD USRPRF(DUMMY) OBJAUD(*ALL) AUDLVL(*JOBDTA *NETSCK)
Tried:
- 5250
- ftp
- NetServer
And it caught them all
SELECT journal_code, journal_entry_type, "CURRENT_USER", "JOB_NAME", "JOB_USER", "JOB_NUMBER", PROGRAM_NAME,
PROGRAM_LIBRARY, PATH_NAME, OBJECT, OBJECT_TYPE, REMOTE_ADDRESS, REMOTE_PORT, ENTRY_TIMESTAMP
FROM TABLE (QSYS2.Display_Journal(
JOURNAL_LIBRARY => 'QSYS',
JOURNAL_NAME => 'QAUDJRN',
STARTING_RECEIVER_LIBRARY => 'QGPL',
STARTING_RECEIVER_NAME => '*CURCHAIN',
STARTING_TIMESTAMP => CURRENT TIMESTAMP - 20 minutes
)) X
WHERE
(OBJECT_TYPE = '*USRPRF' and OBJECT = 'DUMMY QSYS')
or "CURRENT_USER"='DUMMY' or "JOB_USER"='DUMMY';

I rearranged the columns to stick with pertinent data
CURRENT_USER, JOB_NAME, JOB_USER, REMOTE_ADDRESS
ROB ROBHQ1 ROB 10.10.9.30
DUMMY QPADEV0004 DUMMY 10.10.6.128
DUMMY QPADEV0004 DUMMY 10.10.6.128
DUMMY QTFTP00037 QTCP 10.10.6.128
DUMMY QTFTP00037 QTCP 10.10.6.128
DUMMY QTFTP00037 QTCP 10.10.6.128
DUMMY QTFTP00037 QTCP 10.10.6.128
DUMMY QZLSFILE QPGMR -
DUMMY QZLSFILE QPGMR 10.10.6.128

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.