I tried this out on a test system using the new IBM i Navigator.
This was from just the initial logon.
SELECT Message_Timestamp,From_User,From_Job,Message_Id,MESSAGE_TEXT
FROM TABLE(Qsys2.History_Log_Info(
Start_Time => current_timestamp - 1 hour,
End_Time => current_timestamp
)) i
WHERE Message_Id in ('CPIAD09','CPI3E34')
AND
MESSAGE_TEXT LIKE '%127.0.0.1%';
returned 7 connections
for the Heritage Navigator 2 connections were returned
------------------------------
Bryan Dietz
------------------------------
Original Message:
Sent: Wed January 12, 2022 12:40 PM
From: Jeffery Green
Subject: Find users accessing Navigator for i
I've looked through the logs for Navigator for i and don't see a way to find out which users are accessing it. Does anyone know of a way to get that or to enable logging of user access? I'm looking for this for both the new and old Navigator for i.
------------------------------
<><><><><><><><><><>
Jeffery Green
Sr. Systems Engineer
IBM Power / IBM i
<><><><><><><><><><>
------------------------------