Page 1 of 1

Unable to start ORCHESTRATE network connection on node

Posted: Mon Sep 29, 2014 5:25 am
by pavuluri
Unable to start ORCHESTRATE network connection on node .

anyone faced same kind of issue?

Posted: Mon Sep 29, 2014 7:22 am
by chulett
:!: You need to start your own posts rather than continue to jump on the end of unrelated topics. What version and O/S is this? I'm going to guess but you need to supply that information.

Post the complete, unedited error message. Do an exact search of the forums here for it, the answer to your question is "yes".

Unable to start ORCHESTRATE network connection on node

Posted: Tue Sep 30, 2014 4:52 am
by pavuluri
Craig,
Sorry for that. I'm getting below error.
OS is linux and DataStage 9.1

Lkp_Ref_Pointer_id_01,1: Configured timeout of 600 seconds reached for accepting player connections for pid 10,354,852. Pending fifo count: 0. Pending shared memory count: 0. This is most likely due to the failure of an upstream operator.

Lkp_Ref_Pointer_id_01,1: Fatal Error: Unable to start ORCHESTRATE network connection on node
APT_PMConnectionSetup::acceptConnection: unable to accept connection

node_: Player 11 terminated unexpectedly.

main_program: APT_PMsectionLeader player 11 - Unexpected exit status 1.

Posted: Tue Sep 30, 2014 10:17 am
by PaulVL
Is this a first time running a job with that user id on that system?

Posted: Tue Sep 30, 2014 10:20 am
by chulett
Or with this config file, perhaps?

Posted: Tue Sep 30, 2014 7:05 pm
by attu
Can you run the job with a single node config file?

Re: Unable to start ORCHESTRATE network connection on node

Posted: Wed Oct 01, 2014 4:49 am
by clmhwybe
The issue here is your job forking out many processes which delays the start of the the process and it gets termineted after waiting like 600 seconds.
you got options as below.
- brakdown the job and run them sequentially to fork out less processes.
- run the jobs on single node and ramp down the concurrent jobs when the high yields jobs are executing.
-- change time out parm on the admin to higher value.