User Logging

Tim2632000

Active Member
All-

Does anyone know of any OneWorld functionality that monitors OneWorld Users as to login date/time. We would like to be able to have some kind of ability to audit users that have been given UserIDs but haven't logged in to OneWorld for "x" number of days and could therefore be deleted. Our auditors are requiring this kind of functionality in OneWorld. The only thing that I have come up with so far is something that JDE calls 21CFR11 (apparently some kind of gov't req.); however, this functionality is apparently not something that can simply be switched on in JDE. Maybe someone knows of some way to monitor the F98OWSEC file?
We are AS/400 V5R2 SP22.

-Tim
 
Search JDEList for F9312, and you'll see all kinds of posts on turning on logging of logins and logouts. Basically, it comes down to changing the enterprise server's JDE.INI, in the [SECURITY] section, so that the History value is 1 instead of 0. Beware that you'll start getting LOTS of records in the F9312 table, but it will show you all logins and logouts.
 
A possible solution for you might be to view the security file F98OWSEC check the fields
User - user id
SECFRQ - Change Frequency of users Password
SECLST - Date security last changed.
if the SECLST date + SECFRQ value is less than todays date then the user has not logged in to OneWorld since that date.
Not a perfect solution but it may be a quick solution for you.

Regards
Noel

Oneworld xe b7333
Oracle 8 - Citrix - Optio - windows 2000
 
Tim

Run P00960. It will tell the last person who logged into a machine plus the date and time they last logged in.

Patty
 
Back
Top