How to create an Aveksa Statistics Report (ASR) from the linux command line prompt using SQL in RSA Identity Governance & Lifecycle
Originally Published: 2014-10-20
Article Number
Applies To
RSA Version/Condition: All
Issue
There are two ways to obtain this report:
- Through the RSA Identity Governance & Lifecycle user interface.
- At the linux command line prompt.
Resolution
- Login to the RSA Identity Governance & Lifecycle database as avuser.
- Execute one of the following commands depending on your RSA Identity Governance & Lifecycle version:
For versions 7.1.0 and earlier:
SQL> EXECUTE system_report.Run(null,null,null,null,systimestamp);
For versions 7.1.1 and 7.2.0:
SQL> EXECUTE system_report.Run(null,null,null,systimestamp);
NOTES:
- Starting in 7.1.1 there is one less parameter being passed to the system_report PL/SQL package.
- Using the above command with the systimestamp parameter will generate the ASR with a properly timestamped Name and Date in the user interface.
- After this command completes, the newly created ASR snapshot will appear on the list of ASR snapshots seen from the user interface under the Admin > System > Diagnostics tab.
Notes
Related Articles
How to create an Aveksa Statistics Report (ASR) in RSA Identity Governance & Lifecycle 205Number of Views Review escalation workflows do not trigger if review is set to Hold by an escalation workflow after due date in RSA Identi… 61Number of Views RSA Via Lifecycle and Governance - How to set up an environment to run WebServices with Turkish Characters 13Number of Views Duplicate a Scheduled Report Job 4Number of Views Check Point VPN Clients Discovering as Enforcement Points 23Number of Views
Trending Articles
RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide Downloading RSA Authentication Manager license files or RSA Software token seed records Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?