How to validate an installation or restored database in RSA Identity Governance & Lifecycle
Originally Published: 2014-10-20
Article Number
Applies To
RSA Version/Condition: 7.0.2, 7.1.0
Issue
Resolution
1. Check the backup directory
This directory is used for backups. If this directory is not found or is incorrect, the backup will fail.
SQL> SELECT owner, directory_name, directory_path FROM all_directories;
The directory must be read/write for owner and group and owned by oracle:oinstall. If the actual directory is not in /home/oracle, there should be a link from /home/oracle/<directory> to where the directory actually resides.
2. Check for XDB user (XML schema)
SQL> SELECT username FROM all_users WHERE username='XDB';This query should return the following:
The XDB user is part of the XDB schema used for XML manipulation in the database. This is a required element for using the RSA Identity Governance & Lifecycle schema. Without the XDB user, the database would not be able to understand or transform any of the XML.
3. Check for RSA Identity Governance & Lifecycle created users
SQL> SELECT * FROM all_users WHERE username IN ('AVUSER', 'AVDWUSER', 'ACMDB');
This query will return:
These are the users that access the various functions in the database and are used by the application server to run various functions.
4. Validate system settings
SQL> SELECT * FROM T_SYSTEM_SETTINGS WHERE parameter IN ('productVersion', 'Build', 'Hostname');
This returns:
This will validate the installed build number and version as well as the host being queried. These are the last items written to the database and validated when the application server is started. If these are correct, the database is most likely fine. If they are not correct, please contact RSA Identity Governance & Lifecycle support.
Related Articles
Unification fails with error "Could not validate identity model" in RSA Identity Governance & Lifecycle 7.0.2 68Number of Views RSA Federated Identity Manager "failed to validate signature value" error 38Number of Views Validate connection for Oracle Scanning - ORA - 12541 error 37Number of Views Support for CLOB and BLOB variables in Workpoint SQL Nodes added in version 7.0.1 with the new Workflow Editor in RSA Iden… 26Number of Views verify tool fails to validate keys with error 'KMS Server connection failed : Certificate unknown' 30Number 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) RSA Release Notes: Cloud Access Service and RSA Authenticators RSA Release Notes for RSA Authentication Manager 8.8 RSA-2026-04: RSA Governance and Lifecycle Security Update for SUSE Linux Enterprise Server Vulnerabilities
Don't see what you're looking for?