Time Out Error

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
bdstage
Charter Member
Charter Member
Posts: 59
Joined: Mon Apr 03, 2006 4:59 pm

Time Out Error

Post by bdstage »

Hello All,

We are having all sorts of problems with our daily production loads.

We are having seperate sequence jobs which calls a subset of another sequence jobs and etc.

One of the Sequence got aborted stating that:

Code: Select all


SEQ<Sequence Job>..JobControl (@<Server Job>): 
Controller problem: Error calling DSRunJob(<Server Job>), code=-14
[Timed out while waiting for an event]

I could not figure out what actually caused the problem. Is this a resource issue of any sort?

Any help in this aspect is greatly appreciated.

Thanks,
Pavan.
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

How many jobs were running at that time on the server?

Your server is overloaded and it can't serve the new request for now.

Try rerunning the job and see you get the same error again or not. If yes, then run your job when your server is relatively idle.
Success consists of getting up just one more time than you fall.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:idea: Search the forums for 'Timed out while waiting for an event'.
-craig

"You can never have too many knives" -- Logan Nine Fingers
tagnihotri
Participant
Posts: 83
Joined: Sat Oct 28, 2006 6:25 am

Re: Time Out Error

Post by tagnihotri »

Time out issue is because of the job not starting within expected time. The issue is mostly because of resource unavailability. Try changing the default Timeout to max, it can be found in the performance tab in the job properties.

bdstage wrote:Hello All,

We are having all sorts of problems with our daily production loads.

We are having seperate sequence jobs which calls a subset of another sequence jobs and etc.

One of the Sequence got aborted stating that:

Code: Select all


SEQ<Sequence Job>..JobControl (@<Server Job>): 
Controller problem: Error calling DSRunJob(<Server Job>), code=-14
[Timed out while waiting for an event]

I could not figure out what actually caused the problem. Is this a resource issue of any sort?

Any help in this aspect is greatly appreciated.

Thanks,
Pavan.
Post Reply