Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Libby H #1
Scheduled Tasks - Daily every . . .
I have found that I am having problems with my 'recurring' daily scheduled
tasks. My server (Windows 2003 with latest updates, IIS 6, MX6.1 with all
updates, MS Access) is re-booted nightly. When the services start back up, the
scheduled tasks 'schedule' themselves.
"Information","main","03/22/07","01:12:30",,"[TIPS Batch Run - Every 5 minutes
-2] Activating2 on Thu Mar 22 01:12:30 CDT 2007 To run on :Thu Mar 22 10:09:00
CDT 2007"
"Information","main","03/22/07","01:12:30",,"[TIPS Suspend Userid] Activating2
on Thu Mar 22 01:12:30 CDT 2007 To run on :Mon Mar 26 20:10:00 CDT 2007"
"Information","main","03/22/07","01:12:30",,"[2X Hourly Edit of Batch Trans]
Activating2 on Thu Mar 22 01:12:30 CDT 2007 To run on :Thu Mar 22 01:27:00 CDT
2007"
Things look great, until you get to the last entry - this job is scheduled to
run daily, every 30 minutes from 7:27 AM to 7:27 PM. I have checked the
neo-cron.xml file and things look normal (no extra spaces or symbols):
- <var name="2X Hourly Edit of Batch Trans">
- <struct type="coldfusion.scheduling.CronTabEntry">
- <var name="proxy_server">
<string />
</var>
- <var name="request_time_out">
<string />
</var>
- <var name="end_time">
<string>7:27:00 PM</string>
</var>
- <var name="publish">
<boolean value="false" />
</var>
- <var name="http_port">
<string>80</string>
</var>
- <var name="password">
<string />
</var>
- <var name="operation">
<string>HTTPRequest</string>
</var>
- <var name="task">
<string>2X Hourly Edit of Batch Trans</string>
</var>
- <var name="interval">
<string>1800</string>
</var>
- <var name="disabled">
<boolean value="false" />
</var>
- <var name="start_time">
<string>7:27:00 AM</string>
</var>
- <var name="resolveurl">
<boolean value="true" />
</var>
- <var name="path">
<string />
</var>
- <var name="url">
<string>http://XXXXXXXXXX/tips/ScheduledJobs/act_EditBatchTrans.cfm</string>
</var>
- <var name="file">
<string />
</var>
- <var name="http_proxy_port">
<string>80</string>
</var>
- <var name="username">
<string />
</var>
- <var name="start_date">
<string>1/22/2007</string>
</var>
</struct>
</var>
Any ideas?
Libby H Guest
-
Scheduled tasks
Hi there, My web app needs to run a schduled task - every hour it needs to scan the DB, find any updates and - if there are updates - send an... -
Scheduled tasks . . . again!
Hi all, I really, really apologize for bringing up this age old problem but I am totally baffled. After having read through SEVERAL forums and... -
Scheduled Tasks and SSL
I cannot get my scheduled tasks to run now that SSL is being used on a production box (Windows 2k, MX 6.1, SunOne web server). They worked fine... -
Scheduled Tasks Running Twice
Does Cold Fusion have a bug causing scheduled task to run twice? I have been having a problem where my scheduled tasks run twice - sometimes 5... -
Scheduled Tasks won't run
is there anyway to change the user which scheduler uses ? there must be ?



Reply With Quote

