× 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.



You can do "object auditing". It will tell you what job, etc read a file.
But not which records. It can be part of a defense in depth strategy. If
someone messes with your log file you can then see that they still read
the other file and when.
Journal your log file to see what they changed also.
crtlib rob2x
CHGLIB LIB(ROB2X) CRTOBJAUD(*ALL)
CRTJRNRCV JRNRCV(ROB2X/JRNRCV)
CRTJRN JRN(ROB2X/JRN) JRNRCV(ROB2X/JRNRCV)
CRTPF FILE(ROB2X/TSTJRN) RCDLEN(10)
upddta rob2x/tstjrn
DSPJRN JRN(QAUDJRN) FROMTIME(082108 0911) JOB(ROBS1)
shows the creation, update, etc
dsppfm rob2x/tstjrn
DSPJRN JRN(QAUDJRN) FROMTIME(082108 0911) JOB(ROBS1)
now also shows
Code . . . . . . . . : T - Audit trail entry
Type . . . . . . . . : ZR - Object read access
Date . . . . . . . . : 08/21/08
Time . . . . . . . . : 09:14:22
Flag . . . . . . . . : 0
Count/RRN . . . . . : 0
Commit cycle ID . . : 0
Nested commit level : 0
Job . . . . . . . . : 351062/ROB/ROBS1
User profile . . . . : ROB
Remote address . . . : 10.10.8.237
and much more...


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.