Hi all!

I'm having some problems scheduling verity collection indexing using
scheduled task feature of the CF administrator.  
for some reason, the scheduler log files say that it the task was submitted,
but it never actually indexes the collection.  Any ideas.


Thanks in Advance,

David Schmidt
DevTech, Inc.
[EMAIL PROTECTED]


I am trying to run the following code in a cfm template:

<!--- Initialize the Application --->
<cfa_applicationinitialize 
      name="abc"
      setclientcookies="True"
          clientmanagement="true" 
          clientstorage="mea_client_db"
          sessionmanagement="True"
      sessiontimeout="#CreateTimeSpan(0, 0, 20, 0)#"
          applicationtimeout="#CreateTimeSpan(30, 0, 0, 0)#"
      mode="browse">
          
<cfset  Request.pp_InquiryTypeID = "xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx">
                
<cfa_TypeIndex datasource="#request.cfa.objectstore.dsn#" TypeID=
"#Request.pp_InquiryTypeID#">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to