Updater 2 should fix any trouble ur seeing with the scheduler...

-Stace


-----Original Message-----
From: Yves Arsenault [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 11, 2002 3:35 PM
To: CF-Talk
Subject: RE: Scheduled task

Ok thanks...

Yves

-----Original Message-----
From: Stacy Young [mailto:[EMAIL PROTECTED]]
Sent: December 11, 2002 4:20 PM
To: CF-Talk
Subject: RE: Scheduled task


There's an issue with the scheduler...it's "moody".
Can anyone MM folk tell us if it's included on the next Updater?

The example you gave will translate to 3PM...or at least that's what it
should translate to.

Stace

-----Original Message-----
From: Yves Arsenault [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 2:21 PM
To: CF-Talk
Subject: Scheduled task

Hi all,

I've created a simple scheduld task which would send an email.(I'm just
testing step be step....it will do a few more things.)

I can run it, but it is not running on it's schedule.... I've scheduled it
for every minute, just to see if it would work.
I see the task in the ColdFusion admin.

Here was the code..

<cfschedule action="UPDATE"
operation="HTTPRequest"
task="EmailTask"
url="http://127.0.0.1/Peicaps_edocs/Task/EmailTask.cfm";
startdate="12/11/02"
starttime="15:00:00"
interval="60">

In my CF 5 book, I've found this and I hope it's a type O..

It's referring to the tags attributes:
* STARTTIME="07:00:00" - Creates the time for the scheduled task to begin.
This translates to 1a.m.

I don't know how to get 1a.m. out of that....
In my tag I meant the starttime attribute to mean 3pm (starttime="15:00:00")

Any ideas.

My brain is on fire.
I've been using reserved SQL words all day!!!

AARGHH!!

:-)
Yves Arsenault
Carrefour Infotech
5,promenade Acadian
Charlottetown, IPE
C1C 1M2
[EMAIL PROTECTED]
(902)368-1895 ext.242
ICQ #117650823






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to