How to collect data from a .csv file on a password protected FTP server in RSA Identity Governance and Lifecycle 7.0.0
Originally Published: 2016-11-03
Article Number
Applies To
RSA Product/Service Type: All
Issue
- Data Source Type: Database
- DB type: CSV
- URL in the following format: jdbc:csv:ftp://<hostname>/<path>?<properties>
java.sql.SQLException: Failed to load table sherine:sun.net.ftp.FtpLoginException: Invalid username/password
Resolution
- Include the FTP username and password in the connection URL, with the following format:
jdbc:csv:ftp://<USERNAME>:<PASSWORD>@<IP>?<properties>
- Mount the ftp and browse to it locally in the collection. For more information and examples, review this article on how to mount remote ftp directory host locally into linux filesystem. The commands would be as follows:
acm-700:~ # zypper install curlftpfs acm-700:~ # su - oracle oracle@acm-700:~> mkdir mnt_ftp oracle@acm-700:~> curlftpfs <Username>:<Password>@<IP> /home/oracle/mnt_ftp/
In this case the connection URL will be in the following format:
jdbc:csv:////home/oracle/mnt_ftp/?<properties>
Related Articles
How to make the Oracle INITCAP function work to format raw data collected from a csv file during Identity Data Collection … 24Number of Views Raw Data counts and Task Result counts in Role Collector data runs are sometimes inconsistent in RSA Identity Governance &… 46Number of Views RSA Governance & Lifecycle Integration: DELL Isilon Summary 26Number of Views Approval activity throws a Request Could Not Be Handled error in RSA Identity Governance & Lifecycle 11Number of Views RSA Governance & Lifecycle 8.0 Patch 05 Release Notes 51Number 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?