Page 1 of 1

FTP Related Error

Posted: Sun Feb 08, 2015 4:02 pm
by nvalia
Hi,

I am trying to use the FTP Enterprise Stage to read a file from the Remote Windows Server (Cloud) and save a local copy to the InfoSphere Server before we can process the file

Job Design is FTP Stage --> Sequential File Stage

In FTP Stage, I am using
URI - ftpes://xyz.cloudapp.net:2501/<foldername>/<FileName>.txt
UserName - <user>
Password - <pass>

I use this same connection information from FileZilla (Open Source Client) and I am able to connect and save the file over, but not able to do so from Datastage

It uses Encryption : "Require Explicit FTP over TLS" and hence in the URI I am using ftpes://

If I use in Datastage
ftpes://xyz.cloudapp.net:2501/<foldername>/<FileName>.txt, URI is having Invalid Syntax

ftp://xyz.cloudapp.net:2501/<foldername>/<FileName>.txt, it says <filename> is not a valid Remote file (but is does exist)

Appreciate any help or insights in to how to resolve this issue

Thanks,
NV