Getting warning while using round robin partition.

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
sumesh.abraham
Participant
Posts: 153
Joined: Thu May 11, 2006 1:52 am
Location: Bangalore

Getting warning while using round robin partition.

Post by sumesh.abraham »

I am using three stages in my job. Dataset as a input, then transformer and then oracle stage.I am generating a sequence for one of the column in a transformer. so need to use round robin partition. But I am getting following warning : X_Clearance: Input dataset 0 has a partitioning method other than entire specified; disabling memory sharing.

Sometimes job gets aborted with this warning and sometimes it gets finished (see log) with same warning.

I have made clear in a dataset for preserving partition.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This alert confirms that you are not using entire partitioning on a reference input link to a Lookup stage. It will never, of itself, cause a job to abort. Something else caused the abort.
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