Funnel dilema

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
landaghaar
Participant
Posts: 38
Joined: Wed Sep 19, 2007 10:11 am
Location: Canada

Funnel dilema

Post by landaghaar »

We have one source file which we duplicate its records and each record will be processed differently, at the end we have to write all to the same target file. meaning, source has 10 records, target will have 20 records.

process1 -> more processes->
source -> Copy -| | -> funnel -> target
process2 -> more processes->

but the problem is, when i write to two files it works, when i use the funnel i get the errors that duplicate column names.

any idea how to do it?
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Copy paste the exact error message here. Also check the metadata of the two streams to see if they are same. Switch off RCP in the stages preceding the funnel stage and try.
landaghaar
Participant
Posts: 38
Joined: Wed Sep 19, 2007 10:11 am
Location: Canada

Post by landaghaar »

Maveric wrote:Copy paste the exact error message here. Also check the metadata of the two streams to see if they are same. Switch off RCP in the stages preceding the funnel stage and try.
Thanks Man, turning off the RCP solved the problem. You are the man.
Post Reply