Page 1 of 1

difference stage error - Unexpected termination by Unix

Posted: Wed Apr 02, 2014 5:25 am
by deesh
Hi,

I am getting after passing the records to difference stage and the source count is 1540 and 2 source count is 6

RemoveEntriesInExceptionList,0: Input 0 consumed 1540 records.
Input 1 consumed 2 records.

RemoveEntriesInExceptionList,0: Output 0 produced 1539 records.

Warnings
----------
RemoveEntriesInExceptionList,0: The after input is not sorted at record 1.

main_program: APT_PMsectionLeader(1, node1), player 3 - Unexpected termination by Unix signal 9(SIGKILL).




pls let me know any one

Posted: Wed Apr 02, 2014 5:38 am
by dsetlteam
From the error message, it is clear that the input data from After link is not sorted. Before passing the data to the Difference stage, sort the data (preferably using sort stage)

Posted: Wed Apr 02, 2014 5:53 am
by deesh
Even i have done sorting in differencestage itself.
but same result

Early it was giving fine results without sorting data.

Posted: Wed Apr 02, 2014 7:06 am
by dsetlteam
Check if there is any special character in the key value on which the data is being sorted

Posted: Wed Apr 02, 2014 8:47 am
by deesh
yes, i have done linksort for both the links, after sort it is working fine.

Early i tried with one linksort, after giving for both, it is working fine.