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



Found it. H/A software was the culprit.
SELECT
program_name,
entry_timestamp,
entry_type, entry_type_detail,
qualified_job_name,
user_profile_name,
function_registration_operation,
function_name,
usage_setting, previous_usage
FROM TABLE (
SYSTOOLS.AUDIT_JOURNAL_GR (STARTING_TIMESTAMP => CURRENT timestamp -
20 days))
WHERE ENTRY_TYPE = 'F'
and action <> 'ZR'
and function_name = 'QIBM_Q1A_RCY'
;

On Mon, Mar 6, 2023 at 8:17 AM Rob Berendt <robertowenberendt@xxxxxxxxx>
wrote:

Upon running the SETUSRBRM I see
Code . . . . . . . . : T - Audit trail entry
Type . . . . . . . . : GR - General purpose audit record
For each of the BRMS registrations
I'm going to hunt this down some more...

On Mon, Mar 6, 2023 at 8:05 AM Rob Berendt <robertowenberendt@xxxxxxxxx>
wrote:

Are there audit journal entries for WRKREGINF changes?
I have to repeatedly run the following because I keep disappearing
causing issues with running BRMS stuff.
SETUSRBRM USER(ROB) USAGE(*ADMIN)
It's gotten to the point where I keep backups with
RUNSQL SQL('CREATE TABLE mylib.WRKREGINF AS (SELECT *
FROM QSYS2.FUNCTION_USAGE) WITH DATA')
COMMIT(*NONE) NAMING(*SQL)
I'm to the point of thinking of having hourly job schedule entries do the
SETUSRBRM.
I have a case opened.



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.