Page 1 of 1

Confusing Error Message on use of Link Collector

Posted: Tue Jan 20, 2004 11:26 am
by Suttond
When compiling a server job, the error message is "Link Collector stage does not support in-process active-to-active inputs or outputs".
The Link Collecter has two output links from the same transformer and an input link to one Oracle stage. I don't have a clue what this error message is telling me, so I don't know how to procede.

Re: Confusing Error Message on use of Link Collector

Posted: Tue Jan 20, 2004 11:42 am
by shawn_ramsey
Suttond wrote:When compiling a server job, the error message is "Link Collector stage does not support in-process active-to-active inputs or outputs".
The Link Collecter has two output links from the same transformer and an input link to one Oracle stage. I don't have a clue what this error message is telling me, so I don't know how to procede.
You need to set the Project level or job level perfromace settings to allow inter process row buffering. We have set this at the project level (and have not had issues with it) but I have had some folks recommend that we set job level.

Posted: Tue Jan 20, 2004 11:52 am
by Suttond
Thanks Shawn. I went into job properties and changed the flags to enable inter-process row buffering and it compiled. Dan..