ORCHESTRATE step execution terminating due to 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
lak
Charter Member
Charter Member
Posts: 11
Joined: Sun Jul 16, 2006 7:58 am

ORCHESTRATE step execution terminating due to SIGINT

Post by lak »

Hi,
When I run the job I am getting following error.There is no clue in the log.(some times its working fine).Please anybody can help.

Sorce is Dataset and some transformations and loading in to Netezza database.


ERROR: ORCHESTRATE step execution terminating due to SIGINT

Parallel job was aborted

Thanks

Lak
Abburi
Participant
Posts: 31
Joined: Tue May 29, 2007 12:38 pm

Re: ORCHESTRATE step execution terminating due to SIGINT

Post by Abburi »

lak wrote:Hi,
When I run the job I am getting following error.There is no clue in the log.(some times its working fine).Please anybody can help.

Sorce is Dataset and some transformations and loading in to Netezza database.


ERROR: ORCHESTRATE step execution terminating due to SIGINT

Parallel job was aborted

Thanks

Lak

Search for the key "SIGINT", you will find the help in this forum.
csrazdan
Participant
Posts: 127
Joined: Wed May 12, 2004 6:03 pm
Location: Chicago IL

Re: ORCHESTRATE step execution terminating due to SIGINT

Post by csrazdan »

lak wrote:Hi,
When I run the job I am getting following error.There is no clue in the log.(some times its working fine).Please anybody can help.

Sorce is Dataset and some transformations and loading in to Netezza database.


ERROR: ORCHESTRATE step execution terminating due to SIGINT

Parallel job was aborted

Thanks

Lak
You said job works fine sometimes. It could be because job is not able to fork enough processes at times when it fails. Director log should say fork error if it is failing because of that.

What node configuration file are you using to run this job? Try running this job with less node (may be 1 node) configuration file.

Hope it helps...
Assume everything I say or do is positive
Post Reply