Page 1 of 1

error adding to schedule when use daily option

Posted: Mon Apr 25, 2005 2:44 am
by gwen
Does any one have this kind of strange issue like this?
Run director ->Add to schedule->choose daily option->choose the tiime for daily job->Schedule
and then got a error meesage like below

Error adding to schedule: value incorrect。
(Command was: AT 18:00 /EVERY:M,T,W,Th,F,S,Su vmdsr_sched.exe D:\Projects\FUBONETL CUST_2_HIS_S 0/50/1/0/0 10)

Then I tried to use Every option and choose 1-31th day, it let me add the schedule the job successfully.Is anything wrong with my director?

Posted: Mon Apr 25, 2005 3:25 am
by Sainath.Srinivasan
It only implies that you do not have permission to perform an 'at' command in Unix.

Check whether you have access to at and whether you are permitted to schedule with this command.

Posted: Mon Apr 25, 2005 8:42 pm
by gwen
Well~Our Datastage Sever version is 7.5 and it's on Windows 2k server platform. I'm using Administrator to schedule but it only failed when I choose Daily option.I'm wondering if it's a bug or just I put the wrong value but how? When I choose the daily option there is only time to be set.

Posted: Mon Apr 25, 2005 8:46 pm
by ray.wurlod
Looks like a bug. :(

Posted: Tue Apr 26, 2005 11:44 pm
by gwen
:roll:

Thanks everyone!
I used Every option instead of Daily option. Select 1th day of a month to last day of a month and specified the time which result is the same as Daily option.
I still have no idea why at command is not working on Windows 2k :(

Posted: Tue Nov 28, 2006 9:06 pm
by Austin_Lee
Hi ~
I got them same issue. :( Did You solve this problem ?

Posted: Wed Nov 29, 2006 10:24 pm
by DS_SUPPORT
I hope we have a case long back, regarding to this for Non-English versions of Windows, they have to do some settings at DSParams. Pasting the response from Ascential:

Code: Select all

Since you are running German version of Windows, the AT command (Windows Scheduler) doesn't understand English (default) names for the weekdays --> we need to provide translation for them. Please add this section at bottom of your dsparams file in the project directory and restart DataStage:

[SCHEDULER]
MONDAY=
TUESDAY=
WEDNESDAY=
THURSDAY=
FRIDAY=
SATURDAY=
SUNDAY=

Here is an example for French Translation:

[SCHEDULER]
MONDAY=LUNDI
TUESDAY=MARDI
WEDNESDAY=MERCREDI
THURSDAY=JEUDI
FRIDAY=VENDREDI
SATURDAY=SAMEDI
SUNDAY=DIMANCHE
Hope this helps.

Posted: Mon Dec 30, 2013 12:00 am
by sajal.jain
Some how I get this error only when schedule the job for current day and not if I use any future date. Is it still not a bug then?