Account Collector for Authentication Manager is not reading Disabled Accounts correctly in Identity Geovernance and Lifecycle 7.0.0.
Originally Published: 2016-12-16
Article Number
Applies To
Product Name: Identity Governance and Lifecycle
RSA Version: 7.0.0, 7.0.1
Platform: Any
Issue
Resolution
For example: In ADC configuration, under ‘Mapping for Accounts Attributes’ section, there is no DB Column mapped to ‘Account Disabled’ attribute as you can see below:
In order to retrieve account status information from Authentication Manager, you can use query as below:
CASE WHEN prin_data.enable_flag = 'true' THEN 0 ELSE 1 END as account_status
Resolution
Mapping the value of DB Column ‘account_status’ to ‘Disabled Accounts’ as shown below and recollecting the accounts using ADC resolves the issue. Value of "Is Disabled" will then show as 'yes'.
Related Articles
RSA Governance & Lifecycle Data Processors: Setting is Disabled flag in REST account collectors 20Number of Views Objects previously collected by Account Collectors and Entitlement Collectors in 6.x are rejected in 7.x of RSA Identity G… 158Number of Views Collections fail with NullPointerException on Remote Agent in SecurID Governance & Lifecycle 301Number of Views AFX is unresponsive and one or more AFX Connectors are in a Not Deployed state in RSA Identity Governance & Lifecycle 101Number of Views Partially orphaned accounts occur in RSA Identity Governance & Lifecycle when the ADC defines multiple user resolution att… 67Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Governance & Lifecycle 8.0.0 Administrators Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory
Don't see what you're looking for?