Time out error encountered while running a job sequence

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
RohanSharma
Participant
Posts: 20
Joined: Sun Jan 28, 2007 10:06 pm
Location: Gurgaon

Time out error encountered while running a job sequence

Post by RohanSharma »

Hello ,

I had 3 jobs sequenced ina job sequencer and while running the jobs i encounterred a problem :

PROBLEM
Sequencer name :SeqInit1000_3001_3002
Job name :Extract_030_Card1000_StartFile
While this job was being run the job sequencer failed by giving the following error message :
"SeqInit1000_3001_3002..JobControl (@Coordinator): Summary of sequence run
08:13:33: Sequence started (checkpointing on)
08:13:33: Job_Activity_0 (JOB Extract_030_Card1000_StartFile) started
08:14:35: Exception raised: @Job_Activity_0, Error calling DSRunJob(Extract_030_Card1000_StartFile), code=-14 [Timed out while waiting for an event]
08:14:35: Sequence failed (restartable)"


SOLUTION

I simply recompiled the jobs and the sequencer and the run went on fine.

CAUSE OF PROBLEM


MY EXPLANATION Every job in a Datastage has some OSH code in it .
Now i suppose that the osh code of the sequencer was not proper.
So while i recompiled the job it re generated the osh code for the sequencer and it was fine

Explanation of Error message :

Please help me on this .. :P
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No, it has nothing to do with 'improper' OSH code. Search the forum for your error message, it has been discussed here a bajillion times.
-craig

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