BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
mkiran
Obsidian | Level 7

I have a requirement to report every user login info with times (not just last login time) , can you suggest where can I get this info?.

I have extracted info from the metadata but it only gives me last login time not the complete info.

 

I do have the APM enabled and  it doesn't have the login times, all I could get there is user info and how much time he is on the system.

1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
The Metadata log parser program available in the link below will read every authentication attempt made against the Metadata server, as these are all captured in the log files. The table it creates called open_con would be a table of all connection attempts made in the set of logs provided.

https://github.com/sascommunities/technical-support-code/blob/main/usage/administration/metadata_ser...
--
Greg Wootton | Principal Systems Technical Support Engineer

View solution in original post

2 REPLIES 2
gwootton
SAS Super FREQ
The Metadata log parser program available in the link below will read every authentication attempt made against the Metadata server, as these are all captured in the log files. The table it creates called open_con would be a table of all connection attempts made in the set of logs provided.

https://github.com/sascommunities/technical-support-code/blob/main/usage/administration/metadata_ser...
--
Greg Wootton | Principal Systems Technical Support Engineer
MarcoGhiglieri
Obsidian | Level 7
...Brilliant!

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 297 views
  • 2 likes
  • 3 in conversation