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 I can't see my token records in my RSA - Contact not on Token Order 13Number of Views Recommended order of operation for deployment of RSA MFA Agent for Windows with Authentication Manager 135Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA Release Notes for RSA Authentication Manager 8.8 AFX Server remains in a 'Not running' State, afx status shows 'timed out waiting for AFX applications to start' and mule_e… RSA Authentication Manager 8.7 SP1 Patch 1 Hotfix 1 RESTful Web Service Connector capability test fails with unauthorized (401) error when using Basic authentication in RSA G…
Don't see what you're looking for?