Review SQL SELECT in the Content tab is not working in RSA Identity Governance and Lifecycle
Originally Published: 2017-09-08
Article Number
Applies To
RSA Product/Service Type: Enterprise Software
RSA Version/Condition: 7.0.2 P02
Issue
It appears to save correctly after selecting the OK button:
Workaround
Use an alias in the SQL SELECT for the table or view and then it will parse correctly without modifying the column name in the sub-select.
For example, if the SQL statement is as follows,
SELECT id FROM PV_APPLICATION_ENTITLEMENT WHERE alt_name LIKE '%Manage%'Change to the example below:
SELECT ae.id FROM PV_APPLICATION_ENTITLEMENT ae WHERE ae.alt_name LIKE '%Manage%'
Related Articles
Java client auto-enrollment fails if certificate in the pool on server has a large serial number 26Number of Views Hyperlinks in the Email body of Workflow Nodes that are defined as Job Level Variables are not saved in RSA Identity Gover… 71Number of Views Workflows stuck in AFX fulfillment and/or Provisioning nodes in RSA Identity Governance & Lifecycle 504Number of Views New feature information for RSA Authenticator 4.3 for iOS and Android 284Number of Views Database Schema 80Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.8 Setup and Configuration Guide Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?