Is the server loaded?

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
pankajg
Participant
Posts: 39
Joined: Mon Jun 05, 2006 5:24 am
Location: India

Is the server loaded?

Post by pankajg »

While running a sequence I get an error
Error calling
DSRunJob(<jobname>,code=-14
(Timed out while waiting for an event)

I believe this timeout is because of processor unavilability. I say so because
I found that one of the processes APT_PMsectionLeaderFlag is consuming most of my CPU resource for a long time.

Can some one give me an idea about what this particular APT variable is doing? I also checked the standard documentation and I saw no mention about this variable, if anyone has a document explaining this can it be shared ?

Thanks
Failures push you towards Success.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you taken a training class such as DX434 DataStage Essentials Enterprise Edition? There you would have learned about the orchestra metaphor used by Orchestrate; the conductor, section leader and player processes. Search the forum for error code -14, which suggests that the server is overloaded (meaning that a job can not start within the hard-coded specified time limit).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply