Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
steve0331@hotmail.com #1
Verity Search Problem
I think that a verity search collection that was established on my server
became corrupt. I deleted the collection and then tried to recreate it. In
doing so I got the following error message:
"Error Diagnostic Information
Error creating Verity collection.
Unable to create the collection directory, "\\marge\intranet\sops\newsop".
Access is denied.
The error occurred while processing an element with a general identifier of
(CFCOLLECTION), occupying document position (25:2) to (25:99)."
Here is my code:
<cflock name="cfcollection_Lock" type="exclusive" timeout="30">
<cfcollection action="create"
collection="NewSOP"
path="\\marge\intranet\sops"
language="english">
</cflock>
<cflock timeout="10" throwontimeout="No" name="SOP" type="EXCLUSIVE">
<CFINDEX
collection="NewSOP"
action="REFRESH"
type="PATH"
key="\\marge\intranet\sops"
extensions=".pdf"
recurse="YES"
language="english"
urlPath="http://intranet/sops" >
</cflock>
steve0331@hotmail.com Guest
-
Verity Search Issue
Hello, I'm currently dealing with a massive data and I had to index them all. So i decided to divide them up to 5 or 6 different collections by... -
Verity Search
Hi-- I'm hoping someone can tell me if Verity Search (CFMX 6.1 on IIS6) allows indexing of multiple domains? thanks, KenP -
UTF search for verity???
i've a website that is in UTF-8 with language of Japanese and Korean. But when i tried to create an japanese and korean verity index and update the... -
Verity Search Packs
Registration is required to download the Search Packs. I am using CFMX developers version. Please advise. ThankYou -
Verity / search question
When using a Verity list, is it possible to have the word or words searched for highlighted on the results page? So if I have the resulting list... -
nickposter #2
Verity search problem
I'm trying to update the collection from a query using cfindex, my version is
coldfusion MX. The error message shows:
An error occurred while performing an operation in the Search Engine native
library. coldfusion.tagext.lang.CFIndexTagException: Error # -2 Error E3-0005
(VDK): Collection Attach: /docs/collections/mygw_depts/custom is not a directory
Any ideas? Thanks a lot.
nickposter Guest



Reply With Quote

