Controller error: Timed out while waiting for an event

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
crsimms
Charter Member
Charter Member
Posts: 21
Joined: Mon May 30, 2005 4:21 am
Contact:

Controller error: Timed out while waiting for an event

Post by crsimms »

Hello,

When manually running a master sequence that starts a number of child sequences in parallel or the same children sequences in an arrangement using AutoSys, on a UNIX server, the following error is encountered, but not always on the same job:

Item #: 16
Event ID: 15
Timestamp: 2005-11-11 12:27:57
Type: Warning
User Name: devocs
Message: SEQ_J_Stage_PS_JRNL_HEADER..JobControl
(@SEQ_J_Audit_PS_JRNL_HEADER): Controller problem: Error calling
DSRunJob(SEQ_J_Audit_PS_JRNL_HEADER), code=-14
[Timed out while waiting for an event]

My first assumption is that the server is running out of resources and is unable to spawn new processes associated with the running of the DataStage jobs. Is this not correct, are there other potential reasons for this error?

Thanks,

csimms
Chris Simms

Mobile: +972 989 0919
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

My first assumption is that the server is running out of resources and is unable to spawn new processes associated with the running of the DataStage jobs. Is this not correct, are there other potential reasons for this error?
Moreover, may be One of the sub task say Hashed File population for the lookup purpose is taking too long, that's why other dependant process has Given up waiting for it to complete.

As a work around, Play around with the buffer size and timeout settings or disable row buffer. This should solve your problem.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Controller error: Timed out while waiting for an event

Post by chulett »

crsimms wrote:My first assumption is that the server is running out of resources and is unable to spawn new processes associated with the running of the DataStage jobs.
Yes, swamping your server is the typical cause of this error. How many of these 'child sequences' are you running at once and how many jobs do they end up trying to run at the same time? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
hkotze
Participant
Posts: 35
Joined: Tue Feb 04, 2003 5:09 am

Post by hkotze »

We had a similar problem. We started a sequence job that started a whole lot of extraction jobs at the same time. We then get a time out error on some jobs. We changed or sequence job to balance the jobs on time it takes to run in order to utilize the machine but also to not have the box idle to long. This solved the problem and we are no running or whole run with one sequence job. You have to do some manual job balancing.

Trial and error resulted in positive run's.
Post Reply