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
Real-Time Monitoring Using Activity Monitors 86Number of Views java.sql.SQLSyntaxErrorException: ORA-00932: inconsistent datatypes: expected - got NCLOB in RSA Identity Governance & Lif… 101Number of Views How to modify security questions for the RSA Authentication Manager Self-Service Console 31Number of Views User Event Monitor Messages for Cloud Access Service (02 - 345) 163Number of Views User Event Monitor Error "StatusMessage: Service provider is not active" When Authenticating from a SAML Application with … 89Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to import CA signed console cert from AM 8.x primary into a new primary with same FQDN How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. How to delete old or pending certificate signing requests for RSA Authentication Manager console or virtual host replaceme…
Don't see what you're looking for?