Aggregator 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
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Aggregator error.

Post by GJ_Stage »

We are getting below error message sometime.

Aggregator_1,0: Operator terminated abnormally: received signal SIGSEGV
main_program: Unexpected exit status 1

In this job we are using 2 Aggregator and 1 Join stage ...

Please tell me reason of this error and how to solve.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Make a copy of the job and remove the second aggregator and join stage (I am assuming that your first aggregator is called "Aggregator_1"). Recompile and see if the error is reproduceable. If yes, then please post some information on what you are doing in the aggregator. SIGSEGV is a segmentation violation error that is caused when a program gets confused about memory addressing and this can occur in innumerable ways and doesn't help too much in localising your problem. Also, do a "reset" of your job and then look at the log entry "from previous run..." to see if that helps narrow down the cause of your problem.
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

code is like this :

Both aggregator stage starts from 2 ds then output of aggregator is input of Join then this output is redirecting to final ds.
Post Reply