lookup reject file warning

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
fmou
Participant
Posts: 124
Joined: Sat May 28, 2011 9:48 pm

lookup reject file warning

Post by fmou »

Hi,

If I use a sequential file as the reject file for the lookup stage, I always get the following warning:

Code: Select all

Warning: A sequential operator cannot preserve the partitioning of input data set on input port 0
How to solve the problem?
What if I do want to preserve the partitioning for the lookup stage's stream output?

Thanks
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

Please make use search functionality.
Search for "cannot preserve the partitioning"[/url]
pandeeswaran
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Write to a dataset or a fileset instead of a sequential file to preserve the partitioning. Sequential files are, by nature and name, sequential and are not partitioned, therefore you receive this valid warning (for your reject output).

Keep in mind that this warning is from the sequential file stage, not the lookup stage and concerns your reject output (based on your description). The "stream" or main output from the lookup is unaffected.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
fmou
Participant
Posts: 124
Joined: Sat May 28, 2011 9:48 pm

Post by fmou »

Keep in mind that this warning is from the sequential file stage, not the lookup stage and concerns your reject output
but the solution I found is to fix the lookup stage, hence my question.

Thanks
Last edited by fmou on Wed Nov 09, 2011 11:16 am, edited 2 times in total.
Post Reply