Special characters other than '_' and '$' are not allowed for Variables in Account Template Fields in RSA Identity Governance & Lifecycle
Originally Published: 2020-06-25
Article Number
Applies To
RSA Version/Condition: 7.1.1, 7.2.0
Issue
Special characters other than '_' and '$' are not allowed for variables in the Name field.
Cause
This is a change in product behavior. Starting in 7.1.1 P01, special characters other than '_' and '$' are not allowed in variable names used in Account Template parameters in RSA Identity Governance & Lifecycle.
This issue manifests in the following ways:
- Any existing variables in the system that have special characters are not converted to the required format. For example:
- If you have migrated from an earlier version where the special characters were allowed, your connectors will not deploy, nor can you use any of your existing account template parameters for further connector definitions.
Resolution
Workaround
To find all the account template parameter names, execute the following SQL query as avuser:
Select * from t_av_account_template_param;To find parameters with specific special characters, add a where clause. In the following example, the SQL query finds all account template parameters with a space.
Select * from t_av_account_template_param where name like '% %';
Notes
Related Articles
Another Mapping already exists for the target account attribute warning in RSA Identity Governance & Lifecycle when settin… 69Number of Views RSA Governance & Lifecycle Recommended Practices: Performance Checks 11Number of Views Failure to map other accounts collected by MAADC, Only the first collected account is mapped in RSA Governance & Lifecycle 94Number of Views Recommended Java heap memory settings in RSA Identity Governance & Lifecycle 134Number of Views RSA G&L Community Exchange Overview and FAQs 152Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA Authentication Manager 8.9 Patches and Hotfixes Readme RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory
Don't see what you're looking for?