How to access the Run Database Logs in RSA Identity Governance & Lifecycle
Originally Published: 2019-05-28
Article Number
Applies To
RSA Version/Condition: 7.x
Issue
The database logs referenced here are not the Oracle Database logs (also knwn as the Oracle alert_AVDB.log, the alert_+ASM.log, etc), but instead, are the logs associated with a particular job Run as seen in the RSA Identity Governance & Lifecycle User Interface Monitoring Page.
This page is accessed by logging into the application User Interface as an admin user, going to Admin > Monitoring > Data Runs tab and then selecting a specific job that needs further review or analysis.
Resolution
1. Database logs from a job run
This is the most common situation in which database logs will be collected. A job run failed or completed with unexpected results. Example job runs include Data Collection, Unification, Change Verification, etc. In this situation, the database logs should be collected from the Monitoring job run page.
- Log into RSA Identity Governance & Lifecycle as an administrator.
- Navigate to Admin > Monitoring.
- On the monitoring page, find the run ID that is associated with the issue, and click on the number for that run. In the right column there will a link for Database Logs for Run #.
- Click on the link to bring up the database logs for the Run.
- Save the logs by clicking the Save tab under Table Options in the top right corner.
- The application job database logs are always specific to a unique job Run ID #, and list the complete database activity for that job.
- There is typically more than one page associated with a job run, as shown in the above screen shot.
- The data displayed on this page is in reverse order by default. This means that the last operation is shown at the top of the list on the first page displayed.
2. Database logs not associated with a job run
In the event that RSA Support requests database logs that are not associated with a job on the monitoring page, they can be acquired elsewhere.
- Log into RSA Identity Governance & Lifecycle as an administrator, and navigate to Admin > System > Diagnostics tab.
- There will be a link to open the full database logs under the second header.
- Save the logs by clicking the Save tab under Table Options.
3. User Interface is unavailable
In the event that the User Interface is not available, database logs can be collected from the database. The database log is stored in table T_AV_JOB_STATS. The SQL queries noted below should be executed as avuser.To get the log from a certain run, include a where statement on column AV_RUN_ID with the Run ID #. The below example will return the database logs for run #306:
SELECT * FROM t_av_job_stats WHERE AV_RUN_ID ='306' ORDER BY JOB# DESC;
Although not as commonly requested, the following SQL will extract the entire database log sorted as it would be seen in the User Interface when accessing the job run database logs from the Admin > System > Diagnostics page:
SELECT * FROM T_AV_JOB_STATS ORDER BY JOB# DESC;
The data returned by these queries can be quite large and difficult to read when using the operating system command line SQL tool. It is sometimes easier to acquire any database logs directly from the application database. using a GUI SQL tool (such as SQL Developer, toad, and squirrel to name a few) to acquire any database logs directly from the application database.
Related Articles
RSA Announces the Release of iShield Key Manager 1.13.1 44Number of Views Error: 'Failure in opening file license.rec' while loading RSA ACE/Server token records 28Number of Views Release Notes Archive - Cloud Authentication Service and Authenticators (October 2024 - March 2024) 417Number of Views Listing the contents of the RSA Authentication Manager Java KeyStore (JKS) files 443Number of Views File information of sdconf.rec, sdopts.rec, sdstatus1 and sdstatus.12 files in RSA Authentication Manager 2.04KNumber of Views
Trending Articles
RSA Authentication Manager Upgrade Process Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Authentication Manager Patch Updates How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?