Error while running with 4 nodes

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
Madhu1981
Participant
Posts: 69
Joined: Wed Feb 22, 2006 7:49 am

Error while running with 4 nodes

Post by Madhu1981 »

Hi,

I have two jobs. First job will create a dataset, which is the source of the second job.

My sencond job looks like

Dataset --> Copy --> DB2. I am unsing Upsert menthod in DB2 stage.

When i ran the job with 1 node it is runnig succewsfully. When i ran with 4 nodes it is throwing the following error

main_program: Fatal Error: There are irreconcilable constraints on the number of
partitions of an operator: parallel Dset_TEDSZ06002JB_00001.
The number of partitions is constrained to 1,
but the eSame input file, /work/EDWCST/WHSE/working/ds_TEDSZ06002JB_00001.ds, has 4.
An eSame input file cannot be repartitioned to match
the number of partitions of the consuming operator.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Madhu - there is no need to continually post the same question; it has the effect that some people (myself included) just ignore the question and won't post a response.
Madhu1981
Participant
Posts: 69
Joined: Wed Feb 22, 2006 7:49 am

Post by Madhu1981 »

ArndW wrote:Madhu - there is no need to continually post the same question; it has the effect that some people (myself included) just ignore the question and won't post a response. ...
HI Arnd.

I am sorry, Could you please tell me how to delete the post here
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Once a post has been replied to it cannot be deleted. But I think that our moderator will see these posts and take care of deletions.
madhu851
Participant
Posts: 1
Joined: Tue Mar 21, 2006 1:09 pm

Re: Error while running with 4 nodes

Post by madhu851 »

anyone please answer this question.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Everything you need to know is here.
main_program: Fatal Error: There are irreconcilable constraints on the number of
partitions of an operator: parallel Dset_TEDSZ06002JB_00001.
The number of partitions is constrained to 1,
but the eSame input file, /work/EDWCST/WHSE/working/ds_TEDSZ06002JB_00001.ds, has 4.
An eSame input file cannot be repartitioned to match
the number of partitions of the consuming operator.


Somewhere the number of partitions is being constrained to 1. Are you running a stage in sequential mode? In a node pool that contains only one node?

Whatever you've set up, you can't use Same as the re-partitioning algorithm if the upstream stage is running on four nodes.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
praneeth
Participant
Posts: 19
Joined: Thu Apr 06, 2006 1:09 pm

Error while running with 4 nodes

Post by praneeth »

hi could you please elaborate.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not without seeing the actual job design.
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