Greg, I noticed that you have <CFSetting EnableCFOutputOnly="NO"> in your code but not <CFSetting EnableCFOutputOnly="Yes">. You may want to include the missing tag at the top.
I have found it helpful to use <CFOUTPUT><inlog text=""></CFOUTPUT> for and enter info for debugging. This puts the debugging info right into the scheduler logs and makes it a lot easier to follow the time line as opposed to entering data into another file. Howie, are the PARAM and VALUE parameters needed for the GetEvents call or do those default to "result" and "ok"? Marc ------------------------------------------------------ Marc Lichtenfeld Senior Programmer/Technology Lead www.bigdough.com -----Original Message----- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 10:50 AM To: inFusion Support List Subject: Re: [iMS] Scheduler Woes I would suggest adding a line to your template output so that you can see exactly what is happening: option=debug Let me know if this helps... Regards, Howie ----- Original Message ----- From: "Greg Narain" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 10:39 AM Subject: Re: [iMS] Scheduler Woes > Howie, > > I am logging the time. What is happeneing however is > that the templates are never being called. I know > this because I have a <cffile> writing some debug > output and that file IS NOT created. > > If I run the scheduler template in the browser, the > file is generated without a hitch. > > Additionally, it seems clear to me that the scheduler > is getting the wrong information about when events are > to run. I have 3 events in the database. One is > scheduled to run once a day and the other 2 are > scheduled to run once every minute. Those do > consistently run every 10 minutes. I do not see how > this can be a CF problem, but if you can tell me how > that might be possible then I am more than willing to > try and fix something on the CF side. > > Here is my getEvents.cfm > <SNIP> > I have extended logging enabled. I have placed errors > in this template, I have cleared the class files, I > have restarted the scheduler and all iMS services, I > have rebooted the machine. > > In the end, the scheduler returns to this 10 minute > interval and fails to call the template. > > If you would like to log into the box and look for > yourself I will be happy to give you the appropriate > info to term serv in. > > Best regards, > Greg ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [email protected] ==^=======================================================
