RSA Identity Governance & Lifecycle display order and value of report column changes automatically
Originally Published: 2018-04-04
Article Number
Applies To
RSA Product/Service Type: Software Appliance
RSA Version/Condition: 7.0.2
Issue
The query below is used to create the report:
(SELECT ( 'Active accounts' ) AS "Active Accounts", ( SELECT COUNT(*) FROM avuser.PV_ACCOUNT pa LEFT JOIN avuser.PV_USER_ACCOUNT_MAPPING pum ON pa.ID=pum.ACCOUNT_ID LEFT JOIN avuser.PV_USERS pu ON pum.USER_ID = pu.ID LEFT JOIN avuser.PV_BUSINESS_SOURCE pbs ON pa.APPLICATION_ID = pbs.ID WHERE pa.IS_DISABLED =0 AND pa.DELETION_DATE IS NULL AND pu.IS_TERMINATED ='False' AND (pbs.RESOURCE_TYPE = 'A' OR pbs.RESOURCE_TYPE = 'D' ) ) AS "Active_linked_active ", ( SELECT COUNT(*) FROM avuser.PV_ACCOUNT pa LEFT JOIN avuser.PV_USER_ACCOUNT_MAPPING pum ON pa.ID=pum.ACCOUNT_ID LEFT JOIN avuser.PV_USERS pu ON pum.USER_ID = pu.ID LEFT JOIN avuser.PV_BUSINESS_SOURCE pbs ON pa.APPLICATION_ID = pbs.ID WHERE pa.IS_DISABLED =0 AND pa.DELETION_DATE IS NULL AND pu.IS_TERMINATED ='True' AND (pbs.RESOURCE_TYPE = 'A' OR pbs.RESOURCE_TYPE = 'D' ) ) AS "Active_linked_term ", ( SELECT COUNT(*) FROM avuser.PV_ACCOUNT pa LEFT JOIN avuser.PV_BUSINESS_SOURCE pbs ON pa.APPLICATION_ID = pbs.ID WHERE pa.ORPHANED_DATE IS NOT NULL AND pa.IS_DISABLED =0 AND pa.DELETION_DATE IS NULL AND (pbs.RESOURCE_TYPE = 'A' OR pbs.RESOURCE_TYPE = 'D' ) ) AS "Orphan Account" FROM dual)
The correct order of the columns set by the user when creating/editing the report is as follows:
The output of the query when previewed:
After saving the report, the column order changes on its own as shown below:
Cause
Resolution
The extra blank space on the provided field names would be tricky to handle by the current code base, as it would require RSA Identity Governance & Lifecycle code to do query parsing and require a lot of efforts to be changes in the product logic.
Hence, the Report Query Developer should make sure that there are no extra spaces in any of the field names.
Related Articles
RSA Identity Governance & Lifecycle email approval macro ValidReplyAnswers orders URL in the wrong order 37Number of Views How to restart RSA Web Threat Detection services in the proper order 35Number of Views How to split a large file into smaller chunks in order to provide to RSA Customer Support 78Number of Views How to restart services on a Check Point firewall in order to use the sdopts.rec file 188Number of Views I can't see my token records in my RSA - Contact not on Token Order 14Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?