Unable to start Orchestrate process

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
nivas
Participant
Posts: 117
Joined: Sun Mar 21, 2004 4:40 pm

Unable to start Orchestrate process

Post by nivas »

Hi

Could anybody explain the following fatal error. Any suggestion to fix it appreciated.

I am not understanding how and what resources are not available temporarily. What resources are required to start Orchestrate process.I just recompiled the same job and ran again. Second time job run successfully.

node_node2: Fatal Error: Unable to start ORCHESTRATE process on node node2 (scarecro): APT_PMPlayer::APT_PMPlayer: fork() failed, Resource temporarily unavailable

thanks
Nivas
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

the UNIX fork() splits a process. An unsucessful fork() can be caused by various resource-based problems - the most likely one when working with PX is the maximum number of concurrent processes per userid. This is most likely the cause of your (sporadic) problem - each flavor of UNIX works a bit differently with this kernal parameter so you should either use your manpages for nproc or max_nprocs or talk to your system administrator to get the current settings and raise them.
Post Reply