CFSchedule

2000-07-06 Thread David Scheiderich

Hello,

  Currently there is a section of my webpage that generates a massive
list (Requing 400-800 queries per hit), that is taxing down my
server. These pages are dynamic, driven by a SQL DB, that doesnt
change all the time. CFCACHE wont work, since it also relies on
cookies.

  My solution is to create the pages (360, varitions of view and
cookies), and store them into a Db table. And when someone requests
to see one, retreve the entire page from the DB and output it. So
each time a update takes place to the underlying tables, the pages
must be regenerated. Sometimes only a few, other changes could affect
all.

  In the case were it affects all, I schedule an event to run Once,
after updating the DB, to regenerate all the pages (~15 min process).
Only, it doesnt run. It does work, if I go into the CFIDE and modify
the Task. Otherwise, it just ignores it.
  This is what my code looks like:



  Any ideas? - I'm running NT4/CF4.5.1/MS SQL 7

Thanks,
David Scheiderich

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFSchedule

2002-09-03 Thread Randell B Adkins

I thought I noticed a thread awhile back about how you can
determine what items are Scheduled to execute under CFSCHEDULE.

Any ideas?


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFSchedule

2002-01-25 Thread Mark Leder

Any good tutorials on this subject - all I've seen in numerous books is
examples of running reports at determined intervals.  What I want to do is
run a template which contains a query and then outputs the results to
CFMAIL.  Can I do this using CFSchedule, or is there a better way?

Here's what I have now, and it won't work (I'm on a shared server with no
access to the CF Admin functions):

Any assistance or suggestions is/are appreciated.

Thanks,
Mark

-

http://www.mydomain.com/admin/email/scheduler/test_email_process.cfm";
STARTDATE="01/24/02"
STARTTIME="06:45:00"
INTERVAL="DAILY"
RESOLVEURL="No"
PUBLISH="No">





SELECT  *
FROM t_email, t_msg, t_sig, t_subcat, 
t_unsub_msg
WHERE   t_email.subcat_h = t_msg.t_subcat_ID AND 
t_msg.t_subcat_ID =
t_subcat.sc_id AND t_msg.dateofsend = DateValue(Now())





"
FROM="""John Doe"" <[EMAIL PROTECTED]>"
SUBJECT="#msg_subject#"
CC="#copy_to#"
BCC="#blind_copy_to#"
SERVER="127.0.0.1">
">
#trim(thought)# --#trim(author)##crlf##crlf#
#Trim(txtmessage)##crlf##crlf#
#trim(unsub_msg)##crlf##crlf#
#trim(sig_line)#








"
FROM="""John Doe"" <[EMAIL PROTECTED]>"
SUBJECT="Email Message Center Delivery Success"
SERVER="127.0.0.1">
As of #LSDateFormat(Now(), " dd, ")# #LSTimeformat(Now(),
"hh:mm:ss")#, #q_sub.recordcount# subscribers have been provided a
#q_sub.sub_category# message via automated email.

END OF MESSAGE






__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFSCHEDULE

2001-08-01 Thread Bruce Holm

I was playing around trying to learn how to get CFSCHEDULE tag to work and found 
something interesting that suggests a bug.

The INTERVAL parameter is Required for Updates.  The list of possible parameter values:
DAILY, WEEKLY, MONTHLY, NOW, EXECUTE, x
where x is number of minutes.

I wanted a Once-Only event so I tried an Interval value of Execute and then Now.  
Neither one set the interval correctly.  By that I mean, when I went into CF 
Administrator Scheduled Events and opened the event I had just created, none of the 
three radio buttons (One time, Repeating, Delay minutes) were set!  If I specified an 
Interval of Daily it set the radio button for repeating Daily.  I tried over and over, 
trying different variations and could not get the One time radio button to be 
selected.  If I left it in that state, it would NOT run my scheduled URL template.  It 
acted like it was scheduling an event that never ran.  I made sure I scheduled events 
longer than the 15 min. lead time interval.

I finally decided to try an Interval value of "ONCE" and voila...it set the radio 
button to One time and the list of events in the CF Administrator showed a Intervale 
of "Once-Only" and it scheduled the event and executed my template.  But ONCE is not a 
documented value.  In fact EXECUTE and NOW are barely documented anywhere and are not 
very clearly defined.  Ben Forta's book talks about it but he says EXECUTE seems to 
set to DAILY, while NOW sets the operation to execute immediately.  I could get 
neither to do as he describes.

To top it all off, the CF Reference manual doesn't even have CFSCHEDULE tag in it!!!

Any comments, experiences that would enlighten me more on this strange semi-documented 
tag?

-
Bruce Holm - Web Programmer
Lattice Semiconductor Corp.
[EMAIL PROTECTED]
-



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFSchedule

2001-10-29 Thread ccook22

Hello everyone -



Quick question for you, I ran into an interesting note when reading through
  the documentation for this tag.



 
 Note You cannot use CFSCHEDULE and apply the Secure Sockets Layer   
  (SSL) to your application. 
 



Do I take this to mean I can not schedule my intranet application which
uses SSL to execute CF pages in the middle of the night? Are there ways
around this, such as a custom tag of some sort?

Thanks for your input,
Casey Cook
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFSCHEDULE

2004-03-05 Thread brobborb
Hey guys, i want to set the CF administrator to schedule exution of templates.  Have you any experiences with that?  Any problems or quirkiness?  I want to make sure that it processes those templates everytime
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFSchedule

2011-03-11 Thread Scott Williams

Hi all --

I'm trying to use CFSchedule to have automatic emails sent. I don't have access 
to the CF Administrator, so I'm using the CFSchedule tag. So far it hasn't 
worked. Here's my code:

http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm"; 
startdate="1/1/2011" starttime="12:00 PM" enddate="12/31/2011" username="SF300" 
password="Sw578668" interval=once resolveurl="no" publish="no">

I included this code in a template, uploaded it to the website, then ran the 
page that contains it. No error messages, so knock wood.

I next sent and ran a template with this code:



My expectation was that the template 
http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm would run. I 
did not receive an email. The DailyWhatToDoTodayEmail.cfm page works just fine.

Any idea about why this isn't working?

Scott

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342937
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFSCHEDULE

2000-05-16 Thread Mary Jo Sminkey


>
>If you use CFSCHEDULE to kick off an application scoped query, keep in mind
>it will more than likely not be available in your actual application. I have
>yet to figure out what application CFSCHEDULE executed code is placed in,
>even if I use a CFAPPLICATION at the top of the file.


Speaking of CFSCHEDULE, anyone know why it is NOT included in the most 
recent CF literature? It's not in the CF 4.5 Language Reference or the new 
Quick Reference Guide. It's in the Studio help files, so I assume it's just 
a screwup, but thought I'd check.




Mary Jo Sminkey [EMAIL PROTECTED]
http://www.cfwebstore.com

CFWebstore, Cold Fusion-based E-commerce



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



cfschedule

2000-12-04 Thread Robert Sarno

Has anyone ever use cfschedule and gotten a blank .htm page from their 
original .cfm page.  I did a simple check to see if it publishes the .cfm 
into a .htm.  Well it does, but the .htm page is blank page.

I am assuming I have the path correct because it place the .htm in the 
correct directory.  All the viewing and working with these pages will happen 
in an intranet environment.  Do I need to fiddle with the proxy and password 
stuff, even though it will not be published beyond the intranet?

Can anyone help me?

Thanks ahead of time.

Rob
~~
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



CFSchedule

2000-03-29 Thread Christian Labrecque

Hi folks,

I set up few task with cfschedule , and I want a know if there's a way to
have a list of the tasks
from the server or a way to delete them.

Thanks

Christian



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



cfschedule

2005-11-14 Thread Sam Komo_ITS
Hi Guys,

I have a scheduled job that runs every 8 hrs [7AM, 3PM, 11PM].  The job now 
runs one hour earlier because of the daylight savings time.  What can be 
done to make sure it run at the specified times.

Thanks
Sam

---
[This E-mail scanned for viruses.]


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224147
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


cfschedule

2006-02-10 Thread daniel kessler
This is the first time I've used cfschedule.  I'm in a shared hosting 
environment so I can do very little checking to see if I did this right or 
whatever the problem might be.

I'm creating a new scheduled task. I can create it using update, but I cannot 
run it.





When I run it, I receive the error, "Connection Failure: Status code 
unavailable" but when I update it (which in this case creates it), I receive no 
error.  I just want it to run another file that does a batch up updates.

Also, if I create it using update, will it just run or do I have to do a run 
command?  When my shared host server goes down will it clear out the tasks and 
if so I have to 'update' it again?

I want this to run once immediately and then at midnight each night.

thanks for any help!




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231932
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


cfschedule tasks

2010-04-19 Thread daniel kessler

Is there a way to query to find out if I have any active CFSchedule items?  I 
tried to set up a cfschedule and it's not executing the file that I specified.  
I don't have access to the CF server other than through code and I'm looking 
for ways to trouble shoot this.  I've not used cfschedule before.

any help is appreciated. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332991
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Default - cfschedule

2002-11-26 Thread Yves Arsenault
What is the default cfschedule setting when CF 5 is installed?

Just wondering.

TIA
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



grrrrr ... CFSchedule

2003-01-02 Thread Owens, Howard
I first tried using CFSchedule a couple of years ago ... when I was still
running CF 4.01 on a 4.0 SP4 NTWS.  Could never get it to work. Gave up.

Hadn't tried again until this week. I'm using CF 5.0, on Win2K with IIS.

I set up scheduled tasks up in the CF Admin.  If I run them manually,
through the admin, they run fine.  But as far as running on schedule, it
ain't happening.

The scheduler.log file shows that the templates ran, but the results that
should have been produced at not their -- no e-mails sent, nothing written
to the application log, no database entries ... zilch.

Any suggestions on why the scheduled events trigger but don't produce any
results?

H.


~~
Howard Owens
Internet Operations Coordinator
InsideVC.com/Ventura County Star
[EMAIL PROTECTED]
AIM: GoCatGo1956
~~

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



CFSCHEDULE Question

2000-08-07 Thread Ron Connelly

I'm trying to generate some static pages of a directory listing, one 
page for each letter A through Z.  I intend to generate these pages 
once each month on my development system, then FTP to a non-
CF enabled Website.  Below is some code showing how I'm trying 
(unsuccessfully) to do it.

CFSCHEDULE is not creating the static pages, and CFLOOP is 
not creating distinct pages, but one page with all listings on it.  
Can this even be done?

application.cfm:
-




schedule.cfm:
http://64.248.98.147/Stage/lacanadaflintridge"
startdate="#DateFormat(Now())#"
starttime="#TimeFormat(Now())#"
interval="1"
resolveurl="No"
publish="Yes"
file="diralpha_#application.letter#.html"
path="\\Imedcoserver\IMEDCO 
C\InetPub\wwwroot\Stage\lacanadaflintridge\alpha">


topalpha.cfm:
-

cfquery name="diralpha" datasource="#DSN#" dbtype="ODBC">
select  BUSACCES.TYPEBUS,
BUSACCES.DIRNAME
from BUSACCES
where DIRNAME like '#letter#%'
order by DIRNAME;




 



alpha.cfm:
-
(this template simply formats the output of the directory)


Thanks very much for any help!


--

Ron Connelly
The Internet:Works
[EMAIL PROTECTED]
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



cfschedule problem

2000-08-24 Thread John Wright

I have a cf page which I schedule to execute one time at 8:00pm. It does its
work and then uses  to re-schedule itself for 10 minutes in the
future. This works great until it gets to midnight. If the new time is past
00:00, the job never runs. When I check in the morning through the
administration page, the job is there and everything looks ok. It just never
executes. Any ideas?



http://someurl/some.cfm"
   INTERVAL="Once"
   REQUESTTIMEOUT="6000">

Thanks.

John


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFSchedule

2002-01-25 Thread Chris Giminez

Nothing too difficult about CF schedule, just point it to a page that runs normally.
I see your url is under /admin.  If you have security built in to application.cfm of 
that directory,
you won't be able to get in with your scheduled tag as far as I know.
I had to do something like this with cfschedule, so I made another directory under 
admin, call it
"schedule" and only would run the template with a password in the url variable, so 
your scheduled
tag url might look like this.
http://www.mydomain.com/admin/email/scheduler/test_email_process.cfm?accesscode=OIEiorJD833Ksjd
Nothing is output in the template, so great security is not really necessary.
Just run your report output within cfmail tags.
Also keep in mind it won't work in https mode.

Chris



> Any good tutorials on this subject - all I've seen in numerous books is
> examples of running reports at determined intervals.  What I want to do is
> run a template which contains a query and then outputs the results to
> CFMAIL.  Can I do this using CFSchedule, or is there a better way?
>
> Here's what I have now, and it won't work (I'm on a shared server with no
> access to the CF Admin functions):
>
> Any assistance or suggestions is/are appreciated.
>
> Thanks,
> Mark
>
> -
> 
>  TASK="TestMessage"
> OPERATION="HTTPRequest"
> URL="http://www.mydomain.com/admin/email/scheduler/test_email_process.cfm";
> STARTDATE="01/24/02"
> STARTTIME="06:45:00"
> INTERVAL="DAILY"
> RESOLVEURL="No"
> PUBLISH="No">
> 
>
> 
> 
>   DATASOURCE="uspc">
> SELECT  *
> FROM t_email, t_msg, t_sig, t_subcat, t_unsub_msg
> WHERE   t_email.subcat_h = t_msg.t_subcat_ID AND t_msg.t_subcat_ID =
> t_subcat.sc_id AND t_msg.dateofsend = DateValue(Now())
> 
>
> 
>
> 
>  GROUP = "email"
> GROUPCASESENSITIVE="No"
> STARTROW="1"
> TO="""#firstname# #lastname#"" <#email#>"
> FROM="""John Doe"" <[EMAIL PROTECTED]>"
> SUBJECT="#msg_subject#"
> CC="#copy_to#"
> BCC="#blind_copy_to#"
> SERVER="127.0.0.1">
>  <[EMAIL PROTECTED]>">
> #trim(thought)# --#trim(author)##crlf##crlf#
> #Trim(txtmessage)##crlf##crlf#
> #trim(unsub_msg)##crlf##crlf#
> #trim(sig_line)#
> 
>
> 
>
>
> 
> 
>
>  TO="""John Doe"" <[EMAIL PROTECTED]>"
> FROM="""John Doe"" <[EMAIL PROTECTED]>"
> SUBJECT="Email Message Center Delivery Success"
> SERVER="127.0.0.1">
> As of #LSDateFormat(Now(), " dd, ")# #LSTimeformat(Now(),
> "hh:mm:ss")#, #q_sub.recordcount# subscribers have been provided a
> #q_sub.sub_category# message via automated email.
>
> END OF MESSAGE
>
> 
>
> 
>
> 
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFSCHEDULE

2001-08-03 Thread Aidan Whitehall

> Any comments, experiences that would enlighten me more on 
> this strange semi-documented tag?

None other than I've never managed to get the scheduler to work via the
ColdFusion Administrator, let alone via the tag.

I hope this has been fixed in v5, but I'm not holding my breath...



Aidan

-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfschedule question

2001-08-16 Thread Mak Wing Lok

hi, just curious, is cfschedule able to schdule-call pages from .asp, .php
or any other valid http pages?




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFSchedule

2001-10-29 Thread Bud

On 10/29/01, [EMAIL PROTECTED] penned:
>Quick question for you, I ran into an interesting note when reading through
>   the documentation for this tag.
>
>  Note You cannot use CFSCHEDULE and apply the Secure Sockets Layer  
>   (SSL) to your application.
>
>Do I take this to mean I can not schedule my intranet application which
>uses SSL to execute CF pages in the middle of the night? Are there ways
>around this, such as a custom tag of some sort?

I have templates running through https from my scheduler. Just make 
sure you enter 443 as the port.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFSchedule - Ideas?

2001-10-30 Thread ccook22

All -

A better question might be, when using SSL or an HTTPS request how have you
scheduled templates to auto-execute in the middle of the night.

Thank,
CC
-- Forwarded by Casey C Cook/TMG/CSC on 10/30/2001
02:17 PM ---


Casey C Cook/TMG/CSC
10/29/2001 01:58 PM

To:   [EMAIL PROTECTED]
cc:
Subject:  CFSchedule  (Document link: Casey C Cook)


Hello everyone -



Quick question for you, I ran into an interesting note when reading through
  the documentation for this tag.



 
 Note You cannot use CFSCHEDULE and apply the Secure Sockets Layer   
  (SSL) to your application. 
 



Do I take this to mean I can not schedule my intranet application which
uses SSL to execute CF pages in the middle of the night? Are there ways
around this, such as a custom tag of some sort?

Thanks for your input,
Casey Cook

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfschedule question

2003-01-16 Thread Tony Weeg
hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




cfschedule question

2003-01-19 Thread Jochem van Dieten
Dave Watts wrote:
>
>CFMX doesn't store any configuration information in the registry. I think
>that scheduled events are stored in \CFusionMX\lib\neo-cron.xml.
>
>But, rather than edit that file directly while CF is running, you might
>instead want to use the appropriate API. Jochem van Dieten's site has
>information on that; I don't remember the URL offhand, but I'm sure it's
>in the list archives somewhere.

What you need to have is the cronservice and then listAll().

  
factory = CreateObject("java", "coldfusion.server.ServiceFactory");
cronservice = factory.cronservice;
tasks = cronservice.listAll();
   
   


This will return a complete list of all the scheduled tasks defined on the system. To 
make sure you can always identify which task belongs to who you should stick to some 
convention for the name. The actual changing of tasks can be done using cfschedule (be 
sure to revoke cfschedule permissions for your clients).
Make sure your clients don't schedule anything between 02:00 and 03:00 because of DST 
issues.

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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFSchedule question

2003-01-21 Thread Luis Lebron
How do I schedule a one time task with cfschedule. I get I can set the start
and end date to the same one or is there a better way?


thanks,

Luis R. Lebron
Project Manager
Sigmatech, Inc

~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Cfschedule syntax

2003-07-30 Thread James Johnson
Hello,

I'm having a problem getting the syntax for cfschedule correct.

I want to run a CF page which will query a db and run a batch of emails.
That is done. What I'm having a problem with is the actual  tag.

1) Does the Task need to be setup before hand in CF Admin?
2) If it doesn't, I'm getting confused on the ACTION attributes RUN/UPDATE.

The emailing page is called RR_email_results.cfm






http://127.0.0.1/oryanresellerrecruit/RR_email_results.cfm";
resolveurl="yes"
>

The error message I'm getting is:
Attribute validation error for tag CFSCHEDULE.  
When the value of the ACTION attribute is "UPDATE", the tag requires the
attribute(s): INTERVAL,OPERATION.  

Does anyone have some sample code, they'd like to share?
Thanks,
James

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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Cfschedule syntax

2003-07-31 Thread james
Rick, Qasim,

Thanks for the help. That worked.

James
~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFSCHEDULE

2004-03-05 Thread Michael Dinowitz
I've used the scheduler since it was first put into CF (even wrote a chapter
on it) and I've never had a problem. Other have had problems that have been
hard to trace. If your going to use it follow a few simple rules.
1. The template being run should be able to run from an url without a
problem.
2. Test the template using CFHTTP to make sure it works
3. The scheduler is NOT a web browser so things like cookies, _javascript_
actions, etc. will not happen. Be aware.
4. Be careful setting up the time. It's easy to want something running every
hour and have it run once a day instead.

> Hey guys, i want to set the CF administrator to schedule exution of
templates.  Have you any experiences with that?  Any problems or quirkiness?
I want to make sure that it processes those templates everytime
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFSCHEDULE

2004-03-05 Thread Matt Robertson
Michael Dinowitz wrote:
>3. The scheduler is NOT a web browser so things like cookies, 
>_javascript_ actions, etc. will not happen. Be aware.

Just as a general FYI, scheduling templates to run thru IE via the Windows task scheduler -- assuming a Win machine of course -- changes this.

c:\progra~1\intern~1\iexplore.exe http://123.456.789.012/foo/bar.cfm

called either directly in the scheduler or from within a batch file will do the trick.

--
---
 Matt Robertson, [EMAIL PROTECTED]
 MSB Designs, Inc. http://mysecretbase.com
---

--
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFSCHEDULE

2004-03-08 Thread Thomas Chiverton
On Friday 05 Mar 2004 20:56 pm, Matt Robertson wrote:
> Just as a general FYI, scheduling templates to run thru IE via the Windows
> task scheduler -- assuming a Win machine of course -- changes this.

Indeed - or you can script wget or something similar too.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




cfschedule timout

2004-07-16 Thread Whittingham, P
Hi All,

 I have a page which I have scheduled hourly, which will move files (rtf/doc/pdf) from one folder to multiple folders so that Verity and create/index these
collection. But, it will timeout even if timeout=500. So I had to create multiple pages for this 'very long process'. Is there a way to set the timeout to
allow for a process to run without timing out. I use lots of cffile, cfdirectory and verity tags for this process.

 
TIA, 
Patrick Whittingham 
United Space Alliance 
AES - Data Warehouse 

The comments and opinions are my own and do not represent the views of United Space Alliance.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cfschedule error

2004-08-06 Thread Andrew Grosset
I get this error calling my cfschedule template:

" The following task could not be found: appcheck. "


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]




Re: CFSchedule

2011-03-11 Thread Russ Michaels

You have a form based login on that url, thus why the scheduled task wont
run.The username/password fields in the cfschedule tag are for web server
authentication. You need to exclude the scheduled task outside of your login
routine or use webserver authentication instead.



On Fri, Mar 11, 2011 at 9:00 PM, Scott Williams
wrote:

>
> Hi all --
>
> I'm trying to use CFSchedule to have automatic emails sent. I don't have
> access
> to the CF Administrator, so I'm using the CFSchedule tag. So far it hasn't
> worked. Here's my code:
>
>  url="http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm";
> startdate="1/1/2011" starttime="12:00 PM" enddate="12/31/2011"
> username="SF300"
> password="Sw578668" interval=once resolveurl="no" publish="no">
>
> I included this code in a template, uploaded it to the website, then ran
> the
> page that contains it. No error messages, so knock wood.
>
> I next sent and ran a template with this code:
>
> 
>
> My expectation was that the template
> http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm would
> run. I
> did not receive an email. The DailyWhatToDoTodayEmail.cfm page works just
> fine.
>
> Any idea about why this isn't working?
>
> Scott
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342944
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFSchedule

2011-03-11 Thread Scott Williams

Russ wins! 

That is indeed what was happening. In the Application.cfm file, there's some 
code that checks to see if a user has logged in. I moved my files to a 
directory 
with its own Application.cfm file, which contained no content, and now it's 
working just fine.

 Scott 




- Original Message 
From: Russ Michaels 
To: cf-talk 
Sent: Fri, March 11, 2011 6:44:36 PM
Subject: Re: CFSchedule


You have a form based login on that url, thus why the scheduled task wont
run.The username/password fields in the cfschedule tag are for web server
authentication. You need to exclude the scheduled task outside of your login
routine or use webserver authentication instead.



On Fri, Mar 11, 2011 at 9:00 PM, Scott Williams
wrote:

>
> Hi all --
>
> I'm trying to use CFSchedule to have automatic emails sent. I don't have
> access
> to the CF Administrator, so I'm using the CFSchedule tag. So far it hasn't
> worked. Here's my code:
>
>  url="http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm";
> startdate="1/1/2011" starttime="12:00 PM" enddate="12/31/2011"
> username="SF300"
> password="Sw578668" interval=once resolveurl="no" publish="no">
>
> I included this code in a template, uploaded it to the website, then ran
> the
> page that contains it. No error messages, so knock wood.
>
> I next sent and ran a template with this code:
>
> 
>
> My expectation was that the template
> http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm would
> run. I
> did not receive an email. The DailyWhatToDoTodayEmail.cfm page works just
> fine.
>
> Any idea about why this isn't working?
>
> Scott
>
> 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342945
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFSchedule

2011-03-11 Thread Phillip Vector

As a side note, instead of putting it in a directory that anyone can
access and run your scheduled tasks, why not set up a check to see if
the IP is coming from the server. If it is, then bypass the logged in
check.

This way, no separate directory and also prevents people from running
it outside of your server. I use it myself and it works wonders. :)

On Fri, Mar 11, 2011 at 6:59 PM, Scott Williams
 wrote:
>
> Russ wins!
>
> That is indeed what was happening. In the Application.cfm file, there's some
> code that checks to see if a user has logged in. I moved my files to a 
> directory
> with its own Application.cfm file, which contained no content, and now it's
> working just fine.
>
>  Scott
>
>
>
>
> - Original Message 
> From: Russ Michaels 
> To: cf-talk 
> Sent: Fri, March 11, 2011 6:44:36 PM
> Subject: Re: CFSchedule
>
>
> You have a form based login on that url, thus why the scheduled task wont
> run.The username/password fields in the cfschedule tag are for web server
> authentication. You need to exclude the scheduled task outside of your login
> routine or use webserver authentication instead.
>
>
>
> On Fri, Mar 11, 2011 at 9:00 PM, Scott Williams
> wrote:
>
>>
>> Hi all --
>>
>> I'm trying to use CFSchedule to have automatic emails sent. I don't have
>> access
>> to the CF Administrator, so I'm using the CFSchedule tag. So far it hasn't
>> worked. Here's my code:
>>
>> > url="http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm";
>> startdate="1/1/2011" starttime="12:00 PM" enddate="12/31/2011"
>> username="SF300"
>> password="Sw578668" interval=once resolveurl="no" publish="no">
>>
>> I included this code in a template, uploaded it to the website, then ran
>> the
>> page that contains it. No error messages, so knock wood.
>>
>> I next sent and ran a template with this code:
>>
>> 
>>
>> My expectation was that the template
>> http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm would
>> run. I
>> did not receive an email. The DailyWhatToDoTodayEmail.cfm page works just
>> fine.
>>
>> Any idea about why this isn't working?
>>
>> Scott
>>
>>
>
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342946
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFSchedule

2011-03-11 Thread Scott Williams

Me likee...

How do I check to see if the IP is coming from the server?

 Scott 




- Original Message 
From: Phillip Vector 
To: cf-talk 
Sent: Fri, March 11, 2011 7:01:56 PM
Subject: Re: CFSchedule


As a side note, instead of putting it in a directory that anyone can
access and run your scheduled tasks, why not set up a check to see if
the IP is coming from the server. If it is, then bypass the logged in
check.

This way, no separate directory and also prevents people from running
it outside of your server. I use it myself and it works wonders. :)

On Fri, Mar 11, 2011 at 6:59 PM, Scott Williams
 wrote:
>
> Russ wins!
>
> That is indeed what was happening. In the Application.cfm file, there's some
> code that checks to see if a user has logged in. I moved my files to a 
>directory
> with its own Application.cfm file, which contained no content, and now it's
> working just fine.
>
>  Scott
>
>
>
>
> - Original Message 
> From: Russ Michaels 
> To: cf-talk 
> Sent: Fri, March 11, 2011 6:44:36 PM
> Subject: Re: CFSchedule
>
>
> You have a form based login on that url, thus why the scheduled task wont
> run.The username/password fields in the cfschedule tag are for web server
> authentication. You need to exclude the scheduled task outside of your login
> routine or use webserver authentication instead.
>
>
>
> On Fri, Mar 11, 2011 at 9:00 PM, Scott Williams
> wrote:
>
>>
>> Hi all --
>>
>> I'm trying to use CFSchedule to have automatic emails sent. I don't have
>> access
>> to the CF Administrator, so I'm using the CFSchedule tag. So far it hasn't
>> worked. Here's my code:
>>
>> > url="http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm";
>> startdate="1/1/2011" starttime="12:00 PM" enddate="12/31/2011"
>> username="SF300"
>> password="Sw578668" interval=once resolveurl="no" publish="no">
>>
>> I included this code in a template, uploaded it to the website, then ran
>> the
>> page that contains it. No error messages, so knock wood.
>>
>> I next sent and ran a template with this code:
>>
>> 
>>
>> My expectation was that the template
>> http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm would
>> run. I
>> did not receive an email. The DailyWhatToDoTodayEmail.cfm page works just
>> fine.
>>
>> Any idea about why this isn't working?
>>
>> Scott
>>
>>
>
>
>
> 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342947
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFSchedule

2011-03-11 Thread Bobby Hartsfield

If it is internal traffic, compare cgi.remote_addr to #createObject("java",
"java.net.InetAddress").getLocalHost().getHostAddress()#

Otherwise, you can restrict directory access to IP in all web servers. Just
restrict yours to the server's external address.

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

-Original Message-
From: Scott Williams [mailto:myscottwilli...@yahoo.com] 
Sent: Friday, March 11, 2011 11:05 PM
To: cf-talk
Subject: Re: CFSchedule


Me likee...

How do I check to see if the IP is coming from the server?

 Scott 




- Original Message 
From: Phillip Vector 
To: cf-talk 
Sent: Fri, March 11, 2011 7:01:56 PM
Subject: Re: CFSchedule


As a side note, instead of putting it in a directory that anyone can
access and run your scheduled tasks, why not set up a check to see if
the IP is coming from the server. If it is, then bypass the logged in
check.

This way, no separate directory and also prevents people from running
it outside of your server. I use it myself and it works wonders. :)

On Fri, Mar 11, 2011 at 6:59 PM, Scott Williams
 wrote:
>
> Russ wins!
>
> That is indeed what was happening. In the Application.cfm file, there's
some
> code that checks to see if a user has logged in. I moved my files to a 
>directory
> with its own Application.cfm file, which contained no content, and now
it's
> working just fine.
>
>  Scott
>
>
>
>
> - Original Message 
> From: Russ Michaels 
> To: cf-talk 
> Sent: Fri, March 11, 2011 6:44:36 PM
> Subject: Re: CFSchedule
>
>
> You have a form based login on that url, thus why the scheduled task wont
> run.The username/password fields in the cfschedule tag are for web server
> authentication. You need to exclude the scheduled task outside of your
login
> routine or use webserver authentication instead.
>
>
>
> On Fri, Mar 11, 2011 at 9:00 PM, Scott Williams
> wrote:
>
>>
>> Hi all --
>>
>> I'm trying to use CFSchedule to have automatic emails sent. I don't have
>> access
>> to the CF Administrator, so I'm using the CFSchedule tag. So far it
hasn't
>> worked. Here's my code:
>>
>> > url="http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm";
>> startdate="1/1/2011" starttime="12:00 PM" enddate="12/31/2011"
>> username="SF300"
>> password="Sw578668" interval=once resolveurl="no" publish="no">
>>
>> I included this code in a template, uploaded it to the website, then ran
>> the
>> page that contains it. No error messages, so knock wood.
>>
>> I next sent and ran a template with this code:
>>
>> 
>>
>> My expectation was that the template
>> http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm would
>> run. I
>> did not receive an email. The DailyWhatToDoTodayEmail.cfm page works just
>> fine.
>>
>> Any idea about why this isn't working?
>>
>> Scott
>>
>>
>
>
>
> 





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342948
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFSchedule

2011-03-11 Thread Bobby Hartsfield

If you do have an internal and external IP, you can extract either from the
ipconfig/ifconfig command via cfexecute


.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

-Original Message-
From: Bobby Hartsfield [mailto:bo...@acoderslife.com] 
Sent: Friday, March 11, 2011 11:19 PM
To: cf-talk
Subject: RE: CFSchedule


If it is internal traffic, compare cgi.remote_addr to #createObject("java",
"java.net.InetAddress").getLocalHost().getHostAddress()#

Otherwise, you can restrict directory access to IP in all web servers. Just
restrict yours to the server's external address.

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

-Original Message-
From: Scott Williams [mailto:myscottwilli...@yahoo.com] 
Sent: Friday, March 11, 2011 11:05 PM
To: cf-talk
Subject: Re: CFSchedule


Me likee...

How do I check to see if the IP is coming from the server?

 Scott 




- Original Message 
From: Phillip Vector 
To: cf-talk 
Sent: Fri, March 11, 2011 7:01:56 PM
Subject: Re: CFSchedule


As a side note, instead of putting it in a directory that anyone can
access and run your scheduled tasks, why not set up a check to see if
the IP is coming from the server. If it is, then bypass the logged in
check.

This way, no separate directory and also prevents people from running
it outside of your server. I use it myself and it works wonders. :)

On Fri, Mar 11, 2011 at 6:59 PM, Scott Williams
 wrote:
>
> Russ wins!
>
> That is indeed what was happening. In the Application.cfm file, there's
some
> code that checks to see if a user has logged in. I moved my files to a 
>directory
> with its own Application.cfm file, which contained no content, and now
it's
> working just fine.
>
>  Scott
>
>
>
>
> - Original Message 
> From: Russ Michaels 
> To: cf-talk 
> Sent: Fri, March 11, 2011 6:44:36 PM
> Subject: Re: CFSchedule
>
>
> You have a form based login on that url, thus why the scheduled task wont
> run.The username/password fields in the cfschedule tag are for web server
> authentication. You need to exclude the scheduled task outside of your
login
> routine or use webserver authentication instead.
>
>
>
> On Fri, Mar 11, 2011 at 9:00 PM, Scott Williams
> wrote:
>
>>
>> Hi all --
>>
>> I'm trying to use CFSchedule to have automatic emails sent. I don't have
>> access
>> to the CF Administrator, so I'm using the CFSchedule tag. So far it
hasn't
>> worked. Here's my code:
>>
>> > url="http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm";
>> startdate="1/1/2011" starttime="12:00 PM" enddate="12/31/2011"
>> username="SF300"
>> password="Sw578668" interval=once resolveurl="no" publish="no">
>>
>> I included this code in a template, uploaded it to the website, then ran
>> the
>> page that contains it. No error messages, so knock wood.
>>
>> I next sent and ran a template with this code:
>>
>> 
>>
>> My expectation was that the template
>> http://www.studioregionperformers.com/DailyWhatToDoTodayEmail.cfm would
>> run. I
>> did not receive an email. The DailyWhatToDoTodayEmail.cfm page works just
>> fine.
>>
>> Any idea about why this isn't working?
>>
>> Scott
>>
>>
>
>
>
> 







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342949
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFSCHEDULE PROBLEM

2000-04-26 Thread Double Down, Inc

This is a multi-part message in MIME format.

--=_NextPart_000__01BFAF27.5769CC80
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit

I have several sites that require daily, weekly and monthly updates. I have
written the code to be executed and it works. The problem is I cannot get
CFSCHEDULE to work. I have tired going into the administrator to set the
schedule and it has not worked.

Can anyone help me out with this problem? Has anyone gotten CFSCHEDULE to
work? I know that there is a way to schedule items in NT, can anyone help me
with that.

TIA

DDINC


--=_NextPart_000__01BFAF27.5769CC80
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

http://www.w3.org/TR/REC-html40">






cid:[EMAIL PROTECTED]">


<!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
{margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
span.EmailStyle15
{mso-style-type:personal-compose;
mso-ansi-font-size:10.0pt;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:black;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->







I have several sites that require daily, weekly and monthly =
updates. I
have written the code to be executed and it works. The problem is I =
cannot get
CFSCHEDULE to work. I have tired going into the administrator to set the
schedule and it has not worked.

 

Can anyone help me out with this problem? Has anyone gotten =
CFSCHEDULE
to work? I know that there is a way to schedule items in NT, can anyone =
help me
with that.

 

TIA

 <=
/p>

DDINC=


 <=
/p>







--=_NextPart_000__01BFAF27.5769CC80--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFSCHEDULE QUESTION

2000-04-26 Thread Double Down, Inc

This is a multi-part message in MIME format.

--=_NextPart_000__01BFAF71.C798AC20
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit



I have several sites that require daily, weekly and monthly updates. I have
written the code to be executed and it works. The problem is I cannot get
CFSCHEDULE to work. I have tired going into the administrator to set the
schedule and it has not worked.

Can anyone help me out with this problem? Has anyone gotten CFSCHEDULE to
work? I know that there is a way to schedule items in NT, can anyone help me
with that.

TIA

DDINC



--=_NextPart_000__01BFAF71.C798AC20
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

http://www.w3.org/TR/REC-html40">






cid:[EMAIL PROTECTED]">


<!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
{margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
span.EmailStyle15
{mso-style-type:personal-compose;
mso-ansi-font-size:10.0pt;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:black;}
span.EmailStyle17
{mso-style-type:personal;
mso-ansi-font-size:10.0pt;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:black;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->







 

 

I have several sites =
that
require daily, weekly and monthly updates. I have written the code to be
executed and it works. The problem is I cannot get CFSCHEDULE to work. I =
have
tired going into the administrator to set the schedule and it has not =
worked.

 

Can anyone help me out with this problem? Has anyone gotten =
CFSCHEDULE
to work? I know that there is a way to schedule items in NT, can anyone =
help me
with that.

 

TIA=


 <=
/p>

DDINC

 <=
/b>

 <=
/p>







--=_NextPart_000__01BFAF71.C798AC20--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFSchedule Bug????

2000-05-17 Thread Robert Everland

Ok I have used CFSchedule many time before but today I seem to be
having a problem using it in 4.5.1. I set it all up for every 30 min
schedule, now I can go to the URL it's an internal URL so people don't touch
it, plus it's for our intranet. When I put that URL in the scheduler it
gives me 404 errors and when it shows the oath (in the log file) it's a path
of another part of my website. Now I do have mappings set up, but the /
mapping is not where it is saying the template can't be found. I have no
idea why it's trying to find the template in the wrong place. Does anyone
else have this problem?


Robert Everland III
Web Developer
Dixon Ticonderoga
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFSchedule Problem

2000-05-28 Thread Jonathan R. Karlen

This is a multi-part message in MIME format.

--=_NextPart_000_0004_01BFC8BD.679ED5A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by onyx.he.net id MAA04451

Greetings =96

I am using the following CFSCHEDULE tag:



And am getting the following error:

Error Diagnostic Information

 Attribute set validation error in tag CFSCHEDULE

 The tag has an invalid attribute combination: the value of the tag switc=
h
attribute 'ACTION' which is now 'RUN' requires a different combination of
attributes. For the same switch
 attribute value the following unknown attributes have been provided:
(INTERVAL,OPERATION,PUBLISH,STARTDATE,STARTTIME,URL).

Any help would be appreciated =96 this is my first venture into CFSCHEDUL=
E.

Jonathan Karlen
***
Jonathan R. Karlen
Karlen Internet Solutions
Web Site and Application Development
[EMAIL PROTECTED]
http://www.karlen.com


--=_NextPart_000_0004_01BFC8BD.679ED5A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

http://www.w3.org/TR/REC-html40">






cid:[EMAIL PROTECTED]">


<!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
{margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
span.EmailStyle15
{mso-style-type:personal-compose;
mso-ansi-font-size:10.0pt;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:black;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
    {page:Section1;}
-->







Greetings –

 

I am using the following CFSCHEDULE =
tag:

 

<cfschedule 

operation=3D"HTTPRequest"

action=3D"run"

task=3D"Update Maronie =
DouglasA"

url=3D"./mailjon.cfm"

publish=3D"no"

starttime=3D"16:00"

interval=3D"60"

>

 

And am getting the following =
error:

 

Error Diagnostic Information

 

 Attribute set =
validation
error in tag CFSCHEDULE

 

 The tag has an =
invalid
attribute combination: the value of the tag switch attribute 'ACTION' =
which is
now 'RUN' requires a different combination of attributes. For the same =
switch

 attribute value =
the
following unknown attributes have been provided:
(INTERVAL,OPERATION,PUBLISH,STARTDATE,STARTTIME,URL).

 

Any help would be appreciated – this is my first venture =
into
CFSCHEDULE.

 

Jonathan Karlen

***<=
/p>

Jonathan R. =
Karlen<=
/p>

Karlen Internet =
Solutions<=
/p>

Web Site and Application =
Development<=
/p>

[EMAIL PROTECTED]<=
/p>

http://www.karlen.com<=
/p>

 <=
/p>







--=_NextPart_000_0004_01BFC8BD.679ED5A0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFSCHEDULE Problem

2000-12-01 Thread Jim Mixon


a wee bit of assistance would be most appreciated . .  . first time using 
CFSCHEDULE . . .
CF4.0 Enterprise . .
1. Alludes to disabling CFSCHEDULE in the admin but I dont see anything to 
that affect, enabling or disabling . . . only scheduling events . . .???

2. I want a webpage(URL=) to be called so a CFMAIL can be sent at an 
appointed date/time . . .

does this look right?

http://pathwayfullytested/scheduled_end_email.cfm"
PUBLISH="No"
ENDDATE=""
ENDTIME=""
INTERVAL=""
REQUESTTIMEOUT=""
USERNAME=""
PASSWORD=""
RESOLVEURL="Yes"
PROXYSERVER="">

I cant even get it to work one time from the admin section . . .  just to 
see it work . . .!!!
And no log spits out to schedule.log as the dox allude too . . . !

thanks in advance . . .

Jim Mixon - CEO
APT POINT NET, Inc. "A Premiere InterNET Gateway" . . .
[EMAIL PROTECTED]   http://www.apt.net/
PO Box 160217 Hialeah, FL 33016 305-418-4111
FAX (305) 418-4111 press 7 and SEND!
powered by Cold Fusion 4.01 . . . . feel the force!
CF Hosting Now Available . . . . ! 

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



CRON & CFSCHEDULE

2000-12-18 Thread William J Wheatley

Ok i know that there have been fixs to make CFSCHEDULE more reliable in
4.5.2 (or was it 5.0)
but is it stable enough now? or should i do this in the cron (Linux version
using)
And if i want to do it in the cron does anyone have experience with making
CF pages run from the cron? i am putting it through the thought process and
i cant seem to figure out how using cron would get the CF pages to process.

Thanks!


Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
Allaire Certified ColdFusion Developer
http://www.aeps.com
ICQ: 417645
http://www.aeps2000.com
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it


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



cfschedule problems

2000-12-29 Thread Jason Egan

I hate to beat a dead horse, but I am confused here...

I have 5 sun boxes... all set up the same (as far as I can tell)... I can
run a template directly by URL in the browser and using schedule in the
admin on pre-production boxes... np, but when I use the same scheduled
process on the production server I get "connection failure" in my output
file.

The only real difference between the boxes is the location of the cfide
directory... it is different on the production boxes than the other four
boxes.? don't know why...

Anyhow, I'm stumped... even when running the process on the production box
directly from a browser it works fine...???

any suggestions?

Jason


~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

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



RE: CFSchedule

2000-03-29 Thread Christian Labrecque

Sorry , I forgot a line

Delete them without the task name(that's why I want a list of the task
names)

> -Original Message-
> From: Christian Labrecque 
> Sent: Wednesday, March 29, 2000 8:44 AM
> To:   '[EMAIL PROTECTED]'
> Subject:  CFSchedule
> 
> Hi folks,
> 
> I set up few task with cfschedule , and I want a know if there's a way to
> have a list of the tasks
> from the server or a way to delete them.
> 
> Thanks
> 
> Christian
> 
> 
> 
> --
> 
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFSchedule Question

2000-04-13 Thread Dave Hannum

I've used the scheduler in CF Administrator with a great deal of success (yes, I know 
that it does not work for some).  However, I
have never used CFSchedule.  My question is, can you use this tag in lieu of setting 
up a scheduled run in Administrator.  I guess
I'm asking, can you use this tag when you don't have access to the Administrator -  
like on an ISP?  Is that the purpose of this
tag???  Or does it have to be set up there too? - at which I'd have to ask, then what 
good is the tag . . .

Thanks,
Dave

=
"Always Drink Upstream From The Herd!"




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Cfschedule question

2006-03-15 Thread Mike | NZSolutions Ltd
Hi there,

I have created a cfschedule that runs daily. It queries a list of
customers and sends them a followup email.

The template that runs is send_email.cfm - what is the best way to
protect this template from being executed by mistake - as we only want
one followup email sent to customers.

Regards
Mike



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235479
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfschedule

2005-11-14 Thread Dawson, Michael
Run the schedule every hour and have the script check the correct time.
If the time is correct, then continue processing.  Otherwise, abort and
wait for later.

M!ke 

-Original Message-
From: Sam Komo_ITS [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 14, 2005 4:26 PM
To: CF-Talk
Subject: cfschedule

Hi Guys,

I have a scheduled job that runs every 8 hrs [7AM, 3PM, 11PM].  The job
now runs one hour earlier because of the daylight savings time.  What
can be done to make sure it run at the specified times.

Thanks
Sam

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfschedule

2005-11-14 Thread Dawson, Michael
Make sure you have all the updaters installed.

M!ke 

-Original Message-
From: Sam Komo_ITS [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 14, 2005 4:26 PM
To: CF-Talk
Subject: cfschedule

Hi Guys,

I have a scheduled job that runs every 8 hrs [7AM, 3PM, 11PM].  The job
now runs one hour earlier because of the daylight savings time.  What
can be done to make sure it run at the specified times.

Thanks
Sam

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224157
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfschedule

2006-02-16 Thread daniel kessler
I still don't have any resolution or progress on this so any help would be 
great.

The action=update tag displays no errors.  It seems to me that the update is 
set to run a file each night at midnight (if I change the interval which is 
right now set to hourly I think).  That file, in turn, writes a set of rss 
feeds.  I use this rss builder in several places and I'm leveraging it here. 
Then when I do the action='run' one, it display an error (see below).  With 
neither the action='update' or the action='run' do I get an updated file though.
-
500 Internal Server Error
The error occurred in 
/afs/.glue.umd.edu/department/oit/webhosting/hhp/htdocs/rss/rss_scheduler.cfm: 
line 3
1 :  
-

To get this error, I've changed the tags to:

 


http://hhp.umd.edu/rss/update_rss_feeds.cfm";
   operation="httprequest"
   StartDate="#DateFormat(Now())#"
   StartTime="#TimeFormat('00:00:00')#"
   interval = "3600"
   resolveURL = "Yes"
>


> This is the first time I've used cfschedule.  I'm in a shared hosting 
> environment so I can do very little checking to see if I did this 
> right or whatever the problem might be.
> 
> I'm creating a new scheduled task. I can create it using update, but I 
> cannot run it.
> 
>action="update"
>   url="update_rss_feeds.cfm" 
>   task="update_rss_feeds" 
>   operation = "HTTPRequest"
>   interval="3600"
>   startDate="#now()#"
>   startTime="12:00 AM"
> >
> 
>action="run"
>   url="update_rss_feeds.cfm" 
>   task="update_rss_feeds"
>   interval="3600"
>   startDate="#now()#"
>   startTime="12:00 AM"
> >
> 
> When I run it, I receive the error, "Connection Failure: Status code 
> unavailable" but when I update it (which in this case creates it), I 
> receive no error.  I just want it to run another file that does a 
> batch up updates.
> 
> Also, if I create it using update, will it just run or do I have to do 
> a run command?  When my shared host server goes down will it clear out 
> the tasks and if so I have to 'update' it again?
> 
> I want this to run once immediately and then at midnight each night.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232439
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


cfschedule help

2010-03-26 Thread daniel kessler

I'm trying to get cfschedule to send out an email.  I've checked out a few 
tutorials and I don't see the problem I'm having.

I have a page to set the cfschedule and it contains:
http://sph.umd.edu/home/facilities_request/email/daily_notifcation.cfm";
>


The daily_notification.cfm page contains:




Hey man, good morning!  So I guess this thing works...



There was a problem sending the message to the mail server.  Please try again 
later.

#cfcatch.Message# 
(#cfcatch.type#)







I've tried the daily_notification.cfm page and it sends an email if I just run 
that, but I can't get it to run as a scheduled task.

help?!


thanks.


daniel 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332318
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfschedule tasks

2010-04-19 Thread M

Daniel:

We have the same 'relationship' with your servers, and although it is
kludgy, we manage to get by using the following code (just place it in a
file and visit it online to see what is scheduled):



hope this helps
m


On Mon, Apr 19, 2010 at 1:00 PM, daniel kessler  wrote:

>
> Is there a way to query to find out if I have any active CFSchedule items?
>  I tried to set up a cfschedule and it's not executing the file that I
> specified.  I don't have access to the CF server other than through code and
> I'm looking for ways to trouble shoot this.  I've not used cfschedule
> before.
>
> any help is appreciated.
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332995
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfschedule tasks

2010-04-19 Thread Craigsell

I'm in the same boat.  Here's a little code I knowkced to gether to tell me 
waht was going on for my CFMX8 instance


ColdFusion Information - click on struct for  infomation

Base Template Path = #GetBaseTemplatePath()#
















 
 
 
 
 
 
 
 
 
 
 
 
 
 
 















Driver Versions



 
   
   
   
   
#drivername##driver.getMajorVersion()#.#driver.getMinorVersion()#
 






~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333009
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfschedule tasks

2010-04-21 Thread daniel kessler

These all worked great.  Thanks! 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333055
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfschedule tasks

2010-04-21 Thread daniel kessler

Those were both very interesting.  Thank you.  They will help alot. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFSchedule Advice Please ...

2002-12-22 Thread koolsam
Does anyone have problems with cfschedule on CF5 Professional,  It work
perfectly on another server which has CF5 Enterprise.  I got connection
failure errors intermittently.

Thanks
Sam


~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: grrrrr ... CFSchedule

2003-01-02 Thread Michael Dinowitz
Have you run the url directly and gotten the desired result? If yes, then do the
following.
Write a CFHTTP to call the page and check the results.
The internals of CFSCHEDULE use CFHTTP to do the work so if CFHTTP fails, the
entire thing fails.


> I first tried using CFSchedule a couple of years ago ... when I was still
> running CF 4.01 on a 4.0 SP4 NTWS.  Could never get it to work. Gave up.
>
> Hadn't tried again until this week. I'm using CF 5.0, on Win2K with IIS.
>
> I set up scheduled tasks up in the CF Admin.  If I run them manually,
> through the admin, they run fine.  But as far as running on schedule, it
> ain't happening.
>
> The scheduler.log file shows that the templates ran, but the results that
> should have been produced at not their -- no e-mails sent, nothing written
> to the application log, no database entries ... zilch.
>
> Any suggestions on why the scheduled events trigger but don't produce any
> results?
>
> H.
>
>
> ~~
> Howard Owens
> Internet Operations Coordinator
> InsideVC.com/Ventura County Star
> [EMAIL PROTECTED]
> AIM: GoCatGo1956
> ~~
>
> 
~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: grrrrr ... CFSchedule

2003-01-02 Thread Rob Rohan
I have had some errors in logic when using the scheduler. Remember that it
is a new request and some things in your code may not be available if not
coded properly.

i.e. if you are using the same page that a 'logged in' client would use,
there might be session variables set by the login process that the page
needs, etc.

Other than that, I d'know. I have used the scheduler in 5.0 and MX with
little/no problem.

Also remember that there should be about 15 minutes between each running (at
least I have found that works the best).

Rob

-Original Message-
From: Owens, Howard [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 11:03 AM
To: CF-Talk
Subject: gr ... CFSchedule


I first tried using CFSchedule a couple of years ago ... when I was still
running CF 4.01 on a 4.0 SP4 NTWS.  Could never get it to work. Gave up.

Hadn't tried again until this week. I'm using CF 5.0, on Win2K with IIS.

I set up scheduled tasks up in the CF Admin.  If I run them manually,
through the admin, they run fine.  But as far as running on schedule, it
ain't happening.

The scheduler.log file shows that the templates ran, but the results that
should have been produced at not their -- no e-mails sent, nothing written
to the application log, no database entries ... zilch.

Any suggestions on why the scheduled events trigger but don't produce any
results?

H.


~~
Howard Owens
Internet Operations Coordinator
InsideVC.com/Ventura County Star
[EMAIL PROTECTED]
AIM: GoCatGo1956
~~


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



Re: grrrrr ... CFSchedule

2003-01-02 Thread Michael Dinowitz
Use this to check if the url your calling is a good one or if it has any errors.
The usual errors are environmental such as logins and the like.



Scheduler Checker
Url to test:




 
  
  #cfhttp.filecontent#
  
   
#CFCATCH.Message#
#CFCATCH.Detail#
   
  
 


~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: grrrrr ... CFSchedule

2003-01-02 Thread Owens, Howard
No logging in ... no client or session variables ... pretty straightforward
queries and such.

Schedule to run once per day.

H.


> -Original Message-
> From: Rob Rohan [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, January 02, 2003 11:26 AM
> To:   CF-Talk
> Subject:  RE: gr ... CFSchedule
> 
> I have had some errors in logic when using the scheduler. Remember that it
> is a new request and some things in your code may not be available if not
> coded properly.
> 
> i.e. if you are using the same page that a 'logged in' client would use,
> there might be session variables set by the login process that the page
> needs, etc.
> 
> Other than that, I d'know. I have used the scheduler in 5.0 and MX with
> little/no problem.
> 
> Also remember that there should be about 15 minutes between each running
> (at
> least I have found that works the best).
> 
> Rob
> 
> -Original Message-
> From: Owens, Howard [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 02, 2003 11:03 AM
> To: CF-Talk
> Subject: gr ... CFSchedule
> 
> 
> I first tried using CFSchedule a couple of years ago ... when I was still
> running CF 4.01 on a 4.0 SP4 NTWS.  Could never get it to work. Gave up.
> 
> Hadn't tried again until this week. I'm using CF 5.0, on Win2K with IIS.
> 
> I set up scheduled tasks up in the CF Admin.  If I run them manually,
> through the admin, they run fine.  But as far as running on schedule, it
> ain't happening.
> 
> The scheduler.log file shows that the templates ran, but the results that
> should have been produced at not their -- no e-mails sent, nothing written
> to the application log, no database entries ... zilch.
> 
> Any suggestions on why the scheduled events trigger but don't produce any
> results?
> 
> H.
> 
> 
> ~~
> Howard Owens
> Internet Operations Coordinator
> InsideVC.com/Ventura County Star
> [EMAIL PROTECTED]
> AIM: GoCatGo1956
> ~~
> 
> 
> 
~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: grrrrr ... CFSchedule

2003-01-02 Thread Owens, Howard
Thanks, Michael ... tried this ... templates run fine without error.

H.


> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, January 02, 2003 11:33 AM
> To:   CF-Talk
> Subject:  Re: gr ... CFSchedule
> 
> Use this to check if the url your calling is a good one or if it has any
> errors.
> The usual errors are environmental such as logins and the like.
> 
> 
> 
> Scheduler Checker
> Url to test:
> 
> 
> 
> 
>  
>throwonerror="yes"
> redirect="yes">
>   #cfhttp.filecontent#
>   
>
> #CFCATCH.Message#
> #CFCATCH.Detail#
>
>   
>  
> 
> 
> 
~|
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



RE: grrrrr ... CFSchedule

2003-01-02 Thread Matt Robertson
Howard Owens wrote:

>Any suggestions on why the scheduled events trigger but don't >produce any results?

I've always been able to get it to work, but the formula for success has not always 
been entirely straightforward.

This may sound strange at first, but have you tried waiting for 24 hours to see if the 
thing kicks in?

I've had my server monitor running for months on my home-based cf server.  Then I had 
to fiddle with something in cfschedule (I forget what, exactly) for another task and 
suddenly the thing went dead as a doornail.  Couldn't get it to restart despite 
tinkering with all kinds of stuff.

After a bit I gave up and went on to other things, but was very surprised to see it 
had fired up again the next day, beginning at the start time of the event -- despite 
the fact that the starting *date* was in the past.

I've also had success using '' action="UPDATE" '' in my cfschedule statement.

All of the above is for CF 4.5.1sp2.  As an aside MX scheduling behaved just fine 
after an upgrade overtop of cf 4.5x.

Shots in the dark, maybe, but who knows...

---
Matt Robertson, MSB Designs, Inc.
http://mysecretbase.com - Retail
http://foohbar.org - ColdFusion Tools
---

 
 
~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: grrrrr ... CFSchedule

2003-01-02 Thread Robert Bailey
I have always tested my schedule scripts by having it email me at the
end for testing, and executed it with CFSCHEDULE the first time around
just to make sure it was completing. Very helpful when you are on a
shared host and do not have access to the admin to make sure it was
added correctly

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 02, 2003 12:48 PM
To: CF-Talk
Subject: RE: gr ... CFSchedule

Howard Owens wrote:

>Any suggestions on why the scheduled events trigger but don't >produce
any results?

I've always been able to get it to work, but the formula for success has
not always been entirely straightforward.

This may sound strange at first, but have you tried waiting for 24 hours
to see if the thing kicks in?

I've had my server monitor running for months on my home-based cf
server.  Then I had to fiddle with something in cfschedule (I forget
what, exactly) for another task and suddenly the thing went dead as a
doornail.  Couldn't get it to restart despite tinkering with all kinds
of stuff.

After a bit I gave up and went on to other things, but was very
surprised to see it had fired up again the next day, beginning at the
start time of the event -- despite the fact that the starting *date* was
in the past.

I've also had success using '' action="UPDATE" '' in my cfschedule
statement.

All of the above is for CF 4.5.1sp2.  As an aside MX scheduling behaved
just fine after an upgrade overtop of cf 4.5x.

Shots in the dark, maybe, but who knows...

---
Matt Robertson, MSB Designs, Inc.
http://mysecretbase.com - Retail
http://foohbar.org - ColdFusion Tools
---

 
 

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



RE: grrrrr ... CFSchedule

2003-01-02 Thread Blum, Jason (SAA)
I have been using probes for all my scheduled tasks since moving up to
MX.  Probes are under tools in CF5, but I don't know if they offer the
same functionality.

I realize of course they are probably the same underlying engine - but
for some reason, I have not experienced any problem with probes even
though they are the same tasks as were not being run as scheduled tasks.

Well I have seen one problem - or quirk: probes that I have long since
deleted still show up as failing in the MX Application log.  I should
figure out why, but keeps getting pushed to the back burner given that
everything seems to be working fine.

-j




-Original Message-
From: Robert Bailey [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 02, 2003 3:51 PM
To: CF-Talk
Subject: RE: gr ... CFSchedule

I have always tested my schedule scripts by having it email me at the
end for testing, and executed it with CFSCHEDULE the first time around
just to make sure it was completing. Very helpful when you are on a
shared host and do not have access to the admin to make sure it was
added correctly

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 02, 2003 12:48 PM
To: CF-Talk
Subject: RE: gr ... CFSchedule

Howard Owens wrote:

>Any suggestions on why the scheduled events trigger but don't >produce
any results?

I've always been able to get it to work, but the formula for success has
not always been entirely straightforward.

This may sound strange at first, but have you tried waiting for 24 hours
to see if the thing kicks in?

I've had my server monitor running for months on my home-based cf
server.  Then I had to fiddle with something in cfschedule (I forget
what, exactly) for another task and suddenly the thing went dead as a
doornail.  Couldn't get it to restart despite tinkering with all kinds
of stuff.

After a bit I gave up and went on to other things, but was very
surprised to see it had fired up again the next day, beginning at the
start time of the event -- despite the fact that the starting *date* was
in the past.

I've also had success using '' action="UPDATE" '' in my cfschedule
statement.

All of the above is for CF 4.5.1sp2.  As an aside MX scheduling behaved
just fine after an upgrade overtop of cf 4.5x.

Shots in the dark, maybe, but who knows...

---
Matt Robertson, MSB Designs, Inc.
http://mysecretbase.com - Retail
http://foohbar.org - ColdFusion Tools
---

 
 


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



Re: grrrrr ... CFSchedule

2003-01-03 Thread Taz
Does the script take a long time to run? If so, you might need to stick a
RequestTimeout on the URL string that calls the template in scheduler. I've
noticed in the past that big tasks tend to time out running via CFSchedule
even though they don't require a RequestTimeout when accessed through a
browser... maybe scheduled tasks are low priority (?).

Taz

~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: grrrrr ... CFSchedule

2003-01-03 Thread Peter Tilbrook
And assuming your are not running the English (Australia)n version there
were indeed problems with CFSHEDULE, at least in the Administrator. These
were apparently fixed in the latest update. I don't like putting a
production server under the sort of load to really break CF - seems like I
might have to - and break my own developer box in the process. You gotta
love this job, eh?

-Original Message-
From: Taz [mailto:[EMAIL PROTECTED]]
Sent: Friday, 3 January 2003 7:30 PM
To: CF-Talk
Subject: Re: gr ... CFSchedule


Does the script take a long time to run? If so, you might need to stick a
RequestTimeout on the URL string that calls the template in scheduler. I've
noticed in the past that big tasks tend to time out running via CFSchedule
even though they don't require a RequestTimeout when accessed through a
browser... maybe scheduled tasks are low priority (?).

Taz


~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: grrrrr ... CFSchedule

2003-01-03 Thread Joe Zanter
Our admin had to enter a pw to give cfschedule the capability/permission to
send emails. 

--
Joe Zanter,  Materials Lab, Woodward Aircraft Engine Systems 
5001 North 2nd Street, Rockford  IL  61125
ph 815-639-6312, fx 815-639-5104
mailto:[EMAIL PROTECTED]

Electric light is not the result of a series of upgrades to the candle.

Date: Thu, 2 Jan 2003 11:03:00 -0800 
From: "Owens, Howard" <[EMAIL PROTECTED]>
Subject: gr ... CFSchedule
Message-ID: <[EMAIL PROTECTED]>

I first tried using CFSchedule a couple of years ago ... when I was still
running CF 4.01 on a 4.0 SP4 NTWS.  Could never get it to work. Gave up.

Hadn't tried again until this week. I'm using CF 5.0, on Win2K with IIS.

I set up scheduled tasks up in the CF Admin.  If I run them manually,
through the admin, they run fine.  But as far as running on schedule, it
ain't happening.

The scheduler.log file shows that the templates ran, but the results that
should have been produced at not their -- no e-mails sent, nothing written
to the application log, no database entries ... zilch.

Any suggestions on why the scheduled events trigger but don't produce any
results?

H.


~~
Howard Owens
Internet Operations Coordinator
InsideVC.com/Ventura County Star
[EMAIL PROTECTED]
AIM: GoCatGo1956
~~

***
The information in this e-mail is confidential and intended solely for the
individual or entity to whom it is addressed. If you have received this
e-mail in error please notify the sender by return e-mail, delete this
e-mail, and refrain from any disclosure or action based on the information.





RE: grrrrr ... CFSchedule

2003-01-03 Thread Owens, Howard
Good suggestion ... I'll try that.  

Since my initial post ... I deleted all of my tasks, rescheduled them for
midnight and after (which is the real-life time I need them to run), and
restarted the machine.

scheduler.log says the tasks ran, but no results were produced (once again).

H.


> -Original Message-
> From: Taz [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, January 03, 2003 12:30 AM
> To:   CF-Talk
> Subject:  Re: gr ... CFSchedule
> 
> Does the script take a long time to run? If so, you might need to stick a
> RequestTimeout on the URL string that calls the template in scheduler.
> I've
> noticed in the past that big tasks tend to time out running via CFSchedule
> even though they don't require a RequestTimeout when accessed through a
> browser... maybe scheduled tasks are low priority (?).
> 
> Taz
> 
> 
~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: grrrrr ... CFSchedule

2003-01-03 Thread Owens, Howard
Only the last template in my sequence sends an e-mail.

Here's what I'm doing ...

Accessing a file on a shared drive/server, reading it and dumping into a
database.*

Then a template finds a bunch of pdfs (matched to the records in the
database) and moves them to a temp folder.

Then the images are renamed.

Then ImageMagick converts the images to JPGs.

Then some HTML files are made.

Then everything is FTP'd to a publically accessible server.

Then everything is cleaned up and logged (files deleted, an e-mail sent to
the administrator (me)).

Each of those steps is a scheduled tasks separated by five minutes, starting
at 12:01 a.m.

*CF has login permisson for the remote server/drive.

H.


> -Original Message-
> From: Joe Zanter [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, January 03, 2003 7:35 AM
> To:   CF-Talk
> Subject:  RE: gr ... CFSchedule 
> 
> Our admin had to enter a pw to give cfschedule the capability/permission
> to
> send emails. 
> 
> --
> Joe Zanter,  Materials Lab, Woodward Aircraft Engine Systems 
> 5001 North 2nd Street, Rockford  IL  61125
> ph 815-639-6312, fx 815-639-5104
> mailto:[EMAIL PROTECTED]
> 
> Electric light is not the result of a series of upgrades to the candle.
> 
> Date: Thu, 2 Jan 2003 11:03:00 -0800 
> From: "Owens, Howard" <[EMAIL PROTECTED]>
> Subject: gr ... CFSchedule
> Message-ID:
> <[EMAIL PROTECTED]>
> 
> I first tried using CFSchedule a couple of years ago ... when I was still
> running CF 4.01 on a 4.0 SP4 NTWS.  Could never get it to work. Gave up.
> 
> Hadn't tried again until this week. I'm using CF 5.0, on Win2K with IIS.
> 
> I set up scheduled tasks up in the CF Admin.  If I run them manually,
> through the admin, they run fine.  But as far as running on schedule, it
> ain't happening.
> 
> The scheduler.log file shows that the templates ran, but the results that
> should have been produced at not their -- no e-mails sent, nothing written
> to the application log, no database entries ... zilch.
> 
> Any suggestions on why the scheduled events trigger but don't produce any
> results?
> 
> H.
> 
> 
> ~~
> Howard Owens
> Internet Operations Coordinator
> InsideVC.com/Ventura County Star
> [EMAIL PROTECTED]
> AIM: GoCatGo1956
> ~~
> 
> ***
> The information in this e-mail is confidential and intended solely for the
> individual or entity to whom it is addressed. If you have received this
> e-mail in error please notify the sender by return e-mail, delete this
> e-mail, and refrain from any disclosure or action based on the
> information.
> 
~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: grrrrr ... CFSchedule

2003-01-03 Thread Stephenie
I have had troubles running a scheduled template at midnight, try
setting them for 5 after and then increment the rest of the tasks to run
5 minutes apart.


~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
CFXHosting





-Original Message-
From: Owens, Howard [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 03, 2003 12:25 PM
To: CF-Talk
Subject: RE: gr ... CFSchedule 


Only the last template in my sequence sends an e-mail.

Here's what I'm doing ...

Accessing a file on a shared drive/server, reading it and dumping into a
database.*

Then a template finds a bunch of pdfs (matched to the records in the
database) and moves them to a temp folder.

Then the images are renamed.

Then ImageMagick converts the images to JPGs.

Then some HTML files are made.

Then everything is FTP'd to a publically accessible server.

Then everything is cleaned up and logged (files deleted, an e-mail sent
to the administrator (me)).

Each of those steps is a scheduled tasks separated by five minutes,
starting at 12:01 a.m.

*CF has login permisson for the remote server/drive.

H.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.435 / Virus Database: 244 - Release Date: 12/30/2002
 

~|
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
Get the mailserver that powers this list at http://www.coolfusion.com



RE: grrrrr ... CFSchedule

2003-01-03 Thread Owens, Howard
Here's the cfscheduler log:

"Information","956","01/03/03","12:35:57",,"Scheduled task
'inserts8_clean_up' for URL request
'http://localhost/vcrecruitment/admin/inserts/qry_cleanup.cfm' initiated."
"Information","956","01/03/03","12:35:57",,"Scheduled task
'inserts8_clean_up' for URL request
'http://localhost/vcrecruitment/admin/inserts/qry_cleanup.cfm' completed."

(just the last of the eight tasks the "ran")

Nothing happened. None of the expected actions actually took place.

I set timeouts this time and I set enddate/endtime.

H.

~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



[CF-Talk] CFSchedule

2000-09-19 Thread Sean Driscoll

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C0224C.862B26C0
Content-Type: text/plain;
charset="iso-8859-1"

I am having a problem that has been frequently posted but I haven't seen a
solution yet.

My suspicion is that it is Windows 2000 related.

Running 4.5 on Windows 2000 the scheduler refuses to work, other than when
manually run it from the Scheduled Tasks screen.

I have all the necessary services running: Cold Fusion Application Server
(cfserver.exe), Cold Fusion Executive (cfexec.exe), Cold Fusion RDS
(CFRDSService.exe), and Task Scheduler (MSTask.exe).

Sean


Sean Driscoll
<mailto:[EMAIL PROTECTED]> 

IniNet, Inc. 
16 Church Street 
Keene, NH 03431 
<http://www.ininet.com> 
603.352.7555 x146 

--_=_NextPart_001_01C0224C.862B26C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






CFSchedule



I am having a problem that has been frequently posted =
but I haven't seen a solution yet.


My suspicion is that it is Windows 2000 =
related.


Running 4.5 on Windows 2000 the scheduler refuses to =
work, other than when manually run it from the Scheduled Tasks =
screen.

I have all the necessary services running: Cold =
Fusion Application Server (cfserver.exe), Cold Fusion Executive =
(cfexec.exe), Cold Fusion RDS (CFRDSService.exe), and Task Scheduler =
(MSTask.exe).

Sean



Sean Driscoll
<mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]>=
 


IniNet, Inc. 
16 Church Street 
Keene, NH 03431 
<http://www.ininet.com" =
TARGET=3D"_blank">http://www.ininet.com> 
603.352.7555 x146 




--_=_NextPart_001_01C0224C.862B26C0--
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Alternative to CFSchedule?

2001-06-03 Thread Michael Kear

I have a CF Hosting service that doesn't allow CF Schedule and I want a
site to run a daily check on itself and report to me if any of my users
have added links, changed details, etc on any of my pages so I can go and
check they're all Ok.

The only alternative I've thought of so far is to have a CFSchedule
running on my own development machine that calls the template on this
site.

Does anyone have a better idea for achieving the same thing?   There is a
potential problem with having a production template running regularly on a
development server, since there's no guarantee it's going to be up and
going at the time the job's supposed to be run.

Cheers,
Mike Kear
AFP Webworks,
Windsor, NSW, Australia.


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



CFSCHEDULE in background

2001-06-11 Thread Andrew Howe

I want to get CFSCHEDULE to run in the background (to create a text file), 
and load NewPage.cfm while it is still running.
However, in the following code, NewPage does not load until CFSCHEDULE has finished 
running.
(I am using CF 4.5.1.)
Any suggestions?  

http://127.0.0.1/Script.cfm";
STARTDATE="6/6/01"
STARTTIME="10:53 AM"
INTERVAL="Once"
RESOLVEURL="No"
PUBLISH="No"
REQUESTTIMEOUT="600">
 

 


Thanks
Andrew


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



CFSCHEDULE User Agent

2001-06-22 Thread Steve Reich

I just figured out something interesting and useful...

If you have a template that is fired using CFSCHEDULE, it will have the
cgi.http_user_agent string "CFSCHEDULE". With that, you can prevent the
template from running if you only want it executed by the scheduler...

I have some database maintenance templates, but I didn't want anyone to be
able to run them in a browser. This seems like a good way to protect
them

Thought it was worth sharing...
Steve


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



cfschedule not working

2001-07-17 Thread S R

Hi,

I've never been able to get cfschedule to work programmatically but I really 
need to so it this time. The problem I'm trying to solve is to create a form 
that someone can fill out to time exactly when their press release goes 
live. They create the press release and save it as a 'work in progress' then 
I've created a form that they will specify when they want it to become 
'Live'. I'm 'hardcoding' dates and times right now just trying to see if it 
works and it is not. Is it supposed to show up in the CFAdmin as a new task 
once I run this page?

I'm using CF 4.5 and my interval in CFAdmin is set to 15.

Here's my code:




http://www.mypath.com/myfolder/mySubFolder/act_publish.cfm"; 
startdate="#StartDate#" starttime="#StartTime#">
~~
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: cfschedule question

2001-08-16 Thread Howie Hamlin

CFSchedule calls pages via http so it should be able to do what you're looking for.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server
Join the DevCon community at www.coolfusion.com/devcon

- Original Message - 
From: "Mak Wing Lok" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 4:05 AM
Subject: cfschedule question


> hi, just curious, is cfschedule able to schdule-call pages from .asp, .php
> or any other valid http pages?
> 
> 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfschedule question

2001-08-16 Thread Mak Wing Lok

i use cfschedule to make http call on other pages that run some perl script
the problem is that the perl script has not been run at all, but if i run
those pages direct from the browser then the perl script is execute, why is
that?




- Original Message -
From: "Howie Hamlin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 8:37 PM
Subject: Re: cfschedule question


> CFSchedule calls pages via http so it should be able to do what you're
looking for.
>
> HTH,
>
> Howie Hamlin - inFusion Project Manager
> On-Line Data Solutions, Inc.
> www.CoolFusion.com
> 631-737-4668 x101
> inFusion Mail Server (iMS) - The Intelligent Mail Server
> Join the DevCon community at www.coolfusion.com/devcon
>
> - Original Message -
> From: "Mak Wing Lok" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, August 16, 2001 4:05 AM
> Subject: cfschedule question
>
>
> > hi, just curious, is cfschedule able to schdule-call pages from .asp,
.php
> > or any other valid http pages?
> >
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfschedule question

2001-08-17 Thread Billy Cravens

A number of potential issues.  Does the script rely on user agent?
Permissions perhaps?  How about firewall issues? (I ran into this one
not too long ago - seems that localhost wasn't on the list of acceptable
IP addresses)

---
Billy Cravens
HR Systems, EDS
[EMAIL PROTECTED]


-Original Message-
From: Mak Wing Lok [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 16, 2001 7:44 PM
To: CF-Talk
Subject: Re: cfschedule question


i use cfschedule to make http call on other pages that run some perl
script the problem is that the perl script has not been run at all, but
if i run those pages direct from the browser then the perl script is
execute, why is that?




- Original Message -
From: "Howie Hamlin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 8:37 PM
Subject: Re: cfschedule question


> CFSchedule calls pages via http so it should be able to do what you're
looking for.
>
> HTH,
>
> Howie Hamlin - inFusion Project Manager
> On-Line Data Solutions, Inc.
> www.CoolFusion.com
> 631-737-4668 x101
> inFusion Mail Server (iMS) - The Intelligent Mail Server
> Join the DevCon community at www.coolfusion.com/devcon
>
> - Original Message -
> From: "Mak Wing Lok" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, August 16, 2001 4:05 AM
> Subject: cfschedule question
>
>
> > hi, just curious, is cfschedule able to schdule-call pages from 
> > .asp,
.php
> > or any other valid http pages?
> >
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cfschedule StartDate format

2001-08-27 Thread W Luke

What date format should you put in for the startdate attribute in
cfschedule?  I've tried dd/mm/yy and other ways, but can't seem to get it
right.

Thanks

Will


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Hosting and CFSchedule

2003-01-10 Thread Thane Sherrington
Can anyone recommend a good host that allows one to run CFSCHEDULE tasks 
every 15 minutes or so?  I'm on CrystalTech, and while I really recommend 
them, they only allow scheduled tasks every hour.

T

~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Clint Tredway
Not without you building an application that can track what schedules are
whos.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337


~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Tony Weeg
that's fine, a db to handle that, but is there any
way to expose whats in the scheduler?  for them 
tomodify, and then update, and expect the results
to happen next scheduled run?

I mean, I could easily create a db table that has some
parameter info in it, and then have a scheduled page run
that would hit the db, get the parameters, row by row, 
parse the parameters, execute the reports that are generated
and go from there, but wanted to tap the scheduler more than
sql, but I wasnt sure if that info from the scheduler's schedule
of events was exposable?

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:06 AM
To: CF-Talk
Subject: RE: cfschedule question


Not without you building an application that can track what schedules
are
whos.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337



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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Clint Tredway
According to the refernce book, you can use the cfschedule tag to
create,update, and delete a scheduled event.

So I would say that you would need to have 2 tables, a client table and a
schedule table. Store tha params of the scheduled event and just update or
delete the event using the cfschedule tag.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 8:12 AM
To: CF-Talk
Subject: RE: cfschedule question


that's fine, a db to handle that, but is there any
way to expose whats in the scheduler?  for them
tomodify, and then update, and expect the results
to happen next scheduled run?

I mean, I could easily create a db table that has some
parameter info in it, and then have a scheduled page run
that would hit the db, get the parameters, row by row,
parse the parameters, execute the reports that are generated
and go from there, but wanted to tap the scheduler more than
sql, but I wasnt sure if that info from the scheduler's schedule
of events was exposable?

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 9:06 AM
To: CF-Talk
Subject: RE: cfschedule question


Not without you building an application that can track what schedules
are
whos.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337




~|
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
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Tony Weeg
so yeah, to update, I guess you update, based on the name of the
event?  so how do I get the events that are there, lets say I make a
change
to an event in the admin, and the user wasn't expecting it, is there a
way
to get that data, the scheduled events that are already there, to show
whats
available to change?

otherwise, I got what ur saying, and that's what I was figuring, just
wondering if
I can get that data, the data to know what I getting ready to update,
before updating?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:29 AM
To: CF-Talk
Subject: RE: cfschedule question


According to the refernce book, you can use the cfschedule tag to
create,update, and delete a scheduled event.

So I would say that you would need to have 2 tables, a client table and
a
schedule table. Store tha params of the scheduled event and just update
or
delete the event using the cfschedule tag.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 8:12 AM
To: CF-Talk
Subject: RE: cfschedule question


that's fine, a db to handle that, but is there any
way to expose whats in the scheduler?  for them
tomodify, and then update, and expect the results
to happen next scheduled run?

I mean, I could easily create a db table that has some
parameter info in it, and then have a scheduled page run
that would hit the db, get the parameters, row by row,
parse the parameters, execute the reports that are generated
and go from there, but wanted to tap the scheduler more than
sql, but I wasnt sure if that info from the scheduler's schedule
of events was exposable?

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 9:06 AM
To: CF-Talk
Subject: RE: cfschedule question


Not without you building an application that can track what schedules
are
whos.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337





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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Randell B Adkins
If your running CF5 depending on you havign access to use the CFRegistry
function, you can get a listing from there.

If I am not mistaken, it is located:
HKEY_LOCAL_MACHINE\MACROMEDIA\ColdFusion\Schedule

Something like that

>>> [EMAIL PROTECTED] 01/16/03 09:33AM >>>
so yeah, to update, I guess you update, based on the name of the
event?  so how do I get the events that are there, lets say I make a
change
to an event in the admin, and the user wasn't expecting it, is there a
way
to get that data, the scheduled events that are already there, to show
whats
available to change?

otherwise, I got what ur saying, and that's what I was figuring, just
wondering if
I can get that data, the data to know what I getting ready to update,
before updating?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337 

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:29 AM
To: CF-Talk
Subject: RE: cfschedule question


According to the refernce book, you can use the cfschedule tag to
create,update, and delete a scheduled event.

So I would say that you would need to have 2 tables, a client table
and
a
schedule table. Store tha params of the scheduled event and just
update
or
delete the event using the cfschedule tag.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:12 AM
To: CF-Talk
Subject: RE: cfschedule question


that's fine, a db to handle that, but is there any
way to expose whats in the scheduler?  for them
tomodify, and then update, and expect the results
to happen next scheduled run?

I mean, I could easily create a db table that has some
parameter info in it, and then have a scheduled page run
that would hit the db, get the parameters, row by row,
parse the parameters, execute the reports that are generated
and go from there, but wanted to tap the scheduler more than
sql, but I wasnt sure if that info from the scheduler's schedule
of events was exposable?

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:06 AM
To: CF-Talk
Subject: RE: cfschedule question


Not without you building an application that can track what schedules
are
whos.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337






~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Tony Weeg
oh yeah, I have access, I host the servers, and they are mine :)
so, cool, but not...i have cfmxi wonder can I get it from there...
let me check!

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Randell B Adkins [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:36 AM
To: CF-Talk
Subject: RE: cfschedule question


If your running CF5 depending on you havign access to use the CFRegistry
function, you can get a listing from there.

If I am not mistaken, it is located:
HKEY_LOCAL_MACHINE\MACROMEDIA\ColdFusion\Schedule

Something like that

>>> [EMAIL PROTECTED] 01/16/03 09:33AM >>>
so yeah, to update, I guess you update, based on the name of the
event?  so how do I get the events that are there, lets say I make a
change
to an event in the admin, and the user wasn't expecting it, is there a
way
to get that data, the scheduled events that are already there, to show
whats
available to change?

otherwise, I got what ur saying, and that's what I was figuring, just
wondering if
I can get that data, the data to know what I getting ready to update,
before updating?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337 

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:29 AM
To: CF-Talk
Subject: RE: cfschedule question


According to the refernce book, you can use the cfschedule tag to
create,update, and delete a scheduled event.

So I would say that you would need to have 2 tables, a client table
and
a
schedule table. Store tha params of the scheduled event and just
update
or
delete the event using the cfschedule tag.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:12 AM
To: CF-Talk
Subject: RE: cfschedule question


that's fine, a db to handle that, but is there any
way to expose whats in the scheduler?  for them
tomodify, and then update, and expect the results
to happen next scheduled run?

I mean, I could easily create a db table that has some
parameter info in it, and then have a scheduled page run
that would hit the db, get the parameters, row by row,
parse the parameters, execute the reports that are generated
and go from there, but wanted to tap the scheduler more than
sql, but I wasnt sure if that info from the scheduler's schedule
of events was exposable?

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:06 AM
To: CF-Talk
Subject: RE: cfschedule question


Not without you building an application that can track what schedules
are
whos.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337







~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Tony Weeg
nope, anyone know the cfmx reg keys that this might be stored in?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Randell B Adkins [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:36 AM
To: CF-Talk
Subject: RE: cfschedule question


If your running CF5 depending on you havign access to use the CFRegistry
function, you can get a listing from there.

If I am not mistaken, it is located:
HKEY_LOCAL_MACHINE\MACROMEDIA\ColdFusion\Schedule

Something like that

>>> [EMAIL PROTECTED] 01/16/03 09:33AM >>>
so yeah, to update, I guess you update, based on the name of the
event?  so how do I get the events that are there, lets say I make a
change
to an event in the admin, and the user wasn't expecting it, is there a
way
to get that data, the scheduled events that are already there, to show
whats
available to change?

otherwise, I got what ur saying, and that's what I was figuring, just
wondering if
I can get that data, the data to know what I getting ready to update,
before updating?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337 

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:29 AM
To: CF-Talk
Subject: RE: cfschedule question


According to the refernce book, you can use the cfschedule tag to
create,update, and delete a scheduled event.

So I would say that you would need to have 2 tables, a client table
and
a
schedule table. Store tha params of the scheduled event and just
update
or
delete the event using the cfschedule tag.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:12 AM
To: CF-Talk
Subject: RE: cfschedule question


that's fine, a db to handle that, but is there any
way to expose whats in the scheduler?  for them
tomodify, and then update, and expect the results
to happen next scheduled run?

I mean, I could easily create a db table that has some
parameter info in it, and then have a scheduled page run
that would hit the db, get the parameters, row by row,
parse the parameters, execute the reports that are generated
and go from there, but wanted to tap the scheduler more than
sql, but I wasnt sure if that info from the scheduler's schedule
of events was exposable?

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:06 AM
To: CF-Talk
Subject: RE: cfschedule question


Not without you building an application that can track what schedules
are
whos.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337







~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Tony Weeg
or are they stored in like some sort
of xml file that I could tap into?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:41 AM
To: CF-Talk
Subject: RE: cfschedule question


nope, anyone know the cfmx reg keys that this might be stored in?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Randell B Adkins [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:36 AM
To: CF-Talk
Subject: RE: cfschedule question


If your running CF5 depending on you havign access to use the CFRegistry
function, you can get a listing from there.

If I am not mistaken, it is located:
HKEY_LOCAL_MACHINE\MACROMEDIA\ColdFusion\Schedule

Something like that

>>> [EMAIL PROTECTED] 01/16/03 09:33AM >>>
so yeah, to update, I guess you update, based on the name of the
event?  so how do I get the events that are there, lets say I make a
change
to an event in the admin, and the user wasn't expecting it, is there a
way
to get that data, the scheduled events that are already there, to show
whats
available to change?

otherwise, I got what ur saying, and that's what I was figuring, just
wondering if
I can get that data, the data to know what I getting ready to update,
before updating?

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337 

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:29 AM
To: CF-Talk
Subject: RE: cfschedule question


According to the refernce book, you can use the cfschedule tag to
create,update, and delete a scheduled event.

So I would say that you would need to have 2 tables, a client table
and
a
schedule table. Store tha params of the scheduled event and just
update
or
delete the event using the cfschedule tag.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:12 AM
To: CF-Talk
Subject: RE: cfschedule question


that's fine, a db to handle that, but is there any
way to expose whats in the scheduler?  for them
tomodify, and then update, and expect the results
to happen next scheduled run?

I mean, I could easily create a db table that has some
parameter info in it, and then have a scheduled page run
that would hit the db, get the parameters, row by row,
parse the parameters, execute the reports that are generated
and go from there, but wanted to tap the scheduler more than
sql, but I wasnt sure if that info from the scheduler's schedule
of events was exposable?

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 9:06 AM
To: CF-Talk
Subject: RE: cfschedule question


Not without you building an application that can track what schedules
are
whos.

HTH,
Clint

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 8:00 AM
To: CF-Talk
Subject: cfschedule question


hi there...

is there a way with the cfschedule tag and the scheduler
to give my clients access to scheduled events that are theirs?

thank you

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337








~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Dave Watts
> nope, anyone know the cfmx reg keys that this might be 
> stored in?

CFMX doesn't store any configuration information in the registry. I think
that scheduled events are stored in \CFusionMX\lib\neo-cron.xml.

But, rather than edit that file directly while CF is running, you might
instead want to use the appropriate API. Jochem van Dieten's site has
information on that; I don't remember the URL offhand, but I'm sure it's in
the list archives somewhere.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-16 Thread Tony Weeg
ok, thank dave.

yeah, I do see those in the neo-cron.xml
file...so, the question now, maybe for christian
is, how the heck can I tap into that? manage the
schedule, etc...what I don't want to do I just blind
updating of events.

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 10:44 AM
To: CF-Talk
Subject: RE: cfschedule question


> nope, anyone know the cfmx reg keys that this might be 
> stored in?

CFMX doesn't store any configuration information in the registry. I
think
that scheduled events are stored in \CFusionMX\lib\neo-cron.xml.

But, rather than edit that file directly while CF is running, you might
instead want to use the appropriate API. Jochem van Dieten's site has
information on that; I don't remember the URL offhand, but I'm sure it's
in
the list archives somewhere.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


~|
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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfschedule question

2003-01-19 Thread Tony Weeg
jochem,

thank you!!  it will be wholly used by me and my company for our
internal stuff
and I have complete control over all aspects, so yeah...naming
conventions not
an issue, but thanks for the heads up!  ill be playing with it tomorrow,
and
ill let u know how it all goes :)

later man!

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, January 19, 2003 6:08 PM
To: CF-Talk
Subject: cfschedule question


Dave Watts wrote:
>
>CFMX doesn't store any configuration information in the registry. I
think
>that scheduled events are stored in \CFusionMX\lib\neo-cron.xml.
>
>But, rather than edit that file directly while CF is running, you might
>instead want to use the appropriate API. Jochem van Dieten's site has
>information on that; I don't remember the URL offhand, but I'm sure
it's
>in the list archives somewhere.

What you need to have is the cronservice and then listAll().

  
factory = CreateObject("java", "coldfusion.server.ServiceFactory");
cronservice = factory.cronservice;
tasks = cronservice.listAll();
   
   


This will return a complete list of all the scheduled tasks defined on
the system. To make sure you can always identify which task belongs to
who you should stick to some convention for the name. The actual
changing of tasks can be done using cfschedule (be sure to revoke
cfschedule permissions for your clients).
Make sure your clients don't schedule anything between 02:00 and 03:00
because of DST issues.

Jochem

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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Cfschedule syntax

2003-07-30 Thread Qasim Rasheed
Here is a working example

 

Qasim

-Original Message-
From: James Johnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 30, 2003 3:11 PM
To: CF-Talk
Subject: Cfschedule syntax


Hello,

I'm having a problem getting the syntax for cfschedule correct.

I want to run a CF page which will query a db and run a batch of emails.
That is done. What I'm having a problem with is the actual 
tag.

1) Does the Task need to be setup before hand in CF Admin?
2) If it doesn't, I'm getting confused on the ACTION attributes
RUN/UPDATE.

The emailing page is called RR_email_results.cfm






http://127.0.0.1/oryanresellerrecruit/RR_email_results.cfm";
resolveurl="yes"
>

The error message I'm getting is:
Attribute validation error for tag CFSCHEDULE.  
When the value of the ACTION attribute is "UPDATE", the tag requires the
attribute(s): INTERVAL,OPERATION.  

Does anyone have some sample code, they'd like to share? Thanks, James


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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Cfschedule syntax

2003-07-30 Thread cfhelp
I run this code every time a major change as taken place to update a static
webpage. All you are missing is the interval and operation.




http://192.168.0.90/LocalAgents/UpdateFrontpage.cfm";
startdate="#DateFormat(Now(),'MM/DD/')#" starttime="#StartTime#"
resolveurl="Yes" publish="No">


Rick


-Original Message-
From: James Johnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 30, 2003 2:11 PM
To: CF-Talk
Subject: Cfschedule syntax

Hello,

I'm having a problem getting the syntax for cfschedule correct.

I want to run a CF page which will query a db and run a batch of emails.
That is done. What I'm having a problem with is the actual  tag.

1) Does the Task need to be setup before hand in CF Admin?
2) If it doesn't, I'm getting confused on the ACTION attributes RUN/UPDATE.

The emailing page is called RR_email_results.cfm






http://127.0.0.1/oryanresellerrecruit/RR_email_results.cfm";
resolveurl="yes"
>

The error message I'm getting is:
Attribute validation error for tag CFSCHEDULE.  
When the value of the ACTION attribute is "UPDATE", the tag requires the
attribute(s): INTERVAL,OPERATION.  

Does anyone have some sample code, they'd like to share?
Thanks,
James


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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Cfschedule syntax

2003-08-14 Thread Qasim Rasheed
Here is a working example

 

Qasim

-Original Message-
From: James Johnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 30, 2003 3:11 PM
To: CF-Talk
Subject: Cfschedule syntax


Hello,

I'm having a problem getting the syntax for cfschedule correct.

I want to run a CF page which will query a db and run a batch of emails.
That is done. What I'm having a problem with is the actual 
tag.

1) Does the Task need to be setup before hand in CF Admin?
2) If it doesn't, I'm getting confused on the ACTION attributes
RUN/UPDATE.

The emailing page is called RR_email_results.cfm






http://127.0.0.1/oryanresellerrecruit/RR_email_results.cfm";
resolveurl="yes"
>

The error message I'm getting is:
Attribute validation error for tag CFSCHEDULE.  
When the value of the ACTION attribute is "UPDATE", the tag requires the
attribute(s): INTERVAL,OPERATION.  

Does anyone have some sample code, they'd like to share? Thanks, James



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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



cfschedule | scheduled tasks

2003-10-01 Thread Tony Weeg
hi there.

just thinking about how to dynamically send reports to clients on a schedule
and wondering
how solid cfschedule and the scheduled tasks are in cfmx?  I mean, does it
barf or slow down
or run into issues at any point in time/related to the amount of scheduled
tasks are requested
to run?  if I have 100 clients that want a report @ midnight each Friday
sent to an email, does
cf tend to be the bottleneck?  or would you say that they sql server or
email server would be
the bottleneck?  any experiences good/bad would be nice :)

thanks!

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Cfschedule tasks list

2004-07-13 Thread John Elder
Is there any way to display the list of scheduled
tasks on a page without using the administrator?

I found the CfusionMX/lib/neo-cron.xml file but I'm
not sure I’ll have the path for the production server.
Any shortcuts?

Thanks
John Elder
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfschedule error

2004-08-06 Thread Ubqtous
On Fri, 06 Aug 2004 19:02:13 -0400, Andrew Grosset <[EMAIL PROTECTED]> wrote:
> 
> 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.

Yes, you need to create a task before running it, either via CF Admin
or by using the CFSCHEDULE tag. For the later, use action="" to
create new tasks or update existing tasks.

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-a30.htm

-- 
Ubqtous
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfschedule error

2004-08-06 Thread Barney Boisvert
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. "
> 
> 
> 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]




  1   2   3   4   >