Ask a Question related to Coldfusion Server Administration, Design and Development.
-
sakurasan #1
shcedule task n cfmail
hello there
i like to run the schedule task in cf admin which will send email based on
query selected on scheduled time.
the URL in the cfadmin i write this url
http: // 127.0.0.1/ adminpage / testing.cfm
or should i write this
http: // <ip address>/adminpage/testing.cfm
but there is an error occured when i execute the schedule task
[Q]
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. [/Q]
:confused;:sad;
what should i do? please anybody who has the idea...help me
sakurasan Guest
-
<cfmail></cfmail> in a script
I am wondering if I can put <cfmail> tags and code within a javascript script. will the browser recognize it, and perform the instructions? ... -
cfmail - Attribute validation error for tag CFMAIL.
I'm getting the error ' Attribute validation error for tag CFMAIL.' on the code below. All its doing is outputting a text string to the TO: field. ... -
Cannot End Task w/Task Manager
I had a crash of FrameMaker, and Task Mgr would not end the task. It went through the routine (hour glass followed by offer to send report to... -
DTS task
I create DTS task to copy data from one table from one database to another table in other database every day. But for the data, which was copied... -
block "new task" on task manager
We are limiting access to what a patron in the library can run from our pc's. We used gpedit and taskbar features to hide the run command and to... -
alexeiramone #2
Re: schedule task n cfmail
had these before...
u can use 127.0.0.1, localhost or the machine ip.. i'd rather use 127.0.0.1,
make sure when browsing to 127.0.0.1 it doesnt redirect to something.
does /adminpage have basic security? like, when u're browsing, a user/pass
dialog pops? if so, please put them in cfschedule in appropriate fields..
Please note that CF only works with BASIC authentication. when u secure a
folder with Windows Integrated Authentication, CF can't reach it.
alexeiramone Guest



Reply With Quote

