Hello,

I have been working on migrating a site that was working on a server with 
CFMX-linux to a new server that is runnning CF8-linux, and I am having trouble 
getting the Verity collections to function properly on the new server. 
Additionally, the following code works on a CF8-windows test server.

Here is the test code I am running:
<cfcollection action = "list" name = "verity" >

<cfoutput>List of all known verity collections.<br><br></cfoutput>
<CFDUMP var = "#verity#">
<br>
<cftry>
        <cfsearch name = "quick"
           collection="test"
           type = "simple">
        <cfdump var="#quick#"/>
<cfcatch>
        <cfdump var="#cfcatch#">
        <cfabort />
</cfcatch>
</cftry>

And the output i get is:
List of all known verity collections.

query
CATEGORIES CHARSET CREATED DOCCOUNT EXTERNAL LANGUAGE LASTMODIFIED MAPPED NAME 
ONLINE PATH REGISTERED SIZE
1 No 1252 {ts '2008-12-11 15:51:16'} 81 NO english {ts '2008-12-11 15:52:05'} 
NO test YES /opt/coldfusion8/verity/collections/test CF 220

struct
Detail The collection you specified does not exists or is not registered with 
the ColdFusion Search Service.
Message The collection test does not exist.
[snip rest of dump]

I can use rcvdk and manually attach and search this collection from the 
command-line and the code to re-index and optimize the collections works.

I have tried manually configuring verity via the rcadmin tool using
http://www.adobe.com/go/kb400967 with no affect.

Thanks,
Rick 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316696
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to