FTP Related Error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nvalia
Premium Member
Premium Member
Posts: 180
Joined: Thu May 26, 2005 6:44 am

FTP Related Error

Post 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
Post Reply