scheduling jobs using director

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Pierre,

I thought that the AT command would accept English mnemonics. Can you manually try to add something like "/EVERY:M dir"?

I checked on a German Windows and "/EVERY" is legal, but perhaps the days are not accepted in English (service isn't started so I couldn't check in detail).

It sounds like a bug in the product.
Pierre
Participant
Posts: 66
Joined: Thu May 24, 2007 7:16 am
Location: Paris

Post by Pierre »

Thanks for reply, ArndW,

Yes, curiously, it accepts all terms in english, except days.
I must enter the following sentence :

AT 19:30 /EVERY:L,Ma,Me,J,V vmdsr_sched.exe D:\Ascential\DataStage\Projects\REC_Ordonnancement JobMaster_ALGAllMaster 0/50/1/0/0 21

It's not a DS problem, so I'm gonna mark this topic as resolved.

Pierre.
Felix qui potuit rerum cognoscere causas. Virgile (Géorgiques).
Pierre
Participant
Posts: 66
Joined: Thu May 24, 2007 7:16 am
Location: Paris

Post by Pierre »

Thanks for reply, ArndW,

Yes, curiously, it accepts all terms in english, except days.
I must enter the following sentence :

AT 19:30 /EVERY:L,Ma,Me,J,V vmdsr_sched.exe D:\Ascential\DataStage\Projects\REC_Ordonnancement JobMaster_ALGAllMaster 0/50/1/0/0 21

It's not a DS problem, so I'm gonna mark this topic as resolved.

Pierre.
Felix qui potuit rerum cognoscere causas. Virgile (Géorgiques).
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Post by clarcombe »

In the dsparams file of your project (and all others projects if needed) you need to add the following section :

[SCHEDULER]
MONDAY=LUNDI
TUESDAY=MARDI
WEDNESDAY=MERCREDI
THURSDAY=JEUDI
FRIDAY=VENDREDI
SATURDAY=SAMEDI
SUNDAY=DIMANCHE
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
Post Reply