Page 1 of 1

Scheduling more than one instance of same Job does nothing

Posted: Tue May 27, 2008 9:41 am
by IPD
I added a job to the scheduler. Then I want to add another instance of that job to the scheduler but nothing happened..it took the input but only showed the first instance I set up. No error messages as far as I can tell.

This was against a sequence job. Is this a bug or is there some setting to allow this to happen?

Posted: Tue May 27, 2008 9:43 am
by ArndW
Did you add the instance name to the job name when you did this?

Posted: Tue May 27, 2008 10:03 am
by chulett
:? Shouldn't really matter, and there's no setting as any job can be added to the Schedule multiple times, MI or not. Not really sure why you are seeing what you are seeing.

Posted: Tue May 27, 2008 3:02 pm
by ray.wurlod
Can you take a look at your crontab entries on UNIX, to see whether it's a problem in how Director's schedule view is working?

Re: Scheduling more than one instance of same Job does nothi

Posted: Sun Jun 08, 2008 2:45 am
by hello105
Do you set the invocation id?

I have added a job in the scheduler two times,one i set the invocation id to 1,another is 2, so in the scheduler,i have two instance:jobname.1 and jobname.2
IPD wrote:I added a job to the scheduler. Then I want to add another instance of that job to the scheduler but nothing happened..it took the input but only showed the first instance I set up. No error messages as far as I can tell.

This was against a sequence job. Is this a bug or is there some setting to allow this to happen?

think i found the issue

Posted: Fri Jun 13, 2008 12:06 pm
by IPD
It appears I can create multiple schedules, as long as I select Every or Daily. But if I try to add more than one of usng NEXT, Tomorrow, or Today...it will not allow it.

Is this the expected behaviour?

Posted: Fri Jun 13, 2008 1:54 pm
by chulett
Hmmm... perhaps. The 'every' or 'daily' schedules would be support by cron and thus would be able to handle multiple occurrences. One time schedules are handled by 'at' and perhaps it can only do so once per job. I don't recall ever having that problem but then I've never used DataStage on AIX and perhaps that is a factor here.

Can you ask an SysAdmin about that?