Skip to main content
Participant
December 26, 2006
Question

schedule task n cfmail

  • December 26, 2006
  • 1 reply
  • 340 views
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



quote:


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.





what should i do? please anybody who has the idea...help me
    This topic has been closed for replies.

    1 reply

    Known Participant
    December 27, 2006
    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.