Ask a Question related to Coldfusion Server Administration, Design and Development.
-
MirceaGoia #1
Scheduled task doesn't run...
Hi,
I've setup a daily scheduled task in CF server admin (an intranet page which
does all kind of updates to a table in SQL Server).
But it seems it doesn't run! I setup the timeout like 600 seconds and I know
it doesn't take that long (maybe 60-80 seconds max).
When I try to run it from CF server (Run task) I get this:
----------------
There was an error running your scheduled task. Reasons for which scheduled
tasks might fail include:
The URL is a redirection URL.
The URL is protected by IIS NT Challenge/Response or Apache .htaccess
password. The Username and Password text fields for editing a scheduled task
are intended to support Basic Authentication only.
The Domain Name lookup failed. Try using the IP address of the domain whenever
possible.
The URL is an SSL site, but the SSL port was specified incorrectly.
The Web site is not responding.
The directory specified for published results does not exist.
----------------
The thing is that there are several other scheduled task set up by my
colleagues (pages which calls stored procedures from SQL server) and when I try
to run them manually (Run task) I get the same error...but the pages seems to
work fine because the updating are done.
So it is confusing to me...why their works (althought they get the same error
when ran manually) and mine doesn't work...
I've tried with a simple page like sending an email...and it works (even when
ran manually).
ColdFusion runs on IIS and SQL server is the database.
Can somebody give me a hint? (besides putting all in a stored procedure)
Thanks.
MirceaGoia Guest
-
Scheduled Task
:confused; I just setup a scheduled task that will send out emails if certain conditions are met in the query within the template page. When I... -
Scheduled Task and Security
I have a few scheduled tasks that run at night to process workflow and document imports. The problem is that I have an application page that... -
how scheduled a task in mx7
Hi all, I want set up scheduled task through windows scheduled task. do you know which application file (exe) should I include. before I used... -
Scheduled task password
We are running MX editing scheduled tasks. It appears we can put anything in the password and it says task ran successfully. It appears that tasks... -
Scheduled Task on DC Win2003
Hello, When I schedule a task on Domain Controller Windows 2003 for backup Active directory for example, the task do execute only once... -
MirceaGoia #2
Re: Scheduled task doesn't run...
Ok, i found out the problem. My page had a client variable (which it why i got an error). I took it out and now runs fine.
Thanks.
MirceaGoia Guest



Reply With Quote

