Who has used Navigator for i on my system?

Rob Berendt <[email protected]> Wed, 1 Jul 2026 08:39:49 -0400
Newsgroups gmane.comp.hardware.ibm.midrange
Message-ID <CAPJ+qQOQimAQX1ErpvHF_qKZJEUjnPVhss3gvcwdCzPng025hA@mail.gmail.com>
After someone logs into Navigator for i their preferences are stored in the
IFS.  IBM obfuscates the individual's directory name to reduce the number
of places you can easily get a list of users.
You can bypass this obfuscation with the following, which also tells you
who has logged into Navigator for i.
select PATH_NAME, OBJECT_OWNER, ACCESS_TIMESTAMP
from table (QSYS2.IFS_OBJECT_STATISTICS(
                START_PATH_NAME *=>*
'/QIBM/UserData/OS400/Navigator/Preferences',
                SUBTREE_DIRECTORIES *=>* 'NO'))
;
Yes, you can restrict this if you are among the "If it isn't green, it
isn't a screen" crowd.
Either totally with WRKFCNUSG FCNID(QIBM_NAV_ALL_FUNCTION)
or individual items with WRKFCNUSG FCNID(QIBM_NAV*)
-- 
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: [email protected]
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support-FMtJrHiV//lnDLsaKlm4mFaTQe2KTcn/@public.gmane.org for any subscription related questions.