In event 2, put in something that saves off all the CGI/form/url variables to a file before it does any other processing. Then you can look at the file for the second run and see what kicked it off.
-----Original Message----- From: Bryan S [mailto:[email protected]] Sent: Wednesday, March 10, 2010 1:43 PM To: cf-talk Subject: RE: Phantom Scheduled Tasks -The good news... The cfhttp call is working now. When I tried it in the .cfc I disabled the .cfm view. When that didn't work I put the cfhttp call in the .cfm but forgot to reenable the view. -The bad news... The cfhttp call did not fix the problem. Cold Fusion Scheduled Task calls Event1 Event1 calls Event2 Five minutes exactly passes and Event2 gets fired again Event1 does not get called again No Cold Fusion Scheduled Task can be found to fire Event2. In any event how would it know to fire five minutes after Event1 is called. -The weird news... This code failed to stop and let me look at the values in cfhttp. <cfhttp method="get" url="#local.desiredEvent#"> cfhttp = <cfdump var="#cfhttp#" var="cfhttp"> <cfabort /> This problem is killing me. Bryan -----Original Message----- From: Dorioo [mailto:[email protected]] Sent: Wednesday, March 10, 2010 9:32 AM To: cf-talk Subject: Re: Phantom Scheduled Tasks Dump "cfhttp" after the call and it will show you useful information (run the page in the browser so you can see the dump). Look at the status values and response for clues as to what's going. - Gabriel On Wed, Mar 10, 2010 at 9:23 AM, Bryan S <[email protected]> wrote: > > Well, I think I know why I didn't use that originally. It is not working. I > am probably doing something dumb but I haven't been able to Google this > problem away. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331556 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

