Skip to main content
Inspiring
July 13, 2006
Question

scheduled tasks

  • July 13, 2006
  • 4 replies
  • 559 views
Just upgraded from 6.1 to 7.0.2. Also changed from W2K to W2K3. I have two
scheduled tasks for my Verity collections. I ran the CFMs to create the
scheduled tasks. The administrator shows them under Scheduled Tasks.

Here is the CFschedule tag
<cfschedule task="cfindexRefresh"
action="update" startdate="7/1/06"
starttime="9:30 PM"
interval="weekly"
operation="HTTPRequest"
url=" http://MySite/verity/cfindexRefresh.cfm"
publish="yes"
path="d:\cFusionMx\logs\"
file="cfindexRefresh.log">

The log files were NOT created. So it appears that the weekly tasks did not
run. What step did I miss?

The cfindexrefresh.cfm file exists in the correct folder.

-brian


    This topic has been closed for replies.

    4 replies

    January 19, 2007
    I am having a similar issue. I run CFSCHEUDLE, no errors on running the code, but it does not seem to update the Server Scheduler. I had our admin check the logs and get the following message

    #Software: Microsoft Internet Information Services 6.0
    #Version: 1.0
    #Date: 2007-01-17 16:12:26
    #Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
    2007-01-17 16:12:26 W3SVC180 EDCWWNAD029 172.18.150.65 GET /oiws/index.cfm Page=Terry1 80 - 10.6.152.158 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1) JSESSIONID=98306e4aa91d4b26786a - 401 2 2148074254 15

    Now before I get jumped on for not having permissions, I do.

    Even when the admin goes into the Server Admin Panel and manually adds the task, it does not run. He clicked the "Run Task" button and gets the "Task has ran sucessfully" but the action does not take place.

    Below is the tag

    <cfschedule
    action="update"
    interval="Once"
    operation="HTTPRequest"
    startdate="01/19/2007"
    starttime="02:14 PM"
    Task="EmailUpdate1"
    url=" http://operations-unit.bcbsfl.com/oiws/index.cfm?page=SOurceEmail">

    Any help would be appreciated.

    TerrySp
    Inspiring
    August 29, 2006
    I did not have to in CF6. I did not see anything in the CF7 documention.
    Did you?

    -brian

    "zbob99" <webforumsuser@macromedia.com> wrote in message
    news:ecvr5t$i8q$1@forums.macromedia.com...
    >I think you need to create the task in the administrator first.
    >


    Participating Frequently
    August 28, 2006
    Check the sheduler log to see if it ran and check the application log for errors.
    Inspiring
    August 28, 2006
    Still need help with scheduled tasks!

    -brian

    "Brian Hogue" <bhogue@npcc.org> wrote in message
    news:e95or3$fus$1@forums.macromedia.com...
    > Just upgraded from 6.1 to 7.0.2. Also changed from W2K to W2K3. I have two
    > scheduled tasks for my Verity collections. I ran the CFMs to create the
    > scheduled tasks. The administrator shows them under Scheduled Tasks.
    >
    > Here is the CFschedule tag
    > <cfschedule task="cfindexRefresh"
    > action="update" startdate="7/1/06"
    > starttime="9:30 PM"
    > interval="weekly"
    > operation="HTTPRequest"
    > url=" http://MySite/verity/cfindexRefresh.cfm"
    > publish="yes"
    > path="d:\cFusionMx\logs\"
    > file="cfindexRefresh.log">
    >
    > The log files were NOT created. So it appears that the weekly tasks did
    > not run. What step did I miss?
    >
    > The cfindexrefresh.cfm file exists in the correct folder.
    >
    > -brian
    >