I've never used CFSCHEDULE, but i'd imagine you can only run
registered scheduled tasks. If you just want to request a URL one
time, use CFHTTP. That's all scheduled tasks are, except CF runs them
on a schedule.
cheers,
barneyb
On Fri, 06 Aug 2004 19:02:13 -0400, Andrew Grosset <[EMAIL PROTECTED]> wrote:
> I get this error calling my cfschedule template:
>
> " The following task could not be found: appcheck. "
>
> <cfschedule
> action="">
> task="appcheck"
> url="">
> startDate="8/6/04"
> startTime="2:35 PM"
> interval="60">
>
> I am on a shared hosting server running CFMX 6.1
>
> I havn't had to run cfschedule before so this is a bit new to me....
> Does the "task" have to be registered in administrator before it can
> be run? I looked at the 6.1 docs and it doesn't mention it.
>
> any help appreciated, Andrew.
>
>
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- cfschedule error Andrew Grosset
- Re: cfschedule error Ubqtous
- Re: cfschedule error Andrew Grosset
- Re: cfschedule error Barney Boisvert
- Re: cfschedule error Ubqtous