RSA Identity Governance and Lifecycle report template Entitlement Review Item Details by Reviewer does not display the custom state
Originally Published: 2017-01-16
Last Modified: 2023-09-25
Article Number
Applies To
RSA Version/Condition: 7.0
Issue
- In the Review Definition, the custom review state (e. g., Keep and Remark) is defined in the Review Definition.
- Keep and Remark is displayed as valid custom review state when you run the review.
- However, when you run the Entitlement Review Item Details by Reviewer Report, it displays None instead of the defined custom state (e. g., Keep and Remark).
Cause
Workaround
- Run the following SQL script to add the setting (replacing Display Name for Custom State with your custom state display name). It could be a simple INSERT statement, but use the example below to avoid inserting the same entry multiple times.
DECLARE v_count INTEGER; v_param VARCHAR2(50) := 'CustomState'; BEGIN SELECT COUNT(1) INTO v_count FROM T_SYSTEM_SETTINGS WHERE PARAMETER = v_param; IF(v_count = 0) THEN INSERT INTO T_SYSTEM_SETTINGS(PARAMETER, VALUE) VALUES (v_param, 'Display Name for Custom State'); END IF; COMMIT; END;
- Verify that the setting in the System Settings table with parameter name CustomState has been added.
- Run the Entitlement Review Item Details by Reviewer report again. This time it will display your custom state of Keep and Remark.
Related Articles
Change the Authentication Service port number for RSA Authentication Manager 8.x 116Number of Views Unable to see orgs after in place upgrade from 5.7.3 to 6.0.2.1 SP2 15Number of Views RSA Identity Management and Governance 6.9.1 P12 Active Directory Identity Data Collector (IDC) collection fails with "Unp… 89Number of Views Cannot avoid circuit breaker abort for scheduled Identity Data Collector (IDC) collections in RSA Identity Governance & Li… 166Number of Views RSA SecurID Authentication Agent 8.1 for PAM Installation and Configuration Guide for SUSE (Portuguese) 21Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?