Re: CFAS Scheduler - I Give Up - SOLVED

2000-12-21 Thread paul smith
Check out: www.teratech.com/coldcuts/cutdetail.cfm?cutid=2 best, paul At 05:46 PM 12/21/00 -0800, you wrote: >Well I want to execute a single CFAS template. >So I gather file.bat needs to set the CF_TEMPLATE_PATH variable and then >execute cfml.exe > >What's the syntax in file.bat? > >best, p

Re: CFAS Scheduler - I Give Up

2000-12-21 Thread paul smith
Well I want to execute a single CFAS template. So I gather file.bat needs to set the CF_TEMPLATE_PATH variable and then execute cfml.exe What's the syntax in file.bat? best, paul At 11:09 AM 12/20/00 -0600, you wrote: >You can set up and delete AT commands using CFEXECUTE. > >Typically: >Use

Re: AW: CFAS Scheduler - I Give Up

2000-12-20 Thread paul smith
Yep. At 09:16 PM 12/20/00 +0100, you wrote: >well, did you try to restart the CF server after adding another task? I >remember that with CF 4.0 that was an issue at least with Solaris. ~~ Structure your ColdFusion code with Fusebox. Get th

AW: CFAS Scheduler - I Give Up

2000-12-20 Thread Christoph Schmitz
7:29 > An: CF-Talk > Betreff: CFAS Scheduler - I Give Up > > > Well, I have one scheduled task that runs like clockwork ;-) > every hour, and has done so for monthes, but I cannot seem > to get CFAS's Scheduler to add another task. I give up. > > What's the s

Re: CFAS Scheduler - I Give Up

2000-12-20 Thread Billy Cravens
You can set up and delete AT commands using CFEXECUTE. Typically: Use CFFILE to create a .bat file Use cfexecute to run the following command: AT 13:00 c:\file.bat The exact contents of file.bat depend on what you're wanting to do. -- Billy Cravens [EMAIL PROTECTED] paul smith wrote: > >

CFAS Scheduler - I Give Up

2000-12-20 Thread paul smith
Well, I have one scheduled task that runs like clockwork ;-) every hour, and has done so for monthes, but I cannot seem to get CFAS's Scheduler to add another task. I give up. What's the syntax for using CFAS with NT's AT? Neither of Forta's current bibles seems to cover it. best, paul

Re: CFAS Scheduler

2000-12-19 Thread Cami Lawson
rt back up just fine. If I try starting it back on the same day it will quit just the same. - Original Message - From: "Lawrence B. Afrin, M.D." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 19, 2000 4:30 PM Subject: Re: CFAS Sc

Re: CFAS Scheduler

2000-12-19 Thread Lawrence B. Afrin, M.D.
r it > >is executed as the last thing on the template. > >Then you know if it is running or not. > > > >jon > >- Original Message ----- > >From: "paul smith" <[EMAIL PROTECTED]> > >To: "CF-Talk" <[EMAIL PROTECTED]> > >Sent: M

Re: CFAS Scheduler

2000-12-19 Thread Cami Lawson
esday, December 19, 2000 2:42 PM Subject: Re: CFAS Scheduler > Yes, I've done that. That's how I know it's not working. > > best, paul > > At 12:22 PM 12/19/00 -0500, you wrote: > > Paul, one of the things I do when setting up a scheduled program, until I > >

Re: CFAS Scheduler

2000-12-19 Thread paul smith
ecuted as the last thing on the template. >Then you know if it is running or not. > >jon >- Original Message - >From: "paul smith" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Monday, December 18, 2000 8:49 AM >Subjec

Re: CFAS Scheduler

2000-12-19 Thread David Cummins
I had a problem like that yesterday... the page didn't exist, and the Scheduler decided that a 404 error meant it had run fine! David Cummins paul smith wrote: > > Until now, I've never had problems with CFAS Scheduler. > > Now I do. The template executes when I do it m

RE: CFAS Scheduler

2000-12-19 Thread Adkins, Randy
also place one at the beginning: ...blah ...blah That way you know it started and ends succesfully -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 12:23 PM To: CF-Talk Subject: Re: CFAS Scheduler Paul, one of the things I do when

Re: CFAS Scheduler

2000-12-19 Thread Jon Hall
smith" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 18, 2000 8:49 AM Subject: CFAS Scheduler > Until now, I've never had problems with CFAS Scheduler. > > Now I do. The template executes when I do it manually. But not when CFAS &

RE: CFAS Scheduler

2000-12-19 Thread paul smith
No, I wouldn't think port number is the problem. I have another task that CFAS Scheduler has run every hour for many months. Is there any thought that CFAS 4.5.1 fixed the Scheduler? best, paul At 08:56 AM 12/19/00 -0500, you wrote: >By chance is it behind an odd port? >CFSched

RE: CFAS Scheduler

2000-12-19 Thread Adkins, Randy
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 8:50 AM To: CF-Talk Subject: CFAS Scheduler Until now, I've never had problems with CFAS Scheduler. Now I do. The template executes when I do it manually. But not when CFAS Scheduler is supposed to execute it. But the

CFAS Scheduler

2000-12-19 Thread paul smith
Until now, I've never had problems with CFAS Scheduler. Now I do. The template executes when I do it manually. But not when CFAS Scheduler is supposed to execute it. But the CFAS Scheduler log indicates it was executed. How is this possible? best,

Re: FWD: Re: CFAS Scheduler & CFINCLUDE

2000-12-13 Thread paul smith
I don't know, but I've seen discussion on cf-talk about tags in Allaire's Developer Gallery that link 2 and possibly 3 drop-downs. best, paul At 09:57 AM 12/13/00 -0500, you wrote: >Although since this is about CF. Do you know how I can create a dynamic >query that displays data depending on

FWD: Re: CFAS Scheduler & CFINCLUDE

2000-12-13 Thread Michael Brzezicki
are linked together and are poplulated from the database? --Original Message-- From: "Cami Lawson" <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: December 13, 2000 2:32:07 PM GMT Subject: Re: CFAS Scheduler & CFINCLUDE I have an item that is schedu

Re: CFAS Scheduler & CFINCLUDE

2000-12-13 Thread Cami Lawson
I have an item that is schedule to run through CFAS and it has 3 includes that work just fine. - Original Message - From: "paul smith" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 13, 2000 8:03 AM Subject: CFAS Schedul

CFAS Scheduler & CFINCLUDE

2000-12-13 Thread paul smith
Good (?) Post-Election Morning! Can the CF template executed by the CFAS Scheduler have CFINCLUDEs in it that will work? Or does the CF template executed by the CFAS Scheduler have to all all CF tags directly in it? The latter seems to be the case here (to be confirmed later today when the