Page 1 of 1

Controller Problem

Posted: Tue Aug 15, 2006 2:15 pm
by vardhan354
Folks,

I have two jobs being called in a sequencer.When I run the sequencer,Job1 is getting kicked off and finished successfully.But after this Job2 is not getting started and the sequencer is getting aborted with
the following message.

Controller problem: Error calling DSRunJob
(Job1code=-99)
[General repository interface 'other error']

Can anyone put their suggestions to get rid of this error.

Thanks in advance.

Posted: Tue Aug 15, 2006 2:18 pm
by kris007
Are you sure your Job2 is in a compiled state or in a runnable state.?

Posted: Tue Aug 15, 2006 2:21 pm
by vardhan354
Yes...The job2 when ran individually is doing perfect.I dont see any reason, why when it was called in sequencer is not responding!!!!!!!

Posted: Tue Aug 15, 2006 2:27 pm
by kris007
Try running the second job only in a seperate sequence and see if the sequence can call that Job.

From what I understand from your design, Job2 is supposed to get kicked off after Job1. Is your Job2 dependent on Job1? If so, is it possible that the Job2 is getting kicked off before Job1 is totally complete and prepare any files if at all for Job2.Also check if the parameters are keyed in correctly in the Job Sequence.

Posted: Tue Aug 15, 2006 10:11 pm
by DSguru2B
If its a controller problem then its something else. Try making a copy of that sequence job and deleting the original one. Run the copy. Follow the log in the director and see what exactly happens.
BTW, its not a sequencer, its a sequence job. A sequencer is merely a stage inside a sequence job.