Yes a Web request from the scheduler. It should send back a Web page, since this template is designed to run from either the scheduler or a manual page request. In fact it works fine when requested manually. And the setup inside the scheduler is basically the same as other templates which run fine. I hate trying to diagnose this kind of problem, when the only thing I can really "see" is whatever the scheduler log shows.
Keith Purtell, Web/Network Administrator VantageMed Corporation (Kansas City office) CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bruce Dunwiddie Sent: Monday, May 03, 2004 5:44 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Code 204 in scheduler It's an http error code 204, No Content... http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html I'm assuming you're using the scheduler to go make a web request? Whatever you're requesting is not sending back any actual web page, which from the rfc, seems fine, as long as that's what you're wanting. If the page you're requesting is always supposed to send back like at least a success or failure, then something is blowing up and not sending back anything. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith Purtell Sent: Monday, May 03, 2004 5:28 PM To: [EMAIL PROTECTED] Subject: [KCFusion] Code 204 in scheduler Does anyone know the meaning of a 204 code in the ColdFusion Scheduler log? I'm seeing this after a scheduled event runs. Relevant log lines below, edited, most recent on top... Status code for task: 'CRM-emails-to-whitelist' is '204 No Content' Scheduled task 'CRM-emails-to-whitelist' for URL request 'https://[path deleted]/crm-email-to-whitelist.cfm' completed. Scheduled task 'CRM-emails-to-whitelist' for URL request 'https://[path deleted]/crm-email-to-whitelist.cfm' initiated. Keith Purtell, Web/Network Administrator VantageMed Corporation (Kansas City office) CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ========================================================= Kansas City ColdFusion User Group's website & listserv is hosted through the generous support of Clickdoug.com To send email to the list, email [EMAIL PROTECTED] To (un)subscribe, email [EMAIL PROTECTED] with your request. For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1. ======================================================
