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


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

This mailing list archive is Copyright 1997-2026 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.