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
intermittant FIM "error failed to validate signature value" 31Number of Views RSA Federated Identity Manager "failed to validate signature value" error 43Number of Views Validate connection for Oracle Scanning - ORA - 12541 error 37Number of Views How to use Microsoft Windows command prompt to validate the checksum values of RSA Authentication Manager files 84Number of Views Functionality requiring the retrieval of encrypted passwords is failing after a database restore in RSA Identity Governanc… 592Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to Detect and Resolve Stalled Workflows and Workpoint Issues in RSA Identity Governance & Lifecycle How to change the default Oracle Statistics History Retention period for RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Installation Guide Upgrade from 7.2.1 or earlier version to SecurID Governance & Lifecycle 7.5.0 or later version stalls at step ACM-102799.sql
Don't see what you're looking for?