Error calling DSRunJob([b]JOBNAME[/b]), code=-14

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
elias.shaik
Participant
Posts: 51
Joined: Sat Dec 09, 2006 3:32 am

Error calling DSRunJob([b]JOBNAME[/b]), code=-14

Post by elias.shaik »

Hi,

One job sequence has aborted with the error message as below

SEQUENCENAME..JobControl (@JOBNAME): Controller problem: Error calling DSRunJob(JOBNAME), code=-14
[Timed out while waiting for an event]


could someone help me out in finding the root cause for this error.

Regards,
Elias
------------
Elias
mk_ds09
Participant
Posts: 72
Joined: Sun Jan 25, 2009 4:50 pm
Location: Pune

Post by mk_ds09 »

-14 is means the it is waiting for the job, however job is not started for the certain time period..

i guess default value for this is 30 mins ..

there could be some resource issues with your ds server that it is taking so much time to start that job..

you can try re-running the sequence again..

hope this helps

----------------------

MK
elias.shaik
Participant
Posts: 51
Joined: Sat Dec 09, 2006 3:32 am

Post by elias.shaik »

Re-run of the job has worked.

Thanks for the info .

Regards,
Elias
------------
Elias
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

More like 90 seconds and there's more to understanding the problem than simply rerunning the offending job. A search for "Timed out while waiting for an event" would turn up all manner of previous conversations on this topic.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply