received signal SIGABRT 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
vishal_rastogi
Participant
Posts: 47
Joined: Thu Dec 09, 2010 4:37 am

received signal SIGABRT error

Post by vishal_rastogi »

Hi


in my job i am taking the records(63 lakhs) from one oracle table and putting them in one XML file it is aborting with the error
APT_CombinedOperatorController,0: Operator terminated abnormally: received signal SIGABRT
note :i am running my job on the default node

please suggest
Vish
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

*places his bet on*

Null handling.


*thinks harder and moves another bet to..*

Improper character set / NLS handling.

*waits patiently for the roulette wheel to stop*
antonyraj.deva
Premium Member
Premium Member
Posts: 138
Joined: Wed Jul 16, 2008 9:51 pm
Location: Kolkata

Post by antonyraj.deva »

In the Unix platforms this error could occur if your system is running low of memory while processing the data.

Are there any other transforms in between the extract and load?
TONY
ETL Manager
Infotrellis India

"Do what you can, with what you have, from where you are and to the best of your abilities."
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

Transformer stage you might be using wrong calculation or tryning to stror different datatype value in target.
Post Reply