Re: Scheduled Tasks Not Running

2014-04-03 Thread Byron Mann

I'd also add as a side note, that while you don't have to, you should
always use SSL, when using the basic authentication.

Byron Mann
Lead Engineer & Architect
HostMySite.com

>
> While Ian's post is still applicable and on point, scheduled task URLs
> do not have to be anonymously accessible. They just have to use Basic
> Authentication instead of Integrated Windows Authentication (Kerberos,
> NTLM).
>


~|
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:358304
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Scheduled Tasks Not Running

2014-04-02 Thread Dave Watts

> This post is ancient, but still applicable (CF8).  It's kind of messed up how 
> scheduled tasks have to be accessible
> anonymously.

While Ian's post is still applicable and on point, scheduled task URLs
do not have to be anonymously accessible. They just have to use Basic
Authentication instead of Integrated Windows Authentication (Kerberos,
NTLM).

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
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:358286
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Scheduled Tasks Not Running

2014-04-02 Thread Fred Ubercake

> 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 to "basic" instead of "integrated windows"?  Remember 
> that you can specific the security of resources down to the file in 
> the IIS manager.
> 
> The "browser" that cold fusion used to access pages for the scheduled 
> task and CFHTTP function does not have the capability to connect to 
> resources with the Microsoft proprietary "integrated windows" security 
> model.  It can only use the "basic" model.
> 
> --
> 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 use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message. 
> 
> 
This post is ancient, but still applicable (CF8).  It's kind of messed up how 
scheduled tasks have to be accessible anonymously.

Thanks for this post! 

~|
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:358285
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Scheduled Tasks Not Running

2006-09-19 Thread Stephen Kingston
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" checked? (ive even set that to use my 
administrators account, with password -- with no luck)

Uncheck "Integrated Windows authentication"
Check "basic authentication"

No luck, I get a "CONNECTION FAILURE" in the log file I create when task runs.

Help!





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

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253546
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Scheduled Tasks Not Running

2005-11-23 Thread Tim Claremont
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 
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:225121
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: Scheduled Tasks Not Running

2005-11-23 Thread Ian Skinner
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 to "basic" instead of "integrated windows"?  Remember that you can specific 
the security of resources down to the file in the IIS manager.

The "browser" that cold fusion used to access pages for the scheduled task and 
CFHTTP function does not have the capability to connect to resources with the 
Microsoft proprietary "integrated windows" security model.  It can only use the 
"basic" model.

--
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 use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
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:225111
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Scheduled Tasks Not Running

2005-11-23 Thread Tim Claremont
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 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.


Doing some googling, I found people with a similar problem who solved it by 
uninstalling Enhanced Internet Explorer Security. Unfortunately, when I go to 
"Add Windows Components", Enhanced Internet Explorer Security is not installed 
(although it available to install).

Does this shed any additional light toward a solution?

~|
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:225106
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: Scheduled Tasks Not Running

2005-11-23 Thread Snake
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 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
every freakin time. I just grab their username from the cgi variable and
compare their username to a permissions table.

For some reason completely lost on me, things like the report builder do not
support integrated authentication, thus I cannot use RDS with the report
builder.

Are the sheduled tasks failing because of the same reason? Why don't the
username and password fields in the scheduled tasks satisfy the password
requirements? Is there a way to get a more useful message than "Connection
Failed"? The logs show nothing other than the fact that the task was
executed. The output files merely say "Connection Failed".

If I run the page in question from any web browser at my disposal (including
the server itself) the page executes and runs just fine. Why can't I set the
scheduled task as http:\\mywebsite\console\makestaffroster.cfm and be done
with it???



~|
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:225100
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: Scheduled Tasks Not Running

2005-11-23 Thread Tim Claremont
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 website needs to have integrated authentication enabled 
because it is part of my security model.

Is there a directory other than the CFIDE directory that I need to change 
permissions on in order for a scheduled task to run as desired?

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225088
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: Scheduled Tasks Not Running

2005-11-23 Thread Robertson-Ravo, Neil (RX)
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
every freakin time. I just grab their username from the cgi variable and
compare their username to a permissions table.

For some reason completely lost on me, things like the report builder do not
support integrated authentication, thus I cannot use RDS with the report
builder.

Are the sheduled tasks failing because of the same reason? Why don't the
username and password fields in the scheduled tasks satisfy the password
requirements? Is there a way to get a more useful message than "Connection
Failed"? The logs show nothing other than the fact that the task was
executed. The output files merely say "Connection Failed".

If I run the page in question from any web browser at my disposal (including
the server itself) the page executes and runs just fine. Why can't I set the
scheduled task as http:\\mywebsite\console\makestaffroster.cfm and be done
with it???



~|
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:225085
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: Scheduled Tasks Not Running

2005-11-23 Thread Tim Claremont
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 every freakin 
time. I just grab their username from the cgi variable and compare their 
username to a permissions table.

For some reason completely lost on me, things like the report builder do not 
support integrated authentication, thus I cannot use RDS with the report 
builder.

Are the sheduled tasks failing because of the same reason? Why don't the 
username and password fields in the scheduled tasks satisfy the password 
requirements? Is there a way to get a more useful message than "Connection 
Failed"? The logs show nothing other than the fact that the task was executed. 
The output files merely say "Connection Failed".

If I run the page in question from any web browser at my disposal (including 
the server itself) the page executes and runs just fine. Why can't I set the 
scheduled task as http:\\mywebsite\console\makestaffroster.cfm and be done with 
it???

~|
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:225084
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scheduled Tasks Not Running

2005-11-22 Thread Snake
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 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 permissions to access the resources of the scheduled task.

This is off a very vague memory, so take it with a very large grain of salt
and watch your blood pressure from sodium intake.

--
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 use of the intended
recipient(s) and may contain confidential and privileged information. Any
unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient, please contact the sender and delete any
copies of this message. 






~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225036
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scheduled Tasks Not Running

2005-11-22 Thread Ian Skinner
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 permissions to access 
the resources of the scheduled task.

This is off a very vague memory, so take it with a very large grain of salt and 
watch your blood pressure from sodium intake.

--
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 use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225005
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Scheduled Tasks Not Running

2005-11-22 Thread Tim Claremont
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 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:225004
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: Scheduled Tasks Not Running

2005-11-22 Thread Ian Skinner
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 use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225003
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scheduled Tasks Not Running

2005-11-22 Thread Claremont, Timothy
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 file, I get a text
file that says nothing more than "Connection Failure".

I have tried everything imaginable regarding the username and password
for the task. It makes no difference.

When I navigate to the CFM page in question, and open it in my browser
(either on the server itself or from a client machine), the page
operates correctly and generates an email just like it should. I just
can't make it run as a scheduled event.

If I had to guess, I would surmise that it has something to do with the
fact that Integrated Authentication is enabled on most of the website,
including the page being called. The CFIDE directory (where the
scheduled tasks are running from), however, has Integrated
Authentication intentionally turned OFF. The CFIDE directory has to have
Integrated Authentication turned off in order for the Report Builders
RDS connectivity to work.

What is my next step in troubleshooting the problem? 

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it from 
your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**


~|
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:225002
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scheduled Tasks Not Running

2005-11-18 Thread Ian Skinner
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 
directory where the tasks are located and verified that those accounts have 
read, write and execute permissions for the files in that directory.

If I bring up the cfm page in my browser the page runs fine and generates the 
response I want (an email in these cases).

Note that there are a total of about 8 tasks, and NONE of them run.


Could there be some need for the ColdFusion service itself to have some level 
of permission?  Have you tried giving the service to run as something other 
then localSystem which would have appropriate permission.

Just a stab in the dark so HTH.


--
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 use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
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:224693
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: Scheduled Tasks Not Running

2005-11-18 Thread Tim Claremont
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 
directory where the tasks are located and verified that those accounts have 
read, write and execute permissions for the files in that directory.

If I bring up the cfm page in my browser the page runs fine and generates the 
response I want (an email in these cases).

Note that there are a total of about 8 tasks, and NONE of them run.

~|
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:224679
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: Scheduled Tasks Not Running

2005-11-18 Thread Tim Do
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 restarted the service as suggested to ensure that the
account was correct.

Same result.


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



~|
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:224672
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: Scheduled Tasks Not Running

2005-11-18 Thread Tim Claremont
Yup. I just confirmed it again just now, and it is the same username and 
password. I restarted the service as suggested to ensure that the account was 
correct.

Same result.


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

~|
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:224661
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: Scheduled Tasks Not Running

2005-11-18 Thread Ken Ketsdever
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 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 missing here...



~|
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:224659
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: Scheduled Tasks Not Running

2005-11-18 Thread Tim Claremont
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 missing here...

~|
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:224657
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Scheduled Tasks Not Running

2005-11-18 Thread Ken Ketsdever
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 task was running but
outputting a 403 error because of a permissions issue.  

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
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:224653
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Scheduled Tasks Not Running

2005-11-18 Thread Claremont, Timothy
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 Administrator it claims the page was run. But it does not.

I have checked the provided username and password, and it is correct. I
see no reason why the scheduled tasks would stop working.

I have seen this question before, and the provided answer was to turn
off authentication for the task template.

Well, since that is not an option, what is the correct way to get these
scheduled tasks to run again? What caused the process to stop working in
7.0?

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it from 
your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**


~|
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:224649
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54