dspipe_wait(22354): Reader(22524) process has terminated.

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
visvacfirvin
Premium Member
Premium Member
Posts: 49
Joined: Fri Dec 14, 2007 1:43 pm

dspipe_wait(22354): Reader(22524) process has terminated.

Post by visvacfirvin »

Hi,

We have a parallel job that calls a server shared container. The following is the design

Code: Select all

DataSet --> Server Shared Container
Container:

Code: Select all

                  Database
                        |
Input -->      Transformer --> Seq File
Here the transformer is basic transformer. When we run the job, it is throwing the following error.

Abnormal termination of stage PDS_PersTrckKeyJob_PX(EligPdsPersProcessKeyGenSharedCont).36673_20090101_20090131#0.EligPdsPersProcessKeyGenSharedCont.Pds_PersCovg_Ins_Tmr detected

EligPdsPersProcessKeyGenSharedCont,0: dspipe_wait(22354): Reader(22524) process has terminated.


Beyond this, there's absolutely no other log to debug. I've searched the forum and could not find any useful info. Please let me know if there's a way to resolve this.

Regards,
Firvin
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There's a section at the end of Chapter 2 of the Parallel Job Developer's Guide that lists the restrictions on using server shared containers in parallel jobs. I can't check right now, but I seem to recall that one of them is that the server shared container must have an input and an output.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
visvacfirvin
Premium Member
Premium Member
Posts: 49
Joined: Fri Dec 14, 2007 1:43 pm

Post by visvacfirvin »

No Ray. It says

There must be zero or one container inputs, zero or more
container outputs, and at least one of either.

We've a input to shared container which is a parallel dataset. The shared container has a basic transformer.

Will the issue be due to parallel dataset feeding a server shared container?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Don't think so - do you see a Collector link marker icon on the link going in to the server shared container?
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