Article Content
Article Number | 000034325 |
Applies To | RSA Product Set: RSA Identity Governance and Lifecycle (RSA G&L) RSA Product/Service Type: All |
Issue | When trying to collect from a .csv file located on an FTP server using the following configuration:
java.sql.SQLException: Failed to load table sherine:sun.net.ftp.FtpLoginException: Invalid username/password |
Resolution | There are two possible workarounds:
jdbc:csv:ftp://<USERNAME>:<PASSWORD>@<IP>?<properties>
acm-700:~ # zypper install curlftpfs In this case the connection URL will be in the following format: jdbc:csv:////home/oracle/mnt_ftp/?<properties> |