ORCHESTRATE 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
nag0143
Premium Member
Premium Member
Posts: 159
Joined: Fri Nov 14, 2003 1:05 am

ORCHESTRATE Error

Post by nag0143 »

hi,
When i run my job in multinode i am getting the following error

"main_program: ORCHESTRATE step execution terminating due to SIGINT"

But when I run the same job on single node then its working fine.
Can anyone please post the solution for this.

Thanks
Nag
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi Nag,

I used to get this error when I manually stop the job when it is running.

How many CPU's do you have on the server. How many nodes have you configured. As a general rule the number of nodes is 1/2 of the number of CPU's

Have multiple configuration files to use 2 nodes, 4 nodes and so on.

Use the APT_Config_File Environment variable file in your job and run the job for diffferent Configuration files and let us know the outcome.

It happened in our case where the jobs using 2 nodes runs successfully but when the jobs use 4 nodes resource problems occur and the job aborts.

HTH
--Rich

Pride comes before a fall
Post Reply