Hi, Dave, and thanks for the feedback...
Yes, the tasks are registered and I did change the startdate year format to
'yyyy'
per your suggestion.
I also ended up having to set the action to "update" rather than run, which
also required operation="HTTPRequest", the url, and interval.
But now it's working fine. Here's the final solution:
<cfschedule
action = "update"
task = "02_Process HMLS Office Data Text File"
operation = "HTTPRequest"
url =
"http://localhost/real_estate_data/tasks/02_process_hmls_offices_text_file.cfm"
startdate = "#DateFormat(Now(), 'm/d/yyyy')#"
starttime = "#TimeFormat(DateAdd('n', 5,
now()), 'h:mm tt')#"
interval = "once" >
Rick
> -----Original Message-----
> From: Dave Francis [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 26, 2008 10:13 AM
> To: CF-Talk
> Subject: RE: Trying to read a text file of data and input into db...
>
> From a CF5 lang ref, so may be out of date... Is the task registered?
> Also try yyyy for startdate format. And you don't need "Interval".
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308200
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4