if File watcher fails

Post Reply
User avatar
Shins
Nouveau
Nouveau
Posts: 1
Joined: 10 May 2007 12:00

if File watcher fails

Post by Shins » 10 May 2007 4:44

Hi,
We are using CONTROL-M 6.2, and we have set of jobs which run on time base. For each job, we have created a filewatcher which works fine.

We want to implement the following logic as,
if file watcher job fails then a shell script should be called which is avaiable on UNIX server with parameters as job name and date which will update the record in database for respective job.

Thanks in advance.

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

Post by fyot » 10 May 2007 7:22

Hi

If your filewatcher is included in a small script, you can add error test.
If the filewatcher fails use ctmcreate or ctmorder Control-M command to add some jobs with all parameters you need.

User avatar
Gopikkd
Nouveau
Nouveau
Posts: 154
Joined: 25 May 2009 12:00
Location: Bangalore

FileWatcher

Post by Gopikkd » 28 Jun 2011 3:25

Could anyone please explain about FILEWATCHER concept in Control_M

Thanks in advance!!

User avatar
jemoreno
Nouveau
Nouveau
Posts: 2
Joined: 14 Jul 2011 12:00

FILEWATCHER

Post by jemoreno » 14 Jul 2011 9:10

FILEWATCHER is a binarie inside <CONTROL_M_AGENT_HOME>/ctm/exe/ responsible to keep the eyes under a directory checking for a file, and monitor if the transfer is completed, so you can use it as a dummy jobs to release a new one if it required a full file in the path.

Post Reply