Resolving collector mapping and unification issues in RSA Via Lifecycle and Governance
Originally Published: 2016-05-11
Article Number
Applies To
Issue
Resolution
- Preprocessing data from any inconsistent sources to make it easier to map to your main identity sources.
- Placing data in SQL databases provides extra flexibility for unanticipated future scenarios. SQL functions can be used to manipulate data and can be added right in the collector definition, avoiding code changes. You can convert case, substring portions of a column, concatenate columns and use these options in combination.
- Using .csv files like a relational database within a collector using SQL statements. CSV JDBC drivers have some column functions implemented but are usually not as full featured as a relational database.
As an example, there are orphan accounts in the database due to the userid not always being in the same case in an application. The main HR system always stores this value in lower case. The original "User Account Mappings Data" query is as follows:
SELECT application, accountname, userid FROM t_sample_multiappadc
To resolve this issue, change the query so that the userid is always lower case to match what is coming from the HR system:
SELECT application, accountname, lower(userid) as userid FROM t_sample_multiappadc
Notes
Related Articles
Provisioning Node Mapping display changed in RSA Identity Governance & Lifecycle 28Number of Views How to resolve RSA ACE/Agent certificate issues in ACE NAP 20Number of Views Account summary table export includes the HTML tags that construct the account mapping button in RSA Identity Governance &… 38Number of Views Looping fulfillment workflows cause multiple issues in SecurID Governance & Lifecycle 318Number of Views How to resolve an ORA-30036 UNDO Tablespace error in RSA Identity Governance & Lifecycle 538Number of Views
Trending Articles
RSA Release Notes for RSA Authentication Manager 8.8 RSA MFA Agent 2.4.3 for Microsoft Windows Group Policy Object Template Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.4.3 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?