FTP stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ksmurthys
Participant
Posts: 35
Joined: Mon Aug 23, 2004 3:02 pm

FTP stage

Post by ksmurthys »

Hi,

My source data is coming from AS/400 System n which is located in other place.I am planning to use FTP stage,Could anybody help me how to use ftp satge in my job design.

Thanks in advance.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

An FTP stage is kind of like reading from a sequential file. I does require a user and password. It starts processing the data before the whole file is read. It is hard to debug connection issues. I prefer ftping in a shell script and then processing the sequential file. Easier to debug. We have had issues with IBM machines automatically failing the first attempt forcing you to reissue user and password therefore scripting was the only solution. They do this to disable hacker scripts.
Mamu Kim
Post Reply