Hi Ray,
Thanks so much for your reply`-`
I was able to make an app that performs all the verity functions that  
I need to do.  I sent a zip to a friend of mine, and claims that it  
works on his windows CF localhost.
However, when I try to define a collection on the remote server I get  
this error:
Unable to create collection snoopy.

An error occurred while creating the collection:  
com.verity.api.administration.ConfigurationException: Fail to create  
the index. (-6220)

The error occurred in /home/httpd/vhosts/cfhawaii.com/httpdocs/Search/ 
recording.cfm: line 4
2 :
3 : <cflock timeout="30" name="cfcollection_lock" type="exclusive">
4 :   <cfcollection action="create" collection="#collection_name#"  
path="#collection_path#" language="english">
5 : </cflock>
6 :
  The code that I use for this:
<!--- form_recording.cfm --->
  <h2><font color="Blue">Defining a collection</font></h2>
  <cfform action="recording.cfm" >
    <p>Name of collection:<cfinput type="text" name="collection_name">
    <p>Folder for collection:<cfinput type="text"  
name="collection_path"> </p>
     <!--- submit button --->
    <cfinput type="Submit" name="SubmitForm" value="Record">
  </cfform>

<!--- recording.cfm --->

<cflock timeout="30" name="cfcollection_lock" type="exclusive">
   <cfcollection action="create" collection="#collection_name#"  
path="#collection_path#" language="english">
</cflock>

<p><h3><font color="Red">The collection is registered.</font></h3></p>

Still trying to get the host to help with this:(
Thanks again for all your help`-`
yeah, I want a new Mac so I can run windows or linux on my mac. I  
have the powerPC, and I don't think that parrells is supported, at  
least not according to thier website.
John

On Jun 13, 2008, at 1:53 AM, Raymond Camden wrote:

> On Thu, Jun 12, 2008 at 11:29 PM, John Barrett  
> <[EMAIL PROTECTED]> wrote:
>> Hi,
>> I am having trouble getting the hosting provider to help me the  
>> setting up verity collections. Is there a way for me to set up a  
>> collection myself? Of course I do not have access to the cf admin.
>
> <cfcollection> :)
>
> And then <cfindex> to populate it.
>
>> Also, in general how does one index a collection that is changing 
>> (on a remote server without cf admin access)?
>
> <cfindex> can perform updates or deletes to an existing collection.
>
>> Lastly, I just have to include the collection name, and not the  
>> full path to it on a remote server. That is what you do in the cf  
>> admin, right?
>
> I believe so - as always though - the docs are your friend here. Check
> the reference for cfcollection and cfindex.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3751
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to