"Permission denied" or "does not exist or is not a valid file" exporting/importing an RSA Identity Governance & Lifecycle database
Originally Published: 2019-07-28
Article Number
Applies To
RSA Version/Condition: 7.x
Issue
Error: /home/oracle/AveksaExportImportDir/Export_AVDB_avuser_History-<date of import>.log (Permission denied)
or, when attempting to restore (import) an RSA Identity Governance & Lifecycle database using the RSA-supplied backup script home/oracle/database/DBA/AVDB/scripts/AVDB_Import_AVUSER.sh, the import fails with the following error:
Error: The input File 'Export_ADB_avuser_<optional added information>.dmp' does not exist or is not a valid file.
Cause
Resolution
- Check that the file permissions and ownership on the backup directory allow the Oracle user access to the backup directory. As the root user, execute the following linux commands:
# ls -l AveksaExportImportDir # chmod 755 AveksaExportImportDir # chown oracle:oinstall AveksaExportImportDir
- If this is an import, also check the file permissions and ownership on the backup file:
# ls -l <backup dump file> # chmod 755 <backup dump file> # chown oracle:oinstall <backup dump file>
Related Articles
RSA Authentication Manager 8.x Web Tier fails to install with Permission Denied Error 87Number of Views Prime kit tomcat.pid: Permission denied error when restarting services for RSA Authentication Manager Prime Kit 91Number of Views Unable to install RSA Authentication Manager 8.6 Patch 1 Web Tier on Oracle Linux 120Number of Views User name included in RADIUS response packet in RSA ACE/Server; 'Passcode Accepted' message followed 'Access Denied' and '… 39Number of Views Oracle software installation throws Permission denied error when installing or upgrading RSA Identity Governance & Lifecycle 114Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?