Ah, the system audit journal. Yeah that works.

Query the CO creation or DO deletion auditing entries.Via SQL or with the
ACS tool.
Will give the full path in a field in clear.

OP> would need to trace who and when a documents are created in a folder ..

On Tue, May 27, 2025 at 11:04 AM cesco via MIDRANGE-L <
midrange-l@xxxxxxxxxxxxxxxxxx> wrote:

Query the CO creation or DO deletion auditing entries.Via SQL or with the
ACS tool.
Will give the full path in a field in clear.
Of course you need to have the auditing on.
i.e.
SELECT journal_code, journal_entry_type, object, object_type, X.*
FROM TABLE (
QSYS2.Display_Journal(
'QSYS', 'QAUDJRN', -- Journal library and name
JOURNAL_ENTRY_TYPES => 'DO' , -- Journal entry types
STARTING_TIMESTAMP => CURRENT TIMESTAMP - 1 HOURS -- Time window for
search
) ) AS x
ORDER BY entry_timestamp DESC;

On Tuesday, May 27, 2025 at 04:23:39 PM GMT+2, Rob Berendt <
robertowenberendt@xxxxxxxxx> wrote:

Which was exactly what he was trying to do.
I think the problem was that he was hoping it didn't require a decoder ring
to get to and was in the simple path name column. The path name only shows
the parent directory with the auditing turned on.

Seems a job for object auditing?

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.



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