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 202Number of Views CSV-based Database Collections fail with 'java.lang.ClassCastException' in RSA Identity Governance & Lifecycle 130Number of Views RSA Via Lifecycle and Governance - How to set up an environment to run WebServices with Turkish Characters 13Number 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 How to configure an Identity Data Collector in RSA Identity Management and Governance 6.9.1 to collect from a .csv file wi… 41Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?