RERUN a job from yesterday

Tools and several solutions to manage Control-M products
Post Reply
User avatar
flytripper
Nouveau
Nouveau
Posts: 5
Joined: 09 Sep 2006 12:00
Location: Ohio, United States

RERUN a job from yesterday

Post by flytripper » 16 Sep 2006 2:47

I have an issue I am trying to work through. I have my Control-m set to start a new day of processing at 7:00am. However there are times where I find out after 7am that a job did not run correctly. After solving the issue, usually a file name issue, etc, I want to be able to rerun the job - from yesterday. Alot of the file names I use have a date in them. For example filename0916 would be for Sept 16th. My ctmfw jobs are looking for /filename%%OMONTH.%%ODAY. So simply running todays job would not move yesterdays file, furthermore it would complete todays job and keep it from executing.

Any ideas would be helpfull.

Thanks in advance

User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Post by fyot » 16 Sep 2006 11:31

Hi,

Instead to use %%OMONTH or %%ODATE variables, if you want to test you file through system date you could use %%MONTH or %%DATE.

example : filename%%MONTH.%%DAY

ChrisD

Post by ChrisD » 26 Sep 2006 2:27

You can change jobs' "Maxwait" settings on the execution tag of the job editing form. This sets the maximum number of days that the job can wait to be executed after its original scheduling date has passed.

Hope this helps.

Post Reply