RSA Version/Condition: 7.2.0, 7.2.1
Platform (Other): Oracle Database
All Account Collectors fail in the step "Indirect Relationship Processing".
- The following error is logged to the aveksaserver.log file.
09/21/2020 08:43:54.400 INFO (Exec Task Consumer#0 - Sequence) [com.aveksa.server.db.persistence.PersistenceServiceProvider] executeCallableStatement giving up after hitting SQLException: ORA-00001: unique constraint (AVUSER.PK_T_EXPLODEDUENTS_ID) violated
- In addition, there may be similar error messages during migration (upgrade).
The following error may occur in the migrate.log.
ERROR at line 1: ORA-00001: unique constraint (AVUSER.PK_T_MEXPLODEDUENTS_ID) violated ORA-06512: at "AVUSER.ROLE_MANAGEMENT_PKG", line 5342 ORA-06512: at line 56
- Customers may report non-specific performance issues when conducting intensive database activities such as Reviews.
When Oracle PARALLEL_DEGREE_POLICY is set to AUTO or ADAPTIVE certain MERGE queries that are used by RSA Identity Governance & Lifecycle to generate unique sequences may result in duplicates. This may occur on any type of Oracle installation but may occur more frequently with Oracle RAC.
Setting PARALLEL_DEGREE_POLICY to AUTO or ADAPTIVE has the potential to decrease the query time for specific queries but may also increase the time for other queries. RSA recommends setting this to MANUAL for overall performance.
RSA recommends Oracle PARALLEL_DEGREE_POLICY be set to MANUAL.
The following command line sets Oracle Parallelism to manual and is effective immediately (does not require a restart of Oracle):
ALTER SYSTEM SET PARALLEL_DEGREE_POLICY=MANUAL SCOPE=BOTH;
init.ora Parameters
| Parameter Name | Begin value | End value (if different) |
|---|---|---|
| parallel_degree_policy | MANUAL |
Related Articles
AFX Server remains in a 'Not running' State with 'An issue with handling encryption was encountered' error on startup in R… 499Number of Views Error while importing RSA Identity Management and Governance Collector metadata: java.lang.IllegalStateException: An issue… 202Number of Views “An issue with handling encryption was encountered" with IBM JDK 1.8.0_281 and later in RSA Identity Governance & Lifecycle 462Number of Views Troubleshooting AFX Server issues in RSA Identity Governance & Lifecycle 572Number of Views Persistence layer issue in RSA Identity Governance & Lifecycle degrades performance and potentially leads to system crash 70Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to replace the RSA Authentication Manager self signed console certificate with a signed certificate from Microsoft Act… RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide How to Request Access to the RSA Authentication Manager AMI for AWS via RSA Support