History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: VER-16
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Michael Sammut
Votes: 0
Watchers: 1
Operations

Go to Planning board
If you were logged in you would be able to see more operations.
FarCry Verity

Error when Updating Collection

Created: 24/Oct/07 01:44 AM   Updated: 24/Jan/08 02:29 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: FC V 4.08, Latest Build of Plugin, IIS7, Coldfusion 8 Professional, SQL Server 2005


 Description  « Hide
When updating a collection I get the following error:

An error occurred while performing an operation in the Search Engine library. handb_dmhtml; 20 record(s) removed. An error occurred while performing an operation in the Search Engine library. handb_dmhtml; 74 record(s) deleted. An error occurred while performing an operation in the Search Engine library.

CFAdmin does not have any more details.

My _serverSpecificVars.cfm is set up as:

<cfset application.stplugins.farcryverity.storagePath="C:\ColdFusion8\verity\collections" />
<cfset application.stplugins.farcryverity.lhosts = machinename />

The directories are read/write

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Michael Sammut - 24/Oct/07 10:49 AM
As an update the collection is not searchable

Michael Sammut - 24/Oct/07 10:37 PM
When performing a search the error reads:

 Element CONFIG.VERITY.AINDICES is undefined in APPLICATION.

Michael Sammut - 26/Oct/07 04:31 AM
This issue appears to be a holdover from a bug in in CFMX 7 (http://kb.adobe.com/selfservice/viewContent.do?externalId=cfe19ecb&sliceId=2)

ColdFusion MX 7: Indexing a Verity collection fails with a Path not found error


Reason

The Verity k2index service uses "workspace" directories to store files while it performs the indexing. These "workspace" directories are located under thecf_root\verity\Data\services\ColdFusionK2_indexserver1\ws directory and are named "cf_jrpp-n_workspace". The above error can be thrown if there is not enough disk space for Verity to create these workspaces.
Solution

   1. Stop the ColdFusion MX 7 Search Server service.
   2. Delete all of the directories under thecf_root\verity\Data\services\ColdFusionK2_indexserver1\ws directory.
   3. Restart the ColdFusion MX 7 Search Server service.
   4. Re-index the collection.

The above allows indexing correctly.