Page 1 of 1

Funnel dilema

Posted: Wed Nov 21, 2007 8:31 am
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?

Posted: Wed Nov 21, 2007 8:54 am
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.

Posted: Wed Nov 21, 2007 10:05 am
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.