Link Collector

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
tombastian
Premium Member
Premium Member
Posts: 41
Joined: Fri Jun 04, 2004 5:52 am
Location: Bangalore

Link Collector

Post by tombastian »

Hi All,
I am facing a problem with Link Collector. There are two inputs to this link collector. While compiling it is giving the error "Link Collector Stage Does not Support in-process active-to-active inputs or outputs". Will any one give some input to solve the problem.

Thanks in Advance,
Tom.
poorna_76
Charter Member
Charter Member
Posts: 190
Joined: Thu Jul 08, 2004 10:42 am

Re: Link Collector

Post by poorna_76 »

tombastian wrote:Hi All,
I am facing a problem with Link Collector. There are two inputs to this link collector. While compiling it is giving the error "Link Collector Stage Does not Support in-process active-to-active inputs or outputs". Will any one give some input to solve the problem.

Thanks in Advance,
Tom.
You have to check Enable Row-Buffer and InterProcess in your job properties.

Thanks
tombastian
Premium Member
Premium Member
Posts: 41
Joined: Fri Jun 04, 2004 5:52 am
Location: Bangalore

Post by tombastian »

Thanks Poorna. It's compiled now and working fine now.
Precious
Charter Member
Charter Member
Posts: 53
Joined: Mon Aug 23, 2004 9:51 am
Location: South Africa
Contact:

Link collector in-process error

Post by Precious »

In the job concerned, go to Job Properties, Performance Tab.

"Use Project Defaults" is probably checked, uncheck it.
Check the "Enable row buffer" and select the Inter process option.

This should sort you out.

Presh
Precious

Mosher's Law of Software Engineering: Don't worry if it doesn't work right. If everything did, you'd be out of a job.
Post Reply