Target: When checking operator:Sequential....

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
logic
Participant
Posts: 115
Joined: Thu Feb 24, 2005 10:48 am

Target: When checking operator:Sequential....

Post by logic »

Hi,
I am getting the following error when I am trying to write to a table

Code: Select all

Target: When checking operator: Sequential operator cannot preserve partitioning of parallel dataset on input port 0
I am using all defaults. Which area should i look into for this warning.
Any comments will be helpful.
thanks,
Ash.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's an informational message indicating that collection of data from all processing nodes must occur because you're performing an operation (export to a sequential file) that can only happen sequentially.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
thebird
Participant
Posts: 254
Joined: Thu Jan 06, 2005 12:11 am
Location: India
Contact:

Post by thebird »

Hi Ash,

I believe you can get rid of this issue by setting the Preserve Partitioning property to "Clear", in the Advanced tab of the stage. By default this is set to Propagate (or Sequential depending on the stage).


Regards,

The Bird.
logic
Participant
Posts: 115
Joined: Thu Feb 24, 2005 10:48 am

Post by logic »

Hi,
Thanks. Setting the preserve partitioning to Clear helped.
Ash.
Post Reply