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,  paul
>
>
>At 11:09 AM 12/20/00 -0600, you wrote:
> >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.
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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:
> 
> 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
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFAS Scheduler

2000-12-19 Thread Cami Lawson

FYI, the system I'm working on has the same things happen to it and if you
can't find a code problem then CFAS just quit.  Usually I can delete the
previous schedule and create a new one to start the next day at 00:01:00
till 23:59:00 for an indefinite number of days and it will start 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 Scheduler


> Paul --
>
> FYI, I've seen the same thing happen enough times (4.0, 4.1, 4.5, haven't
tried any of the 4.5 SP's yet) to know it's a
> real bug -- you're not imagining it.  :-)  Don't have the foggiest idea
what makes the scheduler "stick".  Cycling
> (stopping, starting) the App Server and the Executive usually seems to fix
it, though occasionally I've had to cycle them
> more than once to finally get the scheduler to start running scheduled
jobs again.
>
> Most of the time the scheduler works fine.  I've seen it run for three
months without a hiccup (finally had to cycle the
> system for other reasons), but sometimes it just sticks, and boy is it
irritating to try to get it going again.
>
> Sometimes I wonder whether it's having some screwy interaction with my
backup package (Veritas Backup Exec Enterprise
> Edition), but I've never had the time, knowledge, or patience to
investigate it.  All I've done is to cycle it until it
> starts working again.
>
> Again, I have no idea whether 4.5SP1 or SP2 might fix it.
>
> Good luck!
>
> -- Larry Afrin
>Med. Univ. of S.C.
>[EMAIL PROTECTED]
>
>
> paul smith wrote:
>
> > 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
> > >am sure it is working is have it email me a notice of completion
whenever 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: 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
> > > > Scheduler is supposed to execute it.  But the CFAS Scheduler log
indicates
> > > > it was executed.  How is this possible?
> > > >
> > > > best,  paul
> > > >
> > > >
> > > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFAS Scheduler

2000-12-19 Thread Lawrence B. Afrin, M.D.

Paul --

FYI, I've seen the same thing happen enough times (4.0, 4.1, 4.5, haven't tried any of 
the 4.5 SP's yet) to know it's a
real bug -- you're not imagining it.  :-)  Don't have the foggiest idea what makes the 
scheduler "stick".  Cycling
(stopping, starting) the App Server and the Executive usually seems to fix it, though 
occasionally I've had to cycle them
more than once to finally get the scheduler to start running scheduled jobs again.

Most of the time the scheduler works fine.  I've seen it run for three months without 
a hiccup (finally had to cycle the
system for other reasons), but sometimes it just sticks, and boy is it irritating to 
try to get it going again.

Sometimes I wonder whether it's having some screwy interaction with my backup package 
(Veritas Backup Exec Enterprise
Edition), but I've never had the time, knowledge, or patience to investigate it.  All 
I've done is to cycle it until it
starts working again.

Again, I have no idea whether 4.5SP1 or SP2 might fix it.

Good luck!

-- Larry Afrin
   Med. Univ. of S.C.
   [EMAIL PROTECTED]


paul smith wrote:

> 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
> >am sure it is working is have it email me a notice of completion whenever 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: 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
> > > Scheduler is supposed to execute it.  But the CFAS Scheduler log indicates
> > > it was executed.  How is this possible?
> > >
> > > best,  paul
> > >
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFAS Scheduler

2000-12-19 Thread Cami Lawson

check your application log file to see if it has a date/time similar to the
run of the scheduler log, the you can get an idea of what is not working
- Original Message -
From: "paul smith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, 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
> >am sure it is working is have it email me a notice of completion whenever
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: 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
> > > Scheduler is supposed to execute it.  But the CFAS Scheduler log
indicates
> > > it was executed.  How is this possible?
> > >
> > > best,  paul
> > >
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFAS Scheduler

2000-12-19 Thread paul smith

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
>am sure it is working is have it email me a notice of completion whenever 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: 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
> > Scheduler is supposed to execute it.  But the CFAS Scheduler log indicates
> > it was executed.  How is this possible?
> >
> > best,  paul
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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,  paul

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 setting up a scheduled program, until I
am sure it is working is have it email me a notice of completion whenever 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: 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
> Scheduler is supposed to execute it.  But the CFAS Scheduler log indicates
> it was executed.  How is this possible?
>
> best,  paul
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFAS Scheduler

2000-12-19 Thread Jon Hall

 Paul, one of the things I do when setting up a scheduled program, until I
am sure it is working is have it email me a notice of completion whenever 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: 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
> Scheduler is supposed to execute it.  But the CFAS Scheduler log indicates
> it was executed.  How is this possible?
>
> best,  paul
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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?
>CFSchedule runs on Port 80.
>
>We had it at one time running the templates
>on Port 8088 and it would indicate in the
>log file as it ran but nothing happens.
>
>If I ran it locally it was fine.
>
>Check the port to make sure.
>
>
>-Original Message-
>From: [EMAIL 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 log indicates
>it was executed.  How is this possible?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFAS Scheduler

2000-12-19 Thread Adkins, Randy

By chance is it behind an odd port? 
CFSchedule runs on Port 80.

We had it at one time running the templates
on Port 8088 and it would indicate in the
log file as it ran but nothing happens.

If I ran it locally it was fine.

Check the port to make sure.


-Original Message-
From: [EMAIL 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 log indicates 
it was executed.  How is this possible?

best,  paul
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 the options selected from two combo 
>boxes which are linked together and are poplulated from the database?


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



FWD: Re: CFAS Scheduler & CFINCLUDE

2000-12-13 Thread Michael Brzezicki

I believe this email is for you. Although I have no Idea how I got since my email 
address is nowhere within the email.


Mike Brzezicki

Although since this is about CF. Do you know how I can create a dynamic query that 
displays data depending on the options selected from two combo boxes which 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 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 Scheduler & CFINCLUDE


> 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 Scheduler fires).
>
> best,  paul
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 Scheduler & CFINCLUDE


> 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 Scheduler fires).
>
> best,  paul
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists