Users receiving emails for a deleted review result in RSA Via Lifecycle and Governance
Originally Published: 2016-05-04
Article Number
Applies To
RSA Version/Condition: All
Issue
Cause
Resolution
- Execute the query below as avuser [database user]. Login using SQL Developer or execute through the sqlplus utility with the command sqlplus username/password.
SELECT * FROM t_av_reviews WHERE state ='A';
This query will output the review result which is stuck in the In Delete state. State A corresponds to the review being in the In Delete state.
- Copy the value of the name column from the resulted output then execute the following:
UPDATE t_av_reviews SET state ='I' WHERE name ='<name column value copied in previous step>';
- State=I will put the the review result in the On Hold state so it will appear in the UI.
- Once the review result is available in UI, you can delete it gracefully from UI.
- Check Admin > Monitoring tab to see if the review is deleted.
Related Articles
Error "This field cannot exceed 4000 characters" is received when adding membership rule in a Role in RSA Identity Governa… 9Number of Views Java error "Received fatal alert: handshake_failure" when opening RSA enVision Event Explorer 101Number of Views Generic REST Collector test fails with 'Unexpected response content type received. Expected content type is: application/j… 343Number of Views Reviewers receive email reminders after completing a review if they cannot sign-off on their own entitlements in RSA Ident… 46Number of Views Immediate Next Token Code (NTC) error received for some user logins in RSA Authentication Manager 8.x 532Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows RSA Authentication Manager 8.9 Patches and Hotfixes Readme Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?