TERMINATION_DATE from Oracle HRMS Authentication System is not getting stored in RSA Identity Governance and Lifecycle 7.0
Originally Published: 2017-09-20
Article Number
Applies To
RSA Product/Service Type: Enterprise Software
RSA Version/Condition: 7.0
Issue
The source Oracle HRMS column EMP_TERM_DATE is of type VARCHAR.
The target RSA attribute TERMINATION_DATE is of type DATE.
Therefore, for the user data query, the SELECT must use the TO_DATE function to convert the EMP_TERM_DATE, for example TO_DATE(EMP_TERM_DATE, 'YYYY-MM-DD HH:MI:SS').
However, even when this is done, the date is still not captured in the RSA attribute TERMINATION_DATE.
Cause
This is a Julian date, so it needs to be handled differently to a a normal Gregorian Date.
Further, Julian "day zero" is January 1, 4713 BC, so 4712-12-31 is the day before that, where this means it is the equivalent of a NULL date.
This value can also be seen in the Raw Data being collected.
Resolution
This is because the Julian date value "4712-12-31 12:00:00.0" is equivalent to a NULL or empty date.
Notes
Alternately, you can access the Oracle online documentation for the DATE Data Type.
Related Articles
AMPrime com.rsa.ucm.AuthManager.AmisCommandTargetException : Key not found 33Number of Views How to set up a CRL Distribution Point in a certificate during certificate manual approval 8Number of Views Error: Cannot connect to database. 'Access denied. The database cannot be accessed at this time. RSA ACE/Server database a… 20Number of Views How to change the default Oracle Statistics History Retention period for RSA Identity Governance & Lifecycle 84Number of Views How to access RSA Registration Manager enrollment page without being warned that the site is not trusted (even through the… 5Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?