You should always check whatever a scheduled process run and whatever that run was successful (i.e. no error was thrown). One simple way to make sure it run and the run was a success is to send an email at the end of the process file to your (or some designated for that purpose) email account. Unless your process runs very often, this is a simple and quick solution to process running check - minimal work needed. Also, outlook and most other mail clients can be set to sort your incoming mail into folders allowing you to just take a quick look and know whatever there was a problem or not.
TK http://www.tomkitta.com -----Original Message----- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 3:38 PM To: CF-Talk Subject: Re: possible CFMX 6.1 cfschedule bug Not sure if it is supposed to work that way or not, but one thing you could do is to log if a scheduled task is successfull or not (this may already be logged for you) and create another scheduled task that runs every couple hours or so and have it check that success. if it finds a scheduled task that did not run correctly it could fire it off again... might take some work but it should solve the problem. On 9/14/05, Victor Moore <[EMAIL PROTECTED]> wrote: > I think I found a problem with cfschedule. If the CFMX service is restarted > at the same time when a scheduled task is running, the task is not > rescheduled to run as planned and subsequently it doesn't run after the > service is restarted. It needs a manual "push". Is this a known behaviour? > anyway to fix it short of using an external scheduler? > Thanks > Victor > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218322 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

