>I am trying to implement a scheduled task that will "query" the applicatin >log file and dump any new error messages >into an email and send it to a person montoring the application.
I'm sure others will chime in, but another way to handle this is to set up the CFERROR tag or onError method in Application.cfc to automatically email you when an exception occurs. Much easier than what you're trying to do, and sends you the email immediately rather than wait until your scheduled task fires. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275173 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

