Colector Stages!!!!!!!!!

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
JDionne
Participant
Posts: 342
Joined: Wed Aug 27, 2003 1:06 pm

Colector Stages!!!!!!!!!

Post by JDionne »

You know u go to class and you do exercises and then you go back to work and it neaver works!!!!!! Its always something stupid as well.


here is what I am doing:
simeple job right now taking one file running it through a link partitioner, then each feed out of the link partitioner goes through a transform stage and then I go back into a link collector and out to another flat file. Im just doing this realy to test all of this link partitioner colector stuff. every time i compile the job i get the error:
Colector stage does not support in-process active-to-active inputs...
what in the world does that mean?
Jim
datastagedummy
Participant
Posts: 56
Joined: Thu Feb 13, 2003 6:08 pm
Location: USA

Re: Colector Stages!!!!!!!!!

Post by datastagedummy »

Here is what you need to do

Goto the Job Properties

1. Click on the Performance Tab
2. Un-check the "Use project defaults
3. check the "Inter Process" radio button.

Re- compile your job.

All the best.
JDionne
Participant
Posts: 342
Joined: Wed Aug 27, 2003 1:06 pm

Re: Colector Stages!!!!!!!!!

Post by JDionne »

datastagedummy wrote:Here is what you need to do

Goto the Job Properties

1. Click on the Performance Tab
2. Un-check the "Use project defaults
3. check the "Inter Process" radio button.

Re- compile your job.

All the best.
That worked.....Im confused as to how im supposed to know that but it worked. Thanx
Jim
datastagedummy
Participant
Posts: 56
Joined: Thu Feb 13, 2003 6:08 pm
Location: USA

Re: Colector Stages!!!!!!!!!

Post by datastagedummy »

Jim It's all in the documentation for Link Collector Stage.
JDionne
Participant
Posts: 342
Joined: Wed Aug 27, 2003 1:06 pm

Re: Colector Stages!!!!!!!!!

Post by JDionne »

datastagedummy wrote:Jim It's all in the documentation for Link Collector Stage.
In my eternal need for speed i must have just passed right over that. Sorry for clutering up the forum and thanx for the help
Jim
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

That one stumped me for a while too. The problem is the help is spread across so many help files and PDF files that there is no single place to search for an answer such as "what does it mean active-to-active" inputs. I even chose help from within the link partitioner and still couldn't find it.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This is why, whenever I am installing/upgrading a client, I grab all the Docs from the Packages folder (and any PACKs) and put them in the same place as the other manuals. At least I can always find them! :wink:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply