xml input (error)

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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Don't use a Sequential stage to read the file, replace it with a Folder stage:

Folder -> XML Input -> Seq File

Small files can be read entirely by the Folder stage, however larger ones will need to only send in the filename and have the XML Input stage do the actual reading via the 'URL/File path' option.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply