Page 1 of 1

Running more than 3 jobs in a sequence- giving a fatal error

Posted: Wed Oct 04, 2006 1:21 pm
by dwblore
Hi all,

We have a sequence where we used to run morethan 3 jobs in parallel stream. And it used to work as we want. It used to work across all our environments (like dev,test....). But now the same sequence is failing with some fatal error like below.

"SSeq..JobControl (fatal error from JobControl): Could not attach"

Did any one face this earlier. Any help is greatly appreciated.

Thanks & Regards
Koti

Posted: Wed Oct 04, 2006 1:30 pm
by thumsup9
Is anyone of the jobs renamed or missing, i think its not abel to attach the job. Can you please post the complete error message.

Posted: Wed Oct 04, 2006 1:38 pm
by dwblore
thumsup9 wrote:Is anyone of the jobs renamed or missing, i think its not abel to attach the job. Can you please post the complete error message.
Hi
The jobs are not renamed neither they are missing.
And the error we got is what i already pasted. It is not giving any more information.

Thanks & Regards
Koti

Posted: Wed Oct 04, 2006 1:39 pm
by jatayl
Rebuild your Job Sequence from scratch, and see if it give you the same error.
dwblore wrote:
thumsup9 wrote:Is anyone of the jobs renamed or missing, i think its not abel to attach the job. Can you please post the complete error message.
Hi
The jobs are not renamed neither they are missing.
And the error we got is what i already pasted. It is not giving any more information.

Thanks & Regards
Koti

Posted: Wed Oct 04, 2006 2:44 pm
by dwblore
Hi,
We redid it from scratch keeping 3 jobs in parallel and then only get to know that more than 3 jobs its failing otherwise not.

Thanks & Regards
Koti
jatayl wrote:Rebuild your Job Sequence from scratch, and see if it give you the same error.
dwblore wrote:
thumsup9 wrote:Is anyone of the jobs renamed or missing, i think its not abel to attach the job. Can you please post the complete error message.
Hi
The jobs are not renamed neither they are missing.
And the error we got is what i already pasted. It is not giving any more information.

Thanks & Regards
Koti

Posted: Wed Oct 04, 2006 3:17 pm
by ray.wurlod
Are the jobs in a runnable state? Compiled?

Posted: Wed Oct 04, 2006 4:17 pm
by dwblore
Yes ray,
all of them are in runnable state

Thanks and Regards
Koti
ray.wurlod wrote:Are the jobs in a runnable state? Compiled?

Posted: Thu Oct 05, 2006 7:34 am
by kumar_s
Check to that, if it is pointin to only the 4th job that your are trying to attach. If not in parallel, trigger it in series. Check if any other job been executed in server at the same time.

Posted: Thu Oct 05, 2006 9:03 pm
by keshav0307
re compile all the sequence and jobs, it will tell you if anything missing, also it will check the job is there or not

Posted: Thu Oct 05, 2006 10:13 pm
by kcbland
Monitor the server node that houses the DS Engine for cpu and disk bottlenecking. Also, check the T30FILES setting in the uvconfig. All jobs require resources for logging and status maintenance, and Sequences are simply Server jobs. If there are no resources for job control execution, or some tunables are set improperly, these types of issues occur.