BookmarkSubscribeRSS Feed
vivinkumar
Fluorite | Level 6

I got a task to get report of SAS users login history for past 3 to 6 months and activities of all users (like access the dataset, library, etc.,). I am using SAS 9.4M5.

Let me know if there any option using SAS environment manager also.

 

I had a look in to this documents which helps me to get the last login information - https://communities.sas.com/t5/SAS-Communities-Library/Get-last-SAS-logins-of-users-and-clients/ta-p...

 

Best regards,

Vivin

2 REPLIES 2
AnandVyas
Ammonite | Level 13

If you enable SAS Environment Manager Service Architecture framework you have some audit reports available OOTB. It can help you fetch this information. Here is the link to list of reports:

https://support.sas.com/rnd/emi/SASEnvMgr/EVSAF/Report_Center_Report_Listings.pdf

 

Other way as shared in the article is write custom code to fetch this information from metadata server logs.

Kurt_Bremser
Super User

Logins to the SAS system can be extracted from the metadata server logs, but detailed information for dataset and library usage has to be taken from the workspace server logs for EG and Studio users. And if people can run code in batch from a commandline, the accesses from that will not be traceable

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
  • 5440 views
  • 3 likes
  • 3 in conversation