shcedule task n cfmail

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. <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? ...
    2. 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. ...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139