RSA Via Lifecycle and Governance Identity Collection fails during reconciling of deleted accounts with EC[1400] [unknown error code] and logs an ORA-1400 error
Originally Published: 2016-01-28
Article Number
Applies To
RSA Version/Condition: 7.0, 7.0 P01
Issue
The RSA Via Lifecycle and Governance (RSA Via L&G) Identity Collection fails during reconciling of deleted accounts with EC[1400] [unknown error code] displayed, as in the screen shot below:
The following event is logged in the aveksaServer.log file, located in /home/oracle/wildfly-8.2.0.Final/standalone/log/aveksaServer.log:
Population, 2234 01/06/2016 10:50:58.064 INFO (Exec Task Consumer#0) [com.aveksa.server.xfw.UnificationExecutor] Failed method=Process subTask=CompleteMergeTasks Default User
com.aveksa.server.db.PersistenceException: java.sql.SQLException: ORA-01400: cannot insert NULL into ("AVUSER"."GTT_CE_RELATIONS"."SRCPK_ID")
Cause
This issue should not occur if the customer installs RSA Via L&G 7.0 P01 or later; however if the customer does a collection while on RSA Via L&G 7.0 GA version, then the incorrect records will remain in the system and prevent the collection from proceeding even after applying the P01 Patch.
Resolution
Apply RSA Via L&G 7.0 P01
Note: If you have not run any collections on your system when it was on version 7.0 GA and you do not see this error message and you have patched to 7.0 P01 then no further action is needed.However, if your system was affected by this problem, then a SQL script needs to be run to correct any data that was collected incorrectly.
To identify if your system is affected by this problem you may run the following SQL script. If any records are returned, then your system is affected.
SELECT * FROM t_ce_explicit_relations WHERE SRCPK_ID is null;
Also, if you have run IDCs while on 7.0 GA and/or you have seen the unification error reported in this article, then the SQL script below needs to be run.
Run SQL script
- Login as user 'oracle'.
- Run sqlplus as 'avuser'.
- Run the following SQL script, followed by a commit, as in the example below:
UPDATE t_ce_explicit_relations SET srcpk_id = 0 WHERE srcpk_id is null; COMMIT;
- The output should look like the sample below, with it updating the number of rows equivalent to the number of deleted users.
acm-700:/home/oracle/Aveksa_7.0.0_P01 # su oracle oracle@acm-700:~/Aveksa_7.0.0_P01> sqlplus avuser/<secret> SQL*Plus: Release 12.1.0.2.0 Production on Thu Jan 21 15:34:52 2016 Copyright (c) 1982, 2014, Oracle. All rights reserved. Last Successful login time: Thu Jan 21 2016 15:34:05 -05:00 Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options SQL> UPDATE t_ce_explicit_relations 2 SET srcpk_id = 0 3 WHERE srcpk_id is null; 0 rows updated. SQL> COMMIT; Commit complete. SQL> exit
Notes
SELECT * FROM t_ce_explicit_relations WHERE SRCPK_ID is null;
Related Articles
RSA Access Manager 5.0 Apache 2.4 Agent Returns error "Unknown Authz provider: valid-user" on start up 12Number of Views "Unknown action field" failure while running AMBA Actions 27Number of Views Radius Server Crashed with status Unknown after adding alternate IP to authentication Agent on AM 8.x 126Number of Views RSA Authentication Manager 8.1 SP1 Web Tier installation fails with "The TCP port 7030 cannot be bound for an unknown reason" 137Number of Views No SQL Strategy found for SQL statement: Execute CreateAccount when using a Generic Database AFX connector in RSA Identity… 49Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?