what is SIGINT

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
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

what is SIGINT

Post by attu »

Hi Guys,

What is this error?

main_program: ORCHESTRATE step execution terminating due to SIGINT
Parallel job was aborted
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Search is your best friend.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

I got 18 hits for Key work SIGINT. It has been covered previously.
SIGINT is a Interrupt signal thrown during the process. It can be even due to SIGKILL (Kill Signal). It is most likely due to short fall in availability of resource.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Get to a UNIX prompt and type man signal or obtain a basic UNIX book to learn about UNIX signals, of which SIGINT, SIGKILL, SIGBUS are a few examples. Each has a particular purpose.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post by attu »

Thanks guys
Post Reply