Warning Message: Cannot preserve partitioning

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
adis
Participant
Posts: 13
Joined: Tue Feb 13, 2007 11:17 am

Warning Message: Cannot preserve partitioning

Post by adis »

Hi Guys,
Any ideas about the following warning message?

When checking operator: A sequential operator cannot preserve the partitioning of the parallel data set on input port 0.

I am getting this warning message while writing records from transformer to a sequential file. I have been writing to sequential files before also but never got this message.

Thanks!
betterthanever
Participant
Posts: 152
Joined: Tue Jan 13, 2009 8:59 am

Re: Warning Message: Cannot preserve partitioning

Post by betterthanever »

set "CLEAR" TO preserve partioning flag on TRANSFORMER
girija
Participant
Posts: 89
Joined: Fri Mar 24, 2006 1:51 pm
Location: Hartford

Post by girija »

Select option "Clear" in "Preserver Partitioning" of your transformer output link.
adis
Participant
Posts: 13
Joined: Tue Feb 13, 2007 11:17 am

Post by adis »

girija wrote:Select option "Clear" in "Preserver Partitioning" of your transformer output link.
Thanks for your quick reply! I will check it.
adis
Participant
Posts: 13
Joined: Tue Feb 13, 2007 11:17 am

Post by adis »

adis wrote:
girija wrote:Select option "Clear" in "Preserver Partitioning" of your transformer output link.
Thanks for your quick reply! I will check it.
That did the trick!! Thanks, warning is not there anymore....
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you understand why? Do you understand what this setting does?

Are you even interested?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
niharranjan
Participant
Posts: 18
Joined: Mon Jul 23, 2007 1:32 am
Location: Singapore

Post by niharranjan »

Hi Ray,

Could you please elaborate the cause? I need your help.

Thnks in advance.


Regards,
Nihar
dh_Madhu
Premium Member
Premium Member
Posts: 65
Joined: Sat Apr 23, 2005 3:19 am
Location: Stirling, Scotland

Post by dh_Madhu »

As the default settings are Parallel (Read) and Propagate(write) in a transformer, this becomes a conflict for the sequential file stage which writes in sequential mode while actually receiving them in parallel. By clearing the default mode, we are paving the way acceptable to the seq file.
Regards,
Madhu Dharmapuri
niharranjan
Participant
Posts: 18
Joined: Mon Jul 23, 2007 1:32 am
Location: Singapore

Post by niharranjan »

Many thanks Madhu....



Cheers!!!
Nihar
Post Reply