Re: scheduled task save output to a network share

2014-11-12 Thread marc --
>Are you still running cf under the system account? If so then this is why, >and is also insecure. I forgot to add, CF10 is _not_ running under the local system acct - it runs as a dedicated user that has access to the share. I found a solution already: file: \\myNetworkShare\path\to\networksha

Re: scheduled task save output to a network share

2014-11-12 Thread Russ Michaels
Are you still running cf under the system account? If so then this is why, and is also insecure. You need to run cf as a user who has access to the network share. If you are still running an out of the box install then you should also follow the lock down guide. On Wed, Nov 12, 2014 at 9:15 AM,

Re: Scheduled task isn't running the item in the url

2010-05-15 Thread Maureen
You have notification misspelled in the url. Is the page name daily_notifcation.cfm or daily_notification.cfm On Wed, Apr 21, 2010 at 7:48 AM, daniel kessler wrote: > >         > url="http://sph.umd.edu/home/facilities_request/email/daily_notifcation. ~

Re: Scheduled task isn't running the item in the url

2010-05-14 Thread daniel kessler
Did you see any problems with the code above? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: Scheduled task isn't running the item in the url

2010-05-14 Thread daniel kessler
> Could it be DNS (change not getting there yet) or permissions > (automatic Windows domain authorisation, for instance, or saved credentials > in > your browser). > Testing directly on the server or locally with something like 'wget' > is normally the best path forwards. I can't test direct

Re: Scheduled task isn't running the item in the url

2010-05-14 Thread Tom Chiverton
On Friday 14 May 2010 15:34:46 you wrote: > Dave, I'm still not able to get this cfschedule working. When I say "run > it separately", it means that instead of cfschedule activating the cf code > that I have (which then sends email) that I instead bring up the url on my > own browser to have i

Re: Scheduled task isn't running the item in the url

2010-05-14 Thread daniel kessler
>Logging is your friend. :-) Create a log file for your scheduled task. > >Does this page sit in an application that requires authentication? If so, >make sure to specify the username and password. Qing, I'm not having much luck logging either. jeez. and no, there's no username and password

Re: Scheduled task isn't running the item in the url

2010-05-14 Thread daniel kessler
> When you say you "run the URL separately" are you doing this from the > server console? If not, the server may not be able to resolve the > FQDN. Dave, I'm still not able to get this cfschedule working. When I say "run it separately", it means that instead of cfschedule activating the cf code

Re: Scheduled task isn't running the item in the url

2010-04-21 Thread Dave Watts
> I have the following task (CF7).  The URL that it specifies is not being run. >  This is my first task so I assume I'm doing something > wrong.  I run that url separately and it works fine.  I check my list of > scheduled tasks and my task shows up in that list and > appears to be set up the w

Re: Scheduled task isn't running the item in the url

2010-04-21 Thread Qing Xia
Logging is your friend. :-) Create a log file for your scheduled task. Does this page sit in an application that requires authentication? If so, make sure to specify the username and password. On Wed, Apr 21, 2010 at 10:48 AM, daniel kessler wrote: > > I have the following task (CF7). The URL

RE: Scheduled Task Running twice

2010-01-13 Thread Jen Perkins McVicker
I was never able to satisfactorily solve the problem on our server. It didn't happen with every scheduled task on the server, only one, and even if we changed the time that the task ran, it didn't matter. It would run once and then immediately run again. We just ended up setting a cron job to r

Re: Scheduled Task Running twice

2010-01-13 Thread Cameron Childress
On Wed, Jan 13, 2010 at 10:39 AM, Jeffrey Pratte wrote: > We just moved our ColdFusion 8 Ent to a new server and now our scheduled > tasks are running twice. One right after the other. We physically disconnected > the old server from the network and the jobs are still running twice. Any > ideas

Re: Scheduled Task Running twice

2010-01-13 Thread Mike Chabot
If you disable the scheduled task on the new server does it run once or never? The most common problem I have seen with these observed symptoms is that the scheduled task is running somewhere else, such as on an old server, a staging server, a dev server, or a second pair in a cluster. Good luck,

Re: Scheduled Task Running twice

2010-01-13 Thread Steve Milburn
We had this problem a long time ago and I don't remember the exact details, but it happened after an upgrade if I remember correctly. The problem, I believe, was that we had 2 versions of CF running that were each running the tasks. I disabled the older CF service and all was well again. So I g

Re: Scheduled Task crossing midnight

2008-02-11 Thread Scott Weikert
Christopher Watson wrote: > Just to verify: one cannot establish a repeating Scheduled Task with a start > time in front of Midnight (PM), and and end time after Midnight (AM). > Correct? If one wants such a thing, you'd have to create two tasks: one that > handled the PM times, and another to

RE: Scheduled Task Priority

2007-11-09 Thread Dave Watts
> Does a CF scheduled task have any higher priority than other > CF requests? For example, if I have 10 CF tasks running and > 50 more queued to run (10 threads max set in admin) and the > time for a scheduled task is reached, does it get at the end > or the front of the line of queued tasks?

Re: Scheduled Task Times not saving

2007-03-08 Thread Dana Kowalski
Last yesterday afternoon I deleted all the tasks and set them back up form scratch. Today they are working fine again. darn hiccups =\ anyhow thanks for the info, at least I learned about the insane spaces in the time field (lol btw) - dk ~~

Re: Scheduled Task Times not saving

2007-03-07 Thread Dana Kowalski
Yes you guys were correct it was a matter of about 15 spaces being on each side of the time. Sadly, it still doesn't explain why it ran 5x today when its set to recurring daily at 5am. It ran at 5am, 7:30am, 10:00am and 10:30am =\ ~~~

Re: Scheduled Task Times not saving

2007-03-07 Thread Dimitris C
in cfmx 7 i have the same problem with spaces (as it is already mentioned above). but it is just matter of using the delete button after the date, till you wipe all the spaces... ...but i am not sure if we do have the same problem ;-)

Re: Scheduled Task Times not saving

2007-03-07 Thread Gareth Hughes
Are you sure the task times are completely blank? I've seen this where for some reason lots of space was put in before the actual time. If you put your cursor in the time field and do select all > copy, do you get anything when you paste the result into notepad (or similar). - Original Mes

RE: Scheduled Task Times not saving

2007-03-07 Thread Ben Nadel
Are you using CFSChedule tag anywhere in your app?? .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Dana Kowalski [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07,

Re: Scheduled task File Not Found errors

2006-03-13 Thread Aaron Rouse
This happens here a lot on CFMX 6.1 and the "fix" from our admins is to just restart the CF service. On 3/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have a scheduled task that runs quite often. It saves its results to a > file, > just for troubleshooting. Several times over the past

Re: Scheduled task File Not Found errors

2006-03-13 Thread jonese
sounds like a corrupted cache cause when you change and resave the file then the cached version gets rebuilt. i'd check your cache settings. On 3/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a scheduled task that runs quite often. It saves its results to a file, > just for trouble

RE: Scheduled task File Not Found errors

2006-03-13 Thread Michael T. Tangorre
WTF? I didn't send that! > From: Michael T. Tangorre > Sent: Monday, March 13, 2006 1:15 PM > To: CF-Talk > Subject: Scheduled task File Not Found errors > > I have a scheduled task that runs quite often. It saves its > results to a file, just for troubleshooting. Several times > over the pas

RE: scheduled task - Crystal Tech

2005-11-13 Thread Tim Laureska
ssage- From: Snake [mailto:[EMAIL PROTECTED] Sent: Sunday, November 13, 2005 8:18 AM To: CF-Talk Subject: RE: scheduled task - Crystal Tech Move the file to a folder that is not protected by a login. The application.cfm will run b4 the file in question otherwise, and if this is where your logi

RE: scheduled task - Crystal Tech

2005-11-13 Thread Snake
Move the file to a folder that is not protected by a login. The application.cfm will run b4 the file in question otherwise, and if this is where your login check is, the file will never get executed. Russ -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: 13 November 2

Re: Scheduled Task Problem

2005-11-08 Thread Thomas Chiverton
On Tuesday 08 November 2005 15:25, Ken Ketsdever wrote: > Any ideas??? Browse to the URL using a command line web browser like lynx or telnet on the webserver itself - maybe there is an authentication or other probelm. -- Tom Chiverton Advanced ColdFusion Programmer ~

RE: Scheduled Task Listing

2005-05-06 Thread Burns, John D
o: CF-Talk Subject: Re: Scheduled Task Listing I've found some languages that actually don't have a notion of Left() or Right() so I find myself in more of a Mi() mindset so I don't get disappointed. -Cliff On 5/6/05, Burns, John D <[EMAIL PROTECTED]> wrote: > I've alw

Re: Scheduled Task Listing

2005-05-06 Thread Cliff Meyers
I've found some languages that actually don't have a notion of Left() or Right() so I find myself in more of a Mi() mindset so I don't get disappointed. -Cliff On 5/6/05, Burns, John D <[EMAIL PROTECTED]> wrote: > I've always been curious why people do mid(variable, 1,4)...Why not do > Left(va

RE: Scheduled Task Listing

2005-05-06 Thread Dave Watts
> I've always been curious why people do mid(variable, 1,4)...Why > not do Left(variable, 4) ? Is there some benefit found to doing it > that way or is it lack of experience or is it just preference? If you just use Mid, you don't have to bother learning Left or Right. Dave Watts, CTO, Fig Leaf

RE: Scheduled Task Listing

2005-05-06 Thread Burns, John D
loper -Original Message- From: Cliff Meyers [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 10:03 PM To: CF-Talk Subject: Re: Scheduled Task Listing Michael, Since you're on a shared server, the CF server is going to treat your scheduled task just like anyone else's. If you u

Re: Scheduled Task Listing

2005-05-05 Thread Cliff Meyers
Michael, Since you're on a shared server, the CF server is going to treat your scheduled task just like anyone else's. If you use a consistent naming convention for your tasks you could do some filtering after the fact. It's not bullet proof but maybe it'd work for you. Ex: If you have schedul

RE: Scheduled Task Listing

2005-05-04 Thread Tom Kitta
Hello, The simplest solution is to loop over all tasks and see whatever its on of yours. To do this define a list with all your task names. Then when you loop over the task in your code don't display them right away, but have an if statement that checks whatever a task is one of yours or not. TK

RE: Scheduled task creates a session

2005-05-02 Thread Burns, John D
n Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 2:54 PM To: CF-Talk Subject: Re: Scheduled task creates a session Thanks, from your email and Ian's, I figured out how to do it. At the top of my application.cfm ,I've got the line works perfectly. I had no idea you could set

Re: Scheduled task creates a session

2005-05-02 Thread S . Isaac Dealey
> Thanks, from your email and Ian's, I figured out how to do > it. At the > top of my application.cfm ,I've got the line set_session = > cgi.http_user_agent neq "CFSCHEDULE"> works perfectly. I > had no idea > you could set the session management on the fly. I > figured as soon as > you turned

Re: Scheduled task creates a session

2005-05-02 Thread Marlon Moyer
Thanks, from your email and Ian's, I figured out how to do it. At the top of my application.cfm ,I've got the line works perfectly. I had no idea you could set the session management on the fly. I figured as soon as you turned off session management, it would turn off all active sessions. tha

Re: Scheduled task creates a session

2005-05-02 Thread S . Isaac Dealey
> I was just experimenting around with the unsupported > sessiontracker > object and was surprised to see that my scheduled task was > creating a > session every 3 minutes when it ran. Considering my > session timeouts > timeouts are set at 4 hours, that's a lot of extraneous > sessions held > in

RE: Scheduled task creates a session

2005-05-02 Thread Ian Skinner
You can per template create shorter session timeouts. So in your schedule task templates add a that sets a desired timeout for those templates only. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia

RE: Scheduled task time mix up?

2005-04-21 Thread Robertson-Ravo, Neil (RX)
I got rid of the need for the flakey scheduler and started using Windows Scheduler - obviously only an option if you are on Windows ;-) -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: 21 April 2005 15:24 To: CF-Talk Subject: RE: Scheduled task time mix up

RE: Scheduled task time mix up?

2005-04-21 Thread Robert Orlini
Sounds logical to me. Thanks again... -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 10:15 AM To: CF-Talk Subject: Re: Scheduled task time mix up? Well, I would say to use the start date as 0:00:00 and the end date as 23:55:00, with a

Re: Scheduled task time mix up?

2005-04-21 Thread Ray Champagne
ril 21, 2005 9:16 AM > To: CF-Talk > Subject: Re: Scheduled task time mix up? > > > I should add that if you want to start it at midnight, you need to use > 0:00:00, I believe. > > Ray > > Ray Champagne wrote: > >>Well, it is not noon yet here, and if it isn'

RE: Scheduled task time mix up?

2005-04-21 Thread Robert Orlini
Thanks Ray. In other words, how would I set the from/to times to reflect a continual task that runs 24 hours and every five minutes. -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 9:16 AM To: CF-Talk Subject: Re: Scheduled task time mix

Re: Scheduled task time mix up?

2005-04-21 Thread Ray Champagne
I should add that if you want to start it at midnight, you need to use 0:00:00, I believe. Ray Ray Champagne wrote: > Well, it is not noon yet here, and if it isn't where you are, either, > then you wouldn't see anything, I think. > > Ray > > Robert Orlini wrote: > >>I'm using CF 5.0 and am

Re: Scheduled task time mix up?

2005-04-21 Thread Ray Champagne
Well, it is not noon yet here, and if it isn't where you are, either, then you wouldn't see anything, I think. Ray Robert Orlini wrote: > I'm using CF 5.0 and am running a Scheduled Task. I want it to run every five > (5) minutes. > > In the setup for the task, I have "Daily every" set to 5 m

RE: Scheduled task

2005-03-22 Thread Rick Faircloth
Why does it need to be a single task? If it's got to run four times, why not setup the same task 4 times to run at the specified times? Rick -Original Message- From: COLLIE David [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 6:41 AM To: CF-Talk Subject: RE: Scheduled

RE: Scheduled task

2005-03-22 Thread COLLIE David
> I need to set scheduled task to run at specific time > intervals like at 11:00 AM, 2:00 PM, 7:30 PM & at 11:00 PM. > How can i set a single scheduled task to run at these timings Another lame way... Call it hourly and check the time and only do action if matches the time required? -- dc ~

RE: Scheduled task

2005-03-22 Thread Adrian Lynch
While you're waiting for a better answer, set up one that runs at 11am, this calls a page that changes the schedule to run again at 2pm, which changes the schedule to run at 7:30pm, which changes That any good for you? Ade -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED]

RE: scheduled task woes

2004-08-12 Thread dave
i had already tried that and it really hadnt seemed too matter, it still timed out rather fast. method="Get" timeout="3000"> seems to be a rather intence deal gets a page like so http://waterdata.usgs.gov/co/nwis/uv?dd_cd=01&dd_cd=18&format=rdb&period=1&site_no=09085000 parses it, inserts wha

RE: scheduled task woes

2004-08-12 Thread Tom Jordahl
:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 2:26 PM To: CF-Talk Subject: RE: scheduled task woes the host is checking the logs 4 me & i ran the page to see and get this error The request has exceeded the allowable time limit Tag: cfhttp The error occurred in C:\websites\1

RE: scheduled task woes

2004-08-11 Thread dave
om: dave [mailto:[EMAIL PROTECTED] >> Sent: 11 August 2004 10:06 >> To: CF-Talk >> Subject: RE: scheduled task woes >> >> either not running or not updating >> >> > > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: scheduled task woes

2004-08-11 Thread Pascal Peters
). Pascal > -Original Message- > From: dave [mailto:[EMAIL PROTECTED] > Sent: 11 August 2004 10:06 > To: CF-Talk > Subject: RE: scheduled task woes > > either not running or not updating > > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: scheduled task woes

2004-08-11 Thread dave
either not running or not updating -- Original Message -- From: "Pascal Peters" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date:  Wed, 11 Aug 2004 08:47:52 +0200 >And the problem is ... ? > >> -Original Message- >> From: dave [mailto:[EMAIL PRO

RE: scheduled task woes

2004-08-11 Thread Pascal Peters
And the problem is ... ? > -Original Message- > From: dave [mailto:[EMAIL PROTECTED] > Sent: 11 August 2004 08:34 > To: CF-Talk > Subject: scheduled task woes > > havin some probs with this scheduled task running > its on a linux server and has been registered with the host too run the >

RE: scheduled task fails to run

2004-04-15 Thread Declan Maher
Solved that problem. Was using eurodate format while administrator using US Date Format. Cheers, Declan -Original Message- From: Declan Maher Sent: 15 April 2004 16:03 To: CF-Talk Subject: RE: scheduled task fails to run I have set up a scheduled task to run on CF5 and though it runs

RE: scheduled task fails to run

2004-04-15 Thread Declan Maher
I have set up a scheduled task to run on CF5 and though it runs fine when I hit 'Go' in the administrator, it does not set off when its supposed to. I first set it daily at 16.00 but has failed to run after a day.  I then tried  Daily every  5 minutes, from 14.00.00 to 18.00.00 but this hasn't run

RE: Scheduled Task question?

2003-12-24 Thread S . Isaac Dealey
I'd be willing to bet that there's no way around having your scheduled tasks show up in the cfadmin ide in MX ... You're probably better off finding a 3rd-party http tool you can use with the Windows task scheduler. Since that won't be managed by the CF engine, it won't show up in the administrator

RE: Scheduled Task question?

2003-12-23 Thread Schuster, Steven
I tried the following: Created the cron job in the cfide. Then I went to the CFusionMX/lib directory and looked at the neo-cron.xml file. Sure enough my entry was there. So I copied the entry in the neo-cron.xml, went back to the cfide and deleted the manual entry I made in the Scheduled T

RE: Scheduled Task Priority

2003-08-01 Thread Dave Watts
> > > Is there a means of selectively killing a CF template that > > > was run via the scheduler? > > > ... > > > > No, I don't think you can do that. I'd recommend that you > > consider rewriting the script in something other than CF. > > ... > > Thanks. I'm not sure that would do much. It woul

RE: Scheduled Task Priority

2003-08-01 Thread Stacy Young
JMS Queue! I've got a bunch of enhancement requests in on this...ability to specify number of threads for one thing... Stace -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 4:05 PM To: CF-Talk Subject: Re: Scheduled Task Priority N

Re: Scheduled Task Priority

2003-08-01 Thread Doug White
my service, my job isn't done! - Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 9:33 PM Subject: Re: Scheduled Task Priority | > > Is there a means of selectively killi

Re: Scheduled Task Priority

2003-08-01 Thread Jim McAtee
> > Is there a means of selectively killing a CF template that > > was run via the scheduler? Without cycling the CF service > > itself, that is? It's got a _very_ long RequestTimeout, yet > > looks like it won't be able to complete in that time. I'm > > surprised it hasn't taken the CF server down

Re: Scheduled Task Priority

2003-08-01 Thread Jim Campbell
w that can make them much easier to >learn. > >M > >-Original Message- >From: Dave Watts [mailto:[EMAIL PROTECTED] >Sent: Friday, August 01, 2003 4:26 PM >To: CF-Talk >Subject: RE: Scheduled Task Priority > > > > >>Is there a means of sel

RE: Scheduled Task Priority

2003-08-01 Thread Haggerty, Mike
Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 4:26 PM To: CF-Talk Subject: RE: Scheduled Task Priority > Is there a means of selectively killing a CF template that > was run via the scheduler? Without cycling the CF service > itself, that is? I

RE: Scheduled Task Priority

2003-08-01 Thread Dave Watts
> Is there a means of selectively killing a CF template that > was run via the scheduler? Without cycling the CF service > itself, that is? It's got a _very_ long RequestTimeout, yet > looks like it won't be able to complete in that time. I'm > surprised it hasn't taken the CF server down, so i

Re: Scheduled Task Priority

2003-08-01 Thread Michael Dinowitz
No. They're just CFHTTP calls to the url in question and work as any other http call to the same location. Personally, I hate the use of CFHTTP to implement scheduling and will have a full writeup on it to go to the MM wish list very soon. An internal call to the template in question is much more e

Re: Scheduled Task Priority

2003-08-01 Thread Michael Dinowitz
No. Of course, there may be something in Java to do this but up till now, the answer as far as I know is no. > Is there a means of selectively killing a CF template that was run via the > scheduler? Without cycling the CF service itself, that is? It's got a _very_ > long RequestTimeout, yet look

Re: Scheduled Task Priority

2003-08-01 Thread Jim McAtee
- Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 1:29 PM Subject: RE: Scheduled Task Priority > > Do tasks run from the cf scheduler (CF5) run at a different > >

RE: Scheduled Task Priority

2003-08-01 Thread Dave Watts
> Do tasks run from the cf scheduler (CF5) run at a different > priority than those called via a browser? I wouldn't think > there would be a difference, since the CF scheduler just > thinks it's making an HTTP request, but... No, they don't run at a different priority. However, they do keep tw

Re: Scheduled task issues

2003-02-26 Thread Taco Fleur
are you sure ALL scheduled tasks are executed without an error or executed at all, i.e. the correct url is called to execute it? - Original Message - From: "Ryan Sabir" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 2:43 PM Subject: Scheduled task

RE: Scheduled task

2002-12-11 Thread Stacy Young
Updater 2 should fix any trouble ur seeing with the scheduler... -Stace -Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 3:35 PM To: CF-Talk Subject: RE: Scheduled task Ok thanks... Yves -Original Message- From: Stacy

RE: Scheduled task

2002-12-11 Thread Yves Arsenault
Ok thanks... Yves -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: December 11, 2002 4:20 PM To: CF-Talk Subject: RE: Scheduled task There's an issue with the scheduler...it's "moody". Can anyone MM folk tell us if it's included on the n

RE: Scheduled task

2002-12-11 Thread Stacy Young
There's an issue with the scheduler...it's "moody". Can anyone MM folk tell us if it's included on the next Updater? The example you gave will translate to 3PM...or at least that's what it should translate to. Stace -Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED]] Sent

RE: scheduled task question

2002-08-19 Thread Scott Van Vliet
DELETE FROM MY_TABLE WHERE DATE_COLUMN <= getDate() -- Scott Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. -Original Message- From: Corey Yiap [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 9:42 AM To: CF-Talk Subject: scheduled ta

Re: scheduled task question

2002-08-19 Thread Michael Dinowitz
Write a template to do the job you want, make sure it can be called successfully from an url and once it's solid, put it into the CF Scheduler. One thing to make sure of is that the template will deal with the date properly. > Hello, > > I have a question regarding scheduled tasks. I have a

RE: scheduled task question

2002-08-19 Thread Tony Weeg
set up a .cfm page that has the cfquery stuff in it that you want to execute, the same stuff that you would have if you were just going to run the page one time, then make the scheduler hit that page, on the schedule you want it toits really that simple. basically: have your page that is so

RE: scheduled task

2002-04-01 Thread Tony_Petruzzi
click on schedule task in the cf administrator and set it up Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org -Original Message- From: Diana Nichols [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 2:39 PM To: CF-Talk Subject: scheduled task I need to schedule a c

RE: Scheduled Task Error on HTTPS Request

2002-01-15 Thread Haggerty, Michael A.
Joshua; I have never been able to get a secure page to run as a scheduled task. What I have done in the past is put duplicate files in a non-secure location accessable only by the CF Server and run them from there. Mike -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]]

Re: Scheduled Task Error on HTTPS Request

2002-01-15 Thread ccook22
I thought I read in the cf documentation that you can not schedule a se cure template. We had to set up a web site in IIS that only had access to it self and schedule the task to run from that web site which was not secure (https). CC

RE: Scheduled Task with NTLM login

2001-05-28 Thread Dave Watts
> Has any one gotten a scheduled task to work when using ntlm > login? I can only execute templates which are outside of a password > protected directory. I am passing the scheduled task my > username/password but it continually fails. Since Allaire started providing their own library for HTTP

RE: Scheduled Task

2000-09-05 Thread Dave Watts
> Does anyone know how to run a "CFM" file, periodically, > without the use of ColdFusion's scheduled task functions? > For example, every 24-hours at a specified time. My web > site is hosted on a shared server and the hosting company > won't allow the use of the CF Administrator's scheduled

RE: Scheduled Task

2000-09-02 Thread Tom Nunamaker
Nate Weiss posted information about doing this in the Allaire forums a long time ago. Here's where the thread is: http://forums.allaire.com/DevConf/Thread.cfm?&&Message_ID=335617&_#Message335617 I've used InstantOn with great success for over 6 months. MUCH more reliable than CF's scheduler,

RE: Scheduled Task

2000-09-01 Thread Ed Toon
I assume there's some way to schedule a task on NT... on a Unix-type machine I'd just add a cron job and use lynx or wget to call a URL. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe