Is it possible to run a scheduled task for a PATH not a url?
I.e. if i want to schedules something sensitive what's the best way to do this?
Thanks in advance.
- Brian
~|
Create robust enterprise, web RIAs.
Upgrade & integrate
Sweetthanks for the info Alan!
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
Yeah,
This is a known issue with packaging and deployment.
After you deploy to the new server the scheduled tasks are only stored in
RAM. To lock them in you must open each one up in the CFAdmin and hit "Save"
or they will be lost on reboot.
--
Alan Rother
Adobe Certified Advanced
Hey All,
One of our clients recently fired up some new servers and they got all the
settings (and scheduled tasks) on the new boxes using the packaging and
deployment options (archived the settings etc and then deployed them on the new
boxes).
The one oddity is that the scheduled tasks keep
Hello, having the same problem, and have changed the FILE security in IIS and
still no luck... can you confirm what you did?
I have:
right click on 'test.cfm'in IIS, choose Properties
click FILE SECURITY tab
click Authentication and access Control "EDIT" button
??Leave enable anonymous access"
Undocumented, but try this ;-)
--- Ben
-Original Message-
From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 09, 2006 2:38 PM
To: CF-Talk
Subject: Scheduled tasks
Is there a way to programmatically get data from currently defined scheduled
tasks
ednesday, August 09, 2006 3:42 PM
To: CF-Talk
Subject: Re: Scheduled tasks
I could not get the linke to load and was curious what exactly it
covered?
Often had the needs here to be able to view what all tasks are and more
so to be
ammatically get data from currently defined
> scheduled tasks without parsing the neo-cron.xml file?
>
> Nevermind. I found an answer.
>
> http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=935
>
>
~|
In
> Is there a way to programmatically get data from currently defined
scheduled tasks without parsing the neo-cron.xml file?
Nevermind. I found an answer.
http://www.bpurcell.org/blog/index.cfm?mode=entry&en
Is there a way to programmatically get data from currently defined
scheduled tasks without parsing the neo-cron.xml file?
~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion
>> it appears i can't use 443 in both apache and coldfusion.
>
>No.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Software provides the highest caliber vendor-authorized
>instruction at our training centers in Washington DC, Atlanta,
>Chicago, Baltimore, Northern Virgin
On 7/17/06, Steve Dworman <[EMAIL PROTECTED]> wrote:
>
> > >i've always used teh keystore in a path similar too
> > >C:\JRun4\jre\lib\security\cacerts
> > >for newer updated versions of CF and
> > >C:\JRun4\runtime\jre\lib\security\cacerts for others
> > >at least I think its that way. Look in you
> it appears i can't use 443 in both apache and coldfusion.
No.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-
> >i've always used teh keystore in a path similar too
> >C:\JRun4\jre\lib\security\cacerts
> >for newer updated versions of CF and
> >C:\JRun4\runtime\jre\lib\security\cacerts for others
> >at least I think its that way. Look in your JVM config file for the
> >jre location to make sure
> >
> >DK
> >i've always used teh keystore in a path similar too
> >C:\JRun4\jre\lib\security\cacerts
> >for newer updated versions of CF and
> >C:\JRun4\runtime\jre\lib\security\cacerts for others
> >at least I think its that way. Look in your JVM config file for the
> >jre location to make sure
> >
> >DK
>i've always used teh keystore in a path similar too
>C:\JRun4\jre\lib\security\cacerts
>for newer updated versions of CF and
>C:\JRun4\runtime\jre\lib\security\cacerts for others
>at least I think its that way. Look in your JVM config file for the
>jre location to make sure
>
>DK
>
>On 7/13/06, S
>i've always used teh keystore in a path similar too
>C:\JRun4\jre\lib\security\cacerts
>for newer updated versions of CF and
>C:\JRun4\runtime\jre\lib\security\cacerts for others
>at least I think its that way. Look in your JVM config file for the
>jre location to make sure
>
>DK
>
>On 7/13/06, S
i've always used teh keystore in a path similar too
C:\JRun4\jre\lib\security\cacerts
for newer updated versions of CF and
C:\JRun4\runtime\jre\lib\security\cacerts for others
at least I think its that way. Look in your JVM config file for the
jre location to make sure
DK
On 7/13/06, Steve Dworm
>> i searched the entire disk and could not find keystore. how
>> is the command 'keytool -import -keystore caecerts -alias
>> somename -file somefile.cer' working?
>
>I don't think the file is literally named "keystore". In your case, I think
>it would be named "caecerts", since that's the valu
>> i searched the entire disk and could not find keystore. how
>> is the command 'keytool -import -keystore caecerts -alias
>> somename -file somefile.cer' working?
>
>I don't think the file is literally named "keystore". In your case, I think
>it would be named "caecerts", since that's the valu
> i searched the entire disk and could not find keystore. how
> is the command 'keytool -import -keystore caecerts -alias
> somename -file somefile.cer' working?
I don't think the file is literally named "keystore". In your case, I think
it would be named "caecerts", since that's the value you
> interesting. when i do a which java it points to
> /usr/bin/java. i did a which keystore and it found nothing.
> in cf i am using the included jvm.
That's the version of Java in your path. CF isn't using that, but if you run
keytool from the shell, and you're not running the right keytool, y
> >> i have apache configured for ssl and i though cf was setup as
> >> well. what's odd is i can add certs to the keystore but i
> >> can't find the keystore. is there a default location?
> >
> >Can you search the JRun or CFusionMX directories to find your
> keystore? Are
> >you using the JVM
>> i have apache configured for ssl and i though cf was setup as
>> well. what's odd is i can add certs to the keystore but i
>> can't find the keystore. is there a default location?
>
>Can you search the JRun or CFusionMX directories to find your keystore? Are
>you using the JVM that came with
> i have apache configured for ssl and i though cf was setup as
> well. what's odd is i can add certs to the keystore but i
> can't find the keystore. is there a default location?
Can you search the JRun or CFusionMX directories to find your keystore? Are
you using the JVM that came with CF or
>> i did add the cert to the keystore. the only issue i found
>> with the ssl service in jrun.xml was with the keystore entry.
>> it points to jrun_root/lib/keystore but that doesn't exist
>> on my box. any ideas?
>
>Are you using the JRun Web Server to serve SSL? Where is your keystore?
>
>>
> i did add the cert to the keystore. the only issue i found
> with the ssl service in jrun.xml was with the keystore entry.
> it points to jrun_root/lib/keystore but that doesn't exist
> on my box. any ideas?
Are you using the JRun Web Server to serve SSL? Where is your keystore?
> the url
>> I've read all sorts of documentation on how to implement ssl.
>> I can run ssl through the browser and even with cfhttp.
>> however, when i try to run a scheduled task with ssl it
>> fails. how do i fix it?
>
>You probably need to add the SSL certificate to the Java keystore, so that
>the
> I've read all sorts of documentation on how to implement ssl.
> I can run ssl through the browser and even with cfhttp.
> however, when i try to run a scheduled task with ssl it
> fails. how do i fix it?
You probably need to add the SSL certificate to the Java keystore, so that
the Java HT
> I've read all sorts of documentation on how to implement ssl. I can
> run ssl through the browser and even with cfhttp. however, when i try
> to run a scheduled task with ssl it fails. how do i fix
it?
we are running cfmx 7.0.2, oracle 9i, solaris 9, and apache2 on a sun netra
v440.
I've read all sorts of documentation on how to implement ssl. I can run ssl
through the browser and even with cfhttp. however, when i try to run a
scheduled task with ssl it fails. how do i fix it?
~|
Introducing the Fusion A
>>> On Mon, May 8, 2006 at 6:21 PM, in message
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> I've suggested that they combine the dailies, weeklies, monthlies and
> yearlies into four separate scheduled tasks. They don't like that idea.
Do it for them :-)
Yo
3rd post, new subject line, haven't seen the first two come through . .
..
We have a request from someone who shares our server to create _80_
scheduled tasks for a reporting application. Each scheduled task would
create a single report and save it as an htm file so it doesn't have to
Try setting it to a date in the past. That should work.
-Stace
-Original Message-
From: Ken [mailto:[EMAIL PROTECTED]
Sent: Monday, April 24, 2006 9:23 AM
To: CF-Talk
Subject: Disabling Scheduled tasks
Hi. I want to use to CFSchedule to disable/suspend a given scheduled
task.
The only
Hi. I want to use to CFSchedule to disable/suspend a given scheduled task.
The only options it allows me are delete and update.
I tried updating it to a far date, like starttime=04/24/2020 and
EndTime=04/24/2020. But it just doesn't see it. It just keep running.
If I do the same manually through
Ben,
That makes sense, except for the fact that as far as I can find, there
is no programatic way to get a list of the current scheduled tasks.
Hence why I was looking to the admin api for that feature.
Do you know a way using cfschedule or any other programatic way to get
at the current
Guill [mailto:[EMAIL PROTECTED]
Sent: Monday, December 05, 2005 11:05 AM
To: CF-Talk
Subject: Scheduled Tasks
Hey guys,
In cfmx 7, is there any way, using the Admin API to work with the scheduled
tasks? I know I can use to run, delete and update (update and
create) scheduled tasks, but I dont
to:[EMAIL PROTECTED]
> Sent: 05 December 2005 16:05
> To: CF-Talk
> Subject: Scheduled Tasks
>
> Hey guys,
>
> In cfmx 7, is there any way, using the Admin API to work with the
> scheduled tasks? I know I can use to run, delete and
> update (update and create) schedule
I believe they are held in an XML file...something like neo-chron.xml (not
sure on that) - you could no doubt dump that out directly.
-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED]
Sent: 05 December 2005 16:05
To: CF-Talk
Subject: Scheduled Tasks
Hey guys,
In cfmx 7
Hey guys,
In cfmx 7, is there any way, using the Admin API to work with the
scheduled tasks? I know I can use to run, delete and
update (update and create) scheduled tasks, but I dont see a way to
get a list of the scheduled tasks.
I dont see anything in the livedocs about working with
That did it!!!
I changed the permission on the FILE itself, not the directory, and the task is
now running as desired.
Thanks SO MUCH for the lead.
~|
Logware (www.logware.us): a new and convenient web-based time tracking
app
You do not have permission to view this directory or page using the credentials
that you supplied because your web browser is sending a www=authenticate header
field that the web server is not configured to accept.
Have you tried changing the security on the file the scheduled task needs to
run
Neil, I have tried all iterations, and more that likely changed the slashes
accidentally, so in an attempt to troubleshoot this is an orderly fashion I
used both directions of slashes. using this '\' gives me a connection failure,
and using '/' gives me the following:
You do not have permissio
Why is the cfide password protected?
-Original Message-
From: Tim Claremont [mailto:[EMAIL PROTECTED]
Sent: 23 November 2005 15:16
To: CF-Talk
Subject: Re: Scheduled Tasks Not Running
Everything I have tried gives me a connection failure. This is completely
absurd.
The problem seems
In rereading this I gave the wrong impression.
When I use integrated authentication on the CFIDE directory the report builder
DOES NOT CONNECT to the RDS Server.
When I REMOVE integrated authentication from the CFIDE directory I can then use
the report builder as designed.
The remainder of the
Well this is not a valid web address
http:\\mywebsite\console\makestaffroster.cfm
try
http://mywebsite/console/makestaffroster.cfm
-Original Message-
From: Tim Claremont [mailto:[EMAIL PROTECTED]
Sent: 23 November 2005 15:16
To: CF-Talk
Subject: Re: Scheduled Tasks Not Running
Everything I have tried gives me a connection failure. This is completely
absurd.
The problem seems deeper than merely a scheduled tasks problem.
The CFIDE directory is using integrated authentication. This industry standard
allows me set up the website so that people do not have to log in
How did you setup the scheduled tasks. If u used cfschedule, then try
setting them up via the cfadmin instead and see if they work.
-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: 22 November 2005 19:41
To: CF-Talk
Subject: RE: Scheduled Tasks Not Running
Not sure
Not sure how this would affect a move to MX7, but IIRC the username and
password provided in a scheduled task can only work with basic authentication,
not integrated. To use integrated the ColdFusion service would need to be run
as a user that can be a service and have the appropriate permissio
CFMX 7.01 Standalone, registered version.
Windows Server 2k3
IIS
~|
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 wit
Which type of CFMX7? Stand alone, Enterprise, Multi-instance?
--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
"C code. C code run. Run code run. Please!"
- Cynthia Dunning
Confidentiality Notice: This message including any
attachments is for the sole u
Here is a bit more information on my Scheduled Tasks Not Running
conundrum...
I have a series of scheduled tasks that are set to run at various times
of the day.
Since the migration to version 7, these tasks have stopped running. All
of them.
When I check the box that outputs the results to a
Definately not timing out, since the output text file claiming access is denied
gets generated immediately after trying to run the task.
I have tried the usernames and passwords of all of my accounts, and confirmed
that the accounts are valid in the server administrator. I have gone to the
dire
Definately not timing out, since the output text file claiming access is denied
gets generated immediately after trying to run the task.
I have tried the usernames and passwords of all of my accounts, and confirmed
that the accounts are valid in the server administrator. I have gone to the
dire
Could it be that it's timing out?
-Original Message-
From: Tim Claremont [mailto:[EMAIL PROTECTED]
Sent: Friday, November 18, 2005 9:52 AM
To: CF-Talk
Subject: Re: Scheduled Tasks Not Running
Yup. I just confirmed it again just now, and it is the same username and
password. I rest
nd pwd?
>
>-Original Message-
>From: Tim Claremont [mailto:[EMAIL PROTECTED]
>Sent: Friday, November 18, 2005 9:22 AM
>To: CF-Talk
>Subject: Re: Scheduled Tasks Not Running
>
>I tried that. Using my own admin username and password it still throws a
>"You are not authorized
Did you give the under admin tools: services: macromedia cfmx as Your
site service your username and pwd?
-Original Message-
From: Tim Claremont [mailto:[EMAIL PROTECTED]
Sent: Friday, November 18, 2005 9:22 AM
To: CF-Talk
Subject: Re: Scheduled Tasks Not Running
I tried that. Using my
I tried that. Using my own admin username and password it still throws a "You
are not authorized to view this page" error, even though this is obvioulsy not
the case. I have tried it with and without provided usernames and passwords,
prefixing with the domain name, etc.
There must be something
We had a similar problem here. It appeared as the task was being run,
we even got a little message that said something like "task successfully
run" when we ran it manually.
Check the Publish box for "Save output to a file". We discovered that
the CF user didn't have proper permissions. The tas
Since my update to 7.0, my scheduled tasks have not been running. I can
run them manually by going to the template and running that page, and
the task scheduler does not complain of any errors when I check the
status in the CF Administrator. The error logs show nothing. When I test
in
How do you get the messages, whether Scheduled Tasks were run
successfully or not, via e-mail?
If successful, "name and time of Scheduled Tasks"
If failed, "name and time of Scheduled Tasks" and "failed m
All,
Our creaking CF5 server suddenly started behaving badly with respect to
scheduled tasks. One of the tasks was something set to run every 4 hours
(240 minutes). With no reason, this task started running every 30 seconds or
so. I modified the task, and now all of the other tasks are doing the
> The way our system runs is that once a day it sets up the tasks for
> the whole day. Puts that somewhere in memory, but where? how could I
> clear all the scheduled tasks for the day from CF's
memory?
Hi. Couldn't you just have another process you run that deletes all t
In the cfadministrator as a scheduled task...
>How are you scheduling this task ?
>
>>john
~|
Logware (www.logware.us): a new and convenient web-based time tracking
application. Start tracking and documenting hours spent on a p
The way our system runs is that once a day it sets up the tasks for the whole
day. Puts that somewhere in memory, but where? how could I clear all the
scheduled tasks for the day from CF's memory?
~|
Logware (www.logware.u
Out of CuriosityWhat would happen if you had it scheduled to run everday and
every 3 hours between 9:40 and 18:40?
>Here's an odd one that I can't get my head round. - cfmx61
>
>I've got a scheduled task to run at 9:40 every day and then repeat
>every three hours until 19:40.
>
>At 9:40 the task
How are you scheduling this task ?
>Here's an odd one that I can't get my head round. - cfmx61
>
>I've got a scheduled task to run at 9:40 every day and then repeat
>every three hours until 19:40.
>
>At 9:40 the task runs but then in the scheduler log file it
>reschedules itself for 10:40. At 10:
Here's an odd one that I can't get my head round. - cfmx61
I've got a scheduled task to run at 9:40 every day and then repeat
every three hours until 19:40.
At 9:40 the task runs but then in the scheduler log file it
reschedules itself for 10:40. At 10:40 it runs and then reschedules
itself to ru
If the problem is in executing a task under another account, use this:
http://www.cftagstore.com/tags/cfxexec.cfm
This is a replacement for CFEXECUTE that allows account switching.
~|
Logware (www.logware.us): a new and convenie
Is there a way to execute a windows scheduled task through CF? I know I
could just cfexecute the file directly, but the scheduled task is already
set to run as another user, and I'd like that preserved.
Russ
~|
Logware (w
We are having trouble changing the details of a scheduled task in CF7
administrator.
We have some existing scheduled tasks that were migrated from CF6.1 and are
working, but when we have tried to set up a new one or amend the details of
an existing one, or even just submit on an existing one
> We have a number of scheduled tasks that need to be copied
> over to our new server. Is there a fast way of doing this?
> Are they stored in a particular directory or xml file that we
> may simply copy over, or is this going to be a manual job?
You can create a CAR file, as Qas
On 5/13/05, Protoculture <[EMAIL PROTECTED]> wrote:
> We have a number of scheduled tasks that need to be copied over to our new
> server. Is there a fast way of doing this? Are they stored in a particular
> directory or xml file that we may simply copy over, or is this going to
Have you tried using a ColdFusion Archive (CAR) via CF Administrator?
On 5/13/05, Protoculture <[EMAIL PROTECTED]> wrote:
> We have a number of scheduled tasks that need to be copied over to our new
> server. Is there a fast way of doing this? Are they stored in a particular
> d
I'm not sure if you can move thembut what I've done is programtically
setup my scheduled tasks (cfschedule). Then all ya gotta do is run that CFM
file(s) on the appropriate server and voila! your scheduled tasks are
"moved" ;-)
HTH
Cheers
Bryan Stevenson B.Comm
We have a number of scheduled tasks that need to be copied over to our new
server. Is there a fast way of doing this? Are they stored in a particular
directory or xml file that we may simply copy over, or is this going to be a
manual job
We run some tasks every 5 minutes and have not had any problems.
Lorne
-Original Message-
From: Daniel Kang [mailto:[EMAIL PROTECTED]
Sent: May 10, 2005 06:33
To: CF-Talk
Subject: Interval for Scheduled Tasks and in CFMX
I want to put a scheduled task in either the Scheduled Tasks
I want to put a scheduled task in either the Scheduled Tasks page in
the CF Administrator or the tag. I like to make the
transactions as real-time as possible, but at the same time I do not
want to bog down the system with a very short interval. What is the
shortest interval that we can put
I have some scheduled tasks on the Admin but theses tasks aren't executed in
the expected time..
all tasks scheduled for day execution interval runs fine
but the hours interval fails.
Any ideas?...
David.
~|
Fin
(Posted several times elsewhere, but it's worth saying here as well...)
Be sure you're on the CFMX 6.1 + Updater available on the MM web site. There
are critical issues fixed that you need (including security fixes).
~|
Special
D'oh, I figured it out. It was a typo in the url that the browser
fixed for me when I pasted it into the address bar. Ugh
Thanks
On Thu, 18 Nov 2004 13:17:27 -0500, George Abraham
<[EMAIL PROTECTED]> wrote:
> Could be authentications issues if the pages are behind an application
> security wall.
Could be authentications issues if the pages are behind an application
security wall.
George
On Thu, 18 Nov 2004 12:01:19 -0600, Phill B <[EMAIL PROTECTED]> wrote:
> I have 3 task that are set up in CFMX. They worked last week but now
> they give errors when I run them in the CF admin. If I copy
I have 3 task that are set up in CFMX. They worked last week but now
they give errors when I run them in the CF admin. If I copy and paste
the page url into a browser, it works fine.
The log files show the pages as running with out error.
Any ideas?
--
Phillip B.
So this is the second time this has happened this year, because its
the second time change we have had.
CFMX 6.1 on Win2003 server. When the time change happens, one of my
scheduled tasks stops running. It is a daily task, that runs every 4
hours between 7:30 am and 11:59pm. Before the time
> Anyone know of any problems with ColdFusion MX Scheduled
> Tasks which call a page via SSL? We have a job which is
> simply refusing to run?
I'm not 100% sure about the details, but I suspect you may have problems
with CFHTTP and SSL. I'd google for "CFHTTP SSL CFM
Anyone know of any problems with ColdFusion MX Scheduled Tasks which call a
page via SSL? We have a job which is simply refusing to run?
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in
> Small Glitch.. Found the registry keys OK in 6.1, but the are
> missing in MX 6.0 which is what our production server has on
> it... I need to get those tasks on 6.0 so I can move them to
> the test servers, make sure everything is running right and
> then upgrade production to 6.1.
Neither
> Now for the Million Dollar Question
>
> Can Export from CF5 to MX?
You should be able to do this with Archive & Restore.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
Ok Cool!
Now for the Million Dollar Question
Can Export from CF5 to MX?
Rick
-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 7:57 AM
To: CF-Talk
Subject: RE: Importing Scheduled Tasks
You can use archive & deploy if
Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 10:57 AM
To: CF-Talk
Subject: RE: Importing Scheduled Tasks
You can use archive & deploy if it's available. Otherwise the settings
are in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\C
6:56
> To: CF-Talk
> Subject: RE: Importing Scheduled Tasks
>
> What about CF5?
>
> Rick
>
> -Original Message-
> From: Dan Phillips [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 19, 2004 7:11 AM
> To: CF-Talk
> Subject: RE: Importing Scheduled T
-Talk
Subject: RE: Importing Scheduled Tasks
What about CF5?
Rick
-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 7:11 AM
To: CF-Talk
Subject: RE: Importing Scheduled Tasks
Are you using CF5 or MX?
-Original Message-
From: Jeff Waris
What about CF5?
Rick
-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 7:11 AM
To: CF-Talk
Subject: RE: Importing Scheduled Tasks
Are you using CF5 or MX?
-Original Message-
From: Jeff Waris [mailto:[EMAIL PROTECTED]
Sent
> I have about a dozen tasks on our production server that I
> would like to migrate over to our backup servers, any way to
> do this without manually entering in each one on each backup
> server?
You should be able to do this with the Archive & Restore functionality
within the CF Administrator
> I believe the task settings are stored in C:\CFusionMX\lib in
> an XML file. Sorry, I can't remember which one. If you browse
> them you should be able to see the settings.
Scheduled tasks are in neo-cron.xml, I think.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
I'll look.. Thanks!
-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 10:28 AM
To: CF-Talk
Subject: RE: Importing Scheduled Tasks
I believe the task settings are stored in C:\CFusionMX\lib in an XML
file. Sorry, I can't remember whi
bject: RE: Importing Scheduled Tasks
I am using MX
-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 10:11 AM
To: CF-Talk
Subject: RE: Importing Scheduled Tasks
Are you using CF5 or MX?
_
[Todays Threads]
[This Message]
[Subscri
I am using MX
-Original Message-
From: Dan Phillips [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 10:11 AM
To: CF-Talk
Subject: RE: Importing Scheduled Tasks
Are you using CF5 or MX?
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Are you using CF5 or MX?
-Original Message-
From: Jeff Waris [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 9:50 AM
To: CF-Talk
Subject: Importing Scheduled Tasks
I have about a dozen tasks on our production server that I would like to
migrate over to our backup servers, any way
I have about a dozen tasks on our production server that I would like to
migrate over to our backup servers, any way to do this without manually
entering in each one on each backup server?
Jeff W.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
201 - 300 of 391 matches
Mail list logo