Question

Finding less active IFS Aurena End Users

  • 5 January 2023
  • 3 replies
  • 114 views

Badge +2

Hi,

I’m seeking info on querying the last log-in details of Aurena users. (In other words, I need to see the users how rarely use the system or less active in the system). I used the following query to get the DBA users who logged into IFS for past 6 months. But that does not show the Aurena users. Is there a specific table that store all end users? 

SELECT *
  FROM dba_users ul
 WHERE last_login >= SYSDATE - 180;

 

Kind regards,

Tharindu


3 replies

Userlevel 5
Badge +10

Hi Tharindu,

I think you can find the answer in the following topic;

Track IFS logins | IFS Community

Hope this helps!

 

Userlevel 7
Badge +21

Hi @Tharindu_Weerasinghe ,

 

We use IFS 10 update 8 and Azure AD for authentication.  We enabled history on FNS_CLIENT_LOGON_TAB an we noticed the only history being captured was users utilizing IEE interface.  The users using Aurena did not have any entries in the history log.  We have not found a solution to log a user logon when using Aurena.  Perhaps there is a solution in one of the updates after update 8..

 

Regards,

William Klotz

Badge +2

Thank you so much for your responses! 

Reply