sort going through remove duplicate 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
abhi989
Participant
Posts: 28
Joined: Mon Sep 19, 2005 2:31 pm

sort going through remove duplicate error

Post by abhi989 »

I have a PX job in which it reads from a Database table - sorts on two keys and remove duplicates on one of those keys and inserts records into the database.

Current job is sorting Ascending on the frist key and Decending on the second key. Based on new requirements I have to sort decending order on both of the keys. When I do that I get the following warning message.

remdup_brnd: When checking operator: User inserted sort "Sort_24" does not fulfill the sort requirements of the downstream operator "remdup_brnd"

Thanks
trokosz
Premium Member
Premium Member
Posts: 188
Joined: Thu Sep 16, 2004 6:38 pm
Contact:

Post by trokosz »

Performa search here on "inserted sort does not fulfill the sort requirements of the downstream operator" and you get your answer....
Post Reply