Page 1 of 1

Status=99 (Job not running)

Posted: Wed Jun 20, 2007 1:24 am
by saraswathi
I have ran a server job through sequencer. I'm getting the error
status=99(Not running).

Posted: Wed Jun 20, 2007 1:35 am
by ray.wurlod
Welcome aboard. :D

Clearly you have NOT "ran a job through sequencer".

Try compiling the job and running it in isolation. Then try running it from the job sequence (note: not "sequencer"). Tell us what appears in the job sequence's log.

Posted: Wed Jun 20, 2007 2:21 am
by joesat
what sarawathi means is that she ran a particular job sequence, but one of the job finished with the status=99. i am experiencing the same problem. because of this, the next job in the sequence throws an error "Error fetching job status" in the description panel of Datastage Director...

i have compiled the sequence and executed it, it stops at the same job. but curiously the job executes successfully in isolation, but stops in the sequence!

what does one have to do? please help...thanks!

Posted: Wed Jun 20, 2007 2:26 am
by ArndW
Is there additional information in the log file when you reset the job, i.e. and entry titled "from previous run..."?

Posted: Wed Jun 20, 2007 3:06 am
by joesat
This is the log corresponding to the failed job in the sequence,

JobSeq.93.JobControl (DSWaitForJob): Job IndividualJob.93 has finished, status = 99 (Not running)

Note: JobSeq is the name of the sequence and IndividualJob is the name of the job, 93 is the run id

Posted: Wed Jun 20, 2007 3:08 am
by joesat
This is the log corresponding to the failed job in the sequence,

JobSeq.93.JobControl (DSWaitForJob): Job IndividualJob.93 has finished, status = 99 (Not running)

Note: JobSeq is the name of the sequence and IndividualJob is the name of the job, 93 is the run id

Posted: Wed Jun 20, 2007 3:35 am
by ArndW
Joe - did you try the reset on the job?

Posted: Wed Jun 20, 2007 8:20 am
by saraswathi
Yes i have reset the job, but it is still showing the same

Posted: Wed Jun 20, 2007 8:35 am
by saraswathi
I deleted the job and imported the .dsx file freshly and compiled it. Now when I compile the job and run it individually the job remains in the in the compiled state and doesnt execute

Posted: Wed Jun 20, 2007 9:02 am
by panchusrao2656
Are you using any invocationID when you are calling from the sequencer, might be job with that particular invocationID having the status 99

Posted: Wed Jun 20, 2007 4:02 pm
by VijayaHarsha
I had the same problem when I was running the job sequence, which had a routine in it. I mistyped one of the input parameters while calling the routine in the job sequence which resulted status 99 error. Once I corrected it, the routine was running fine.

Posted: Wed Jun 20, 2007 10:56 pm
by saraswathi
All the input parameters in the routine are correct only. I think the problem is in a server job. When I try to run the compiled job individually, it's showing unable to return an attached job and doesnt execute.

Posted: Thu Jun 21, 2007 12:08 am
by joesat
can someone explain what "Unable to return attached job" means?

Posted: Thu Jun 21, 2007 3:08 am
by ray.wurlod
Try taking a copy of the job, and compiling and running that. If that works, delete the bad one, rename the new one and recompile.

Posted: Thu Jun 21, 2007 5:53 am
by joesat
have tried that...still same problem