- RSA Product Set: RSA Governance & Lifecycle
- RSA Version/Condition: 8.0.0 P01 HF01
Identity and Account Collection jobs are failing with the below error in aveksaServer.log
03/27/2024 16:01:03.172 INFO (Exec Task Consumer#1 - Main) [com.aveksa.server.db.persistence.PersistenceServiceProvider] executeCallableStatement giving up after hitting SQLException: ORA-01861: literal does not match format string ORA-06512: at "AVUSER.UNFC_PROCESSOR", line 66 ORA-06512: at "AVUSER.ROLE_MANAGEMENT_PKG", line 2482 ORA-06512: at "AVUSER.ROLE_MANAGEMENT_PKG", line 2482 ORA-06512: at "AVUSER.ROLE_MANAGEMENT_PKG", line 9941 ORA-06512: at "AVUSER.UNFC_PROCESSOR", line 291 ORA-06512: at "AVUSER.UNFC_PROCESSOR", line 41 ORA-06512: at line
An ORA-01861 error message which is caused by using a string instead of a correct date format in the advanced tab of the Role Membership Rule:
Obtain a full list of all the roles and look for the potential use of incorrect data types (eg: strings for date column) in the Role membership rule.
To do this, use the below SQL query to inspect for columns that look like they might be related to dates.
Sqlplus or SQL Developer could be used to execute the below query.
Execute as Oracle AVUSER or equivalent against the G&L Oracle database used as the application datastore.
select name, user_constraint, creation_date from T_AV_ROLES;
Check to see if there are any incorrect values in the user_constraint column.
Things to look for are SQL related issues similar to the one highlighted in this knowledge base article. (eg: use of strings for date table columns)
Related Articles
Joiner Mover Leaver Change Requests are getting rejected with "object references an unsaved transient instance" error in R… 1Number of Views The Edit and Cancel buttons in a Change Request cannot be disabled for requests created through Roles in RSA Identity Gove… 73Number of Views Unable to edit Role Membership Rule in RSA Governance & Lifecycle 35Number of Views Add entitlements table shows inconsistent results when the Role Set Policy is set to 'Deny entitlements not matching the e… 44Number of Views Error message "The request could not be handled" when attempting to edit a role in the New or Applied state in RSA Identit… 118Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide