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 How to create an ACE/Server Custom Report 23Number of Views RSA Governance & Lifecycle Recipes: Dashboard - Review Results "Overview" 26Number of Views Accessing the Portal via IWA always prompt for sign in access authorization over the IWA server URL. 9Number of Views CSV-based Database Collections fail with 'java.lang.ClassCastException' in RSA Identity Governance & Lifecycle 129Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.8 Setup and Configuration Guide Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?