Page 1 of 1

data stage error sigint

Posted: Fri Aug 28, 2009 8:03 am
by pavan_test
Hi All,

The data stage jobs abort with error message;
main_program: ORCHESTRATE step execution terminating due to SIGINT

can anyone please suggest me where Do i find for more info about SIGINT and why is it causing the etl job to abort

Thanks
Mark

Posted: Fri Aug 28, 2009 8:12 am
by miwinter
Are there any other warning or fatals in the job log other than that entry? Even go as far as checking every other entry in there, regardless of type.

What's the job design?

data stage error sigint

Posted: Fri Aug 28, 2009 8:24 am
by pavan_test
The job ran successfully before (atleast 5 times).

The job consists of Oracle (10g) DB as source and reference (normal lookup) and lookup and if match found deletes the data from different DB table.


is this error caused due to any space issues?

Thanks
Mark

Posted: Fri Aug 28, 2009 8:44 am
by priyadarshikunal
answer the first question, is there any other warning or errors in job log?

Posted: Fri Aug 28, 2009 8:44 am
by miwinter
Check all is well on the database side i.e. manually connect and run the query. Also, as before, are there any other indications of a problem in the log? Does the job monitor show a particular stage in unknown or aborted state?

data stage error sigint

Posted: Fri Aug 28, 2009 9:27 am
by pavan_test
There is no enough table space in DB after little research

Thanks for all the suggestions.