When attempting to reset the RSA Identity Governance & Lifecycle passwords with the generateLoginKey.sh command, the error "command not found" is generated.
Originally Published: 2018-05-09
Article Number
Applies To
RSA Version/Condition: 7.0.2 P02
Issue
acm-702:/home/oracle/deploy # ./generateLoginKey.sh
./generateLoginKey.sh: line 6: EXPORT: command not found
Cause
Resolution
This error does not directly affect the successful execution of the generateLoginKey.sh command. As long as there are no other errors generated by the script, the script can be considered as executed successfully. The export command that fails is intended to allow the generateLoginKey.sh command to be executed from paths other than the default location of /home/oracle/deploy/. If an attempt is made to run this script from another location, the script will fail with the following output. This is considered a failure and the the issue should be resolved before proceeding.
root@acm-700 deploy]# ./generateLoginKey.sh avuser
could not find /tmp/aveksa/staging/aveksa.ear
could not find /tmp/aveksa/staging/database
could not find /tmp/aveksa/staging/deploy
Run /home/oracle/deploy/configure.sh to set a valid installation source directory.
Workaround
- Open the script in a text editor.
- Delete line 5; that is:
EXPORT CONFIGURE=Y
- Add lines 5 and line 6 as shown.
CONFIGURE=Y export CONFIGURE
Related Articles
RSA Identity Governance and Lifecycle migration script insertMigrationReportDefinitions.sh fails with error ORA-01017: tab… 193Number of Views An error occured while attempting to configure the JVM memory setting for RSA Authentication Manager 8.3 565Number of Views ORA-06550 error when attempting to run the Data_Retention_Pkg in RSA Identity Governance & Lifecycle 76Number of Views Error message "A server error has occurred" when attempting to register for an RSA Community account 64Number of Views LDAP password authentication failed - Logon failure: unknown username or invalid password when attempting RADIUS authentic… 405Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?