Try using the CF administrator to create the task intstead
of writing it into a page and enable schedule logging, so you
know what cf server is doing..

hope this helps


--- Original Message ---
"Craig A. Zingerline" <[EMAIL PROTECTED]> Wrote
on 
Wed, 26 Jul 2000 08:11:11 -0400
 ------------------ 
Hello,

I have a simple task that I would like to schedule.  When I run
the
<cfschedule> file, it sets up the task in the CF Administrator
area.
However, the task that is supposed to be run never runs.  Does
anyone know
the solution?  Thanks in advance for your time.

<!--- Here is the tag, which gets added to the CF administrator
schedule
fine --->

<cfschedule action="UPDATE"
        task="task1"
        operation="HTTPRequest"
        startdate="07/25/00"
        starttime="16:22:00"
        url="http://localhost/projects/tests/schedule_test/send_mail.cfm"
        interval="60">

<!--- Here is the task to be performed (send_mail.cfm) --->

<cfmail from="#email#"
                to="#admin_email#"
                subject="schedule test">
Email text here.................
</cfmail>

Thanks!

Craig A. Zingerline
Advanced Media Productions
Web Application Developer
[EMAIL PROTECTED]
Phone:  508.647.5151
Fax:      508.647.5150

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.



-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to