Hi All,
I am trying to create and run a schedule using cfshedule action="update"
using the publish option to generate a static html file. The schedule gets
created and run, however the html file is not created. When looking at the
created schedule in the cfadministrator, the publish checkbox is not
checked!! Has anyone come across this before and know of a way round it?
here's the code ----
<cfschedule action="UPDATE"
task="CreateContent_GetReady"
operation="HTTPRequest"
url="http://192.168.1.102:1002/server/build_pages/live/act_build_getready.cf
m"
startdate="#dateformat(now(), "mm/dd/yy")#"
starttime="#timeformat(now(), "HH:mm:ss")#"
interval="once"
requesttimeout="30"
resolveurl="No"
publish="Yes"
file="#dateformat(now(), "ddmmyyHHmmss")#.htm"
path="w:\dev\live\cfdocs\play\active\"
port="80"
proxyport="23">
TIA
Phil.
----------------------------
Phil Ewington
Technical Director
----------------------------
43 PLC
35 Broad Street, Wokingham
Berkshire RG40 1AU
Tel: +44 (0)118 978 9500
Fax: +44 (0)118 978 4994
http://www.43plc.com
----------------------------
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]