SIGINT 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
IBMDS4KK
Participant
Posts: 20
Joined: Tue Sep 10, 2013 5:50 am

SIGINT Error

Post by IBMDS4KK »

Dear DS Mates,

Job Design : Oracle Connector => Oracle Connector

Description : Data is fetching from Source table and updating the Target table based on key column.

Cause : After running 7 to 8 hrs, suddenly we are getting SIGINT Error.

Example : We have 100 records from source after updating 75 records on 3 nodes, we are getting this error.

Please suggest the best solution to get rid of this error because it was affecting the business. Thanks!
Kiran Kumar

...ALL IS WELL...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Is this coming from the O/S or from Oracle? Please post the entire error message. This is an "Interrupt Signal" which can (for example) come from a kill command. I'd be curious if the stage has been returning records during the 7 or 8 hours or if it was still 'gathering' information and thus looking like an idle process?
-craig

"You can never have too many knives" -- Logan Nine Fingers
IBMDS4KK
Participant
Posts: 20
Joined: Tue Sep 10, 2013 5:50 am

Post by IBMDS4KK »

Hi Chulett,

1) I am not sure whether the fatal error is coming from O/S or Oracle. Please tell me by the seeing the below error :

'main_program: ORCHESTRATE step execution terminating due to SIGINT'

2) Please check the below Log Image :

[Edit: non-functional image removed, see Craig's post below - Andy]

Kindly suggest me how to get rid of this error. Thanks!
Kiran Kumar

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

Post by ray.wurlod »

Cease killing processes or issuing Stop requests to jobs.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

ps. You can't link to an image on your local PC. While you can see it in your post, no-one else can. Either post the log contents (text) or upload the image to any of the free file sharing sites out there and then link to that.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply