Page 1 of 1

Sequence Run Job Error : code = -99

Posted: Mon Dec 04, 2006 3:35 am
by atan003
There have an error in sequence:
Exception raised: @job1, Error calling DSRunJob(job1), code=-99 [General repository interface 'other error']

Can you help me?

hi

Posted: Mon Dec 04, 2006 3:47 am
by rachitha
Hi,

First check whether job1 is existing,
Second check whether you have given correct job properties in respective job activity.

Thank You,
Rachitha.

I run it OK at the first time, and failed when I run it agai

Posted: Mon Dec 04, 2006 3:58 am
by atan003
I run it OK at the first time, and failed when I run it again.

when it run failed, I recompiled the job again, then try again, but it is failed.

Posted: Mon Dec 04, 2006 4:42 am
by srinagesh
Did you try running Job1 directly (without calling in sequencer)?

Posted: Mon Dec 04, 2006 4:46 am
by rachitha
Try for this

write a routine

$INCLUDE DSINCLUDE JOBCONTROL.H
JobHandle = DSAttachJob(Arg1,DSJ.ERRFATAL)
Ans = JobHandle

run this by giving Arg1 as the job name (job1)
If it returns 0 then there is some problem with the job.

Thank you ,
Rachitha.