Bryan, I normally save all of CGI/Form/URL. The main CGI ones to look at though are: Cgi.http_referer, cgi.http_user_agent, cgi.remote_addr, cgi.request_method, cgi.script_name
If cgi.remote_addr is the ip of the server then the server made the call. User agent helps to see if it was the scheduler or not. Script_name ensures that it isn't some old version (name_old.cfm) laying around that is getting called somehow. Request method helps if this comes from a form, if the method is get, then something looped around and called it. Steve -----Original Message----- From: Bryan S [mailto:[email protected]] Sent: Wednesday, March 10, 2010 2:48 PM To: cf-talk Subject: RE: Phantom Scheduled Tasks Steve I already have logging code in there and it is storing the cgi.remote-addr the logged in user and information about the report it just started. As mentioned previously, I know what the stack trace is. It will be easy for me to add other variables but I can't think of any that would be useful in debugging this. Which variables do you think will help in this situation? I will add them to my existing logging. Bryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:331568 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

