Getting error as 'Operator terminated abnormally....."

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
radhika7983
Participant
Posts: 16
Joined: Wed Apr 07, 2010 10:44 pm

Getting error as 'Operator terminated abnormally....."

Post by radhika7983 »

Hi,

We have a job, where we are reading the data from complex flat file, doing some transformations in transformer, doing aggrgation and writing into the dataset. However the job aborts and give error as "operator terminated abonormally received signal SIGSEGV". This error we get after transformer. Could someone suggest as what exactly this error is?

Thank You
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do an internet search for "SIGSEGV" (segmentation violation) then tell us about what memory-hungry operators are mentioned in your score.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
radhika7983
Participant
Posts: 16
Joined: Wed Apr 07, 2010 10:44 pm

Post by radhika7983 »

ray.wurlod wrote:Do an internet search for "SIGSEGV" (segmentation violation) then tell us about what memory-hungry operators are mentioned in your score. ...
Well, I dont understand what you are asking for, but throgh google serch i found that this problem is because of the memory is unallocated or unmapped by the OS. It can also be because of Invalid Permissions for mapped objects. I dont know what eactly to check in the job. Will APT_DISABLE_COMBINATION = TRUE will help here?
nani0907
Participant
Posts: 155
Joined: Wed Apr 18, 2007 10:30 am

Post by nani0907 »

this might also be the issue
if there are more number of stages in a job

or in transformer the stage varibale logic is not handled correctly for decimal ,number datatypes i.e claculations
thanks n regards
nani
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There are many possible reasons why you (your job) may have tried to access a memory address to which it is not entitled. That's why I asked you to search - there is no point trying to guess what your particular cause is. APT_DISABLE_COMBINATION will assist your diagnosis only if the error is being thrown by APT_CombinedOperatorController.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply