Parallel Jobs Error

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
DS_MCH
Participant
Posts: 3
Joined: Mon May 08, 2006 12:08 am
Location: Bangalore

Parallel Jobs Error

Post by DS_MCH »

Hi,

Please give me solution for the following error:

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

regards,
MCH
salil
Participant
Posts: 46
Joined: Thu Oct 13, 2005 5:41 am

Re: Parallel Jobs Error

Post by salil »

DS_MCH wrote:Hi,

Please give me solution for the following error:

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

regards,
MCH
I guess the probability is that your RCP is on for the previous stage which already has a partitioning set,or check whether its put as same.
A printer consists of 3 main parts: the case, the jammed paper tray and the blinking red light.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This is not an error, but a warning. DataStage is stating that the partitions of the input stream are being changed to just 1 stream because you are writing to a sequential file. This is documented in the Parallel Job Developers Guide.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

The same has been discussed several times.
May be you can avoid this warning by Clearing the partition in the previous stage output.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply