Hi,

The attached code seems to work when run interactively, but when
scheduled, the following error appears in the scheduler.log file.

I am not sure if it re-indexing the site when scheduled.

Can someone advise if I am doing it correctly?

"Information","scheduler-4","02/17/04","01:00:00",,"[Refresh_Verity_Search_Collection]
Executing at Tue Feb 17 01:00:00 EST 2004"
"Information","scheduler-4","02/17/04","01:00:00",,"Error while executing
task Connection Failure: Status code unavailable"
"Information","scheduler-4","02/17/04","01:00:00",,"Connection Failure:
Status code unavailable"
"Information","scheduler-4","02/17/04","01:00:00",,"[Refresh_Verity_Search_Collection]
Rescheduling for :Wed Feb 18 01:00:00 EST 2004 Now: Tue Feb 17 01:00:00
EST 2004"

<CFSET COLLECTION_NAME = "IntranetSite">
<CFSET PATH_TO_COLLECTION = "d:\cfusionmx\verity\collections\">
<CFSET PATH_TO_INDEX = "d:\Intranet"><cfset URL_PATH_OF_RESULT = 
"http://hal.hunter.health.nsw.gov.au/";>

<cflock name="refresh_verity" timeout="3600" throwontimeout="no" type="exclusive">
<cfindex 
collection="#COLLECTION_NAME#"     
action="refresh"       
type="path"       
key="#PATH_TO_INDEX#"      
urlpath="#URL_PATH_OF_RESULT#"       recurse="yes"     
extensions=".htm, .html, .asp, .pdf, .doc" >
</cflock>


Thanks!

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to