ctmfw creation... Urgent!!!

Everything about Control-M Server installation or setup.
Post Reply
User avatar
satavpa
Nouveau
Nouveau
Posts: 13
Joined: 19 Nov 2009 12:00

ctmfw creation... Urgent!!!

Post by satavpa » 02 Nov 2010 11:43

Hi All,

I would like to create a file watcher job which would be a montly job and which has to wait for the files to be created for last three weeks...


here my question is CTMFW <inputfile> 0 60 10 3 600 N <start>
<end>;

start time is <201010100001> End time <201010310001>

will this work, will it chk for the files generated for all the three weeks...

If not, wat would be the correct way to use the ctmfw for this Scenario...

User avatar
Banshee06
Nouveau
Nouveau
Posts: 79
Joined: 10 Jul 2009 12:00
Location: Salem, Oregon

Post by Banshee06 » 02 Nov 2010 10:19

It depends on what and when you are doing with the files.
is there more than one file? do they come scattered through that time period? Or is it one file and it runs one time?

I have a file watch job that runs everyday from 8 am to 8 pm the job is a cyclic job it runs every hour during that time it will look for files in a directory for 10 minutes then it will fail and I set it to rerun and it wakes again in one hour and does this all day long till my 8pm time.

I have another file watch job that looks for one file on Mondays .
I have it watch a directory every 30 minutes for six hours and then if it is succcessful I have it force other jobs to run. If it fails I have it throw a file not found message.

Post Reply