A "directory '/home/oracle/AveksaExportImportDir' must be a valid directory" error occurs when restoring (importing) a database into RSA Identity Governance & Lifecycle
Originally Published: 2019-07-28
Article Number
Applies To
RSA Version/Condition: 7.x
Issue
The directory '/home/oracle/AveksaExportImportDir' must be a valid directory.
Cause
Resolution
- Execute the following SQL as SYSDBA:
select * from dba_directories where directory_name like 'AVEKSA%';
- This returns the following:
DIRECTORY_NAME DIRECTORY_PATH ------------------------------------------------------------ AVEKSA_EXPORTIMPORT_DIRECTORY /home/oracle/AveksaExportImportDir
- Note the DIRECTORY_PATH. If the directory is missing from the file system, create it by executing the following operating system commands as user 'oracle':
$ cd /home/oracle $ mkdir AveksaExportImportDir
Related Articles
What are the specifications for RSA SecurID Standard Token Card Pinpad token and Key Fob tokens? 73Number of Views How to modify security questions for the RSA Authentication Manager Self-Service Console 31Number of Views Can archived aveksa.ear files stored in $AVEKSA_HOME/archive be deleted in RSA Identity Governance & Lifecycle? 140Number of Views Unable to login to Validation Manager Administrator Page 14Number of Views AFX Server installs on Windows in a non-functional state due to JAVA_HOME in RSA Governance & Lifecycle 25Number of Views
Don't see what you're looking for?