Sort wornings are differ from server to server

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
pimmit22043
Participant
Posts: 38
Joined: Thu Jul 26, 2007 6:11 am

Sort wornings are differ from server to server

Post by pimmit22043 »

we are geeting sort warnings messages in the new server like below
where as in the old server where we have developed and tested did not get any warnings. did anybody has similar issue or did anybody see help us.

please view the warnings below.

Join_73: When checking operator: User inserted sort "{natural="sortMinSrtDt:lnk_MinStrtDt.v", synthetic="buffer(5)"}" does not fulfill the sort requirements of the downstream operator "APT_JoinSubOperatorNC in Join_73"

Thanks for your time.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's different between the old server and the new server? "Nothing" is not the correct answer.

Were the warnings being suppressed by a local message handler on the old server? If so there will be events in the job log informing you that a message handler was used.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
pimmit22043
Participant
Posts: 38
Joined: Thu Jul 26, 2007 6:11 am

Post by pimmit22043 »

As you said there should n't any differnce between those and sort APT_ env paramerts are also specified same on two server.

there is no message haldlers on any of the server.

Thanks for your time and answer.
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

You get this warning whenever you use a sort stage to sort on different keys before a join, aggregator or a remove duplicates stage.

I doubt that you may be having some kind of message handlers(maybe a project level message handler) which is suppressing this in the job log. You can verify it by looking at the job log on your dev server.
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
hiral.chauhan
Premium Member
Premium Member
Posts: 45
Joined: Fri Nov 07, 2008 12:22 pm

Post by hiral.chauhan »

[quote="Minhajuddin"]You get this warning whenever you use a sort stage to sort on different keys before a join, aggregator or a remove duplicates stage.

Thanks Minhajuddin !
Thanks,
Hiral Chauhan
Post Reply