"Unknown action field" failure while running AMBA Actions
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Issue
Cause
- The specified Action name does not exist or misspelled.
- The .csv file that contains AMBA actions is not comma separated, it may have been saved as wrong format, and it is semi colon separated.
Resolution
The .csv file must be separated by comma not any other character such as semi colon. Here are the quickest steps to replace the semi column in the .csv file by comma:
- Open the .csv file using Vim text editor.
- Type the following
:%s/;/,/gc - Type letter "a" to select all semi colons in the file to be replaced by commas.
- Press Enter to confirm.
- To save the changes, type the following:
:wq! - Run the AMBA utility again after editing the .csv file.
Notes
The suggested solution can replace any character by any other character by putting the character that needs to be replaced after the first forward slash and the other character after the second slash.
Related Articles
Unable to get value for field SRCID when running custom report in RSA Identity Governance & Lifecycle 48Number of Views "java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space" errors occur frequently in versions 6.x of RSA I… 72Number of Views Back-up failing after running network vulnerability scanner against Authentication Manager 49Number of Views Provisioning/Termination Rule does not create change requests to revoke entitlements if the rule also disables and/or dele… 172Number of Views WorkPoint.log and heap dumps are written to the Linux root directory ( / ) on WebSphere and WebLogic implementations of RS… 152Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?