Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
leontova #1
Verity Error
Hi all. I have recently implemented verity for a phonebook application and all
was working fine until yesterday. I search the collection and come upempty when
I know there are records in there. The application log includes this: An
error occurred while performing an operation in the Search Engine native
library.coldfusion.tagext.lang.CFIndexTagException : Error # -31 Error # -31
Error E3-0036 (VDK): Cannot load style.ddd schema (document catalog) in
collection ... I have to delete the collection, recreate it, run the stored
procedure to repopulate the collection every time. Any one have any ideas on
what is going on? Thanks for your help.
leontova Guest
-
Verity update error
We are running Colfusion MX7 on a SuSE Linux 9.3 server and having problems with Verity. Creating a new Verity collection works fine but when we... -
ColdFusion Verity Error
we experiencing lots of issues with the verities, we have reinstalled ColdFUsion a couple of times with no luck. Our project due date was long time... -
MX 7.0.1 Verity Error
Hi all, We have a production server running MX 7.0.1 on Win2k3. When we try to create a collection via CFCOLLECTION, we are getthing the... -
Verity Indexing Error--Please HELP!
I'm trying to creat a verity collection via the ColdFusionMX7 administrator. It is currently running on a Server 2003 machine. When I try to index... -
Verity Error CFMX7 VdkError_PathNotFound
Hi, In CFMX 7 and we build or update verity collection, we get this error messages: An error occurred while performing an operation in the... -
Tom Jordahl #2
Re: Verity Error
Sounds like some virus scanning program is deleting the style.ddd file from
the style directory of the collection.
That would be BAD.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-
leontova #3
Re: Verity Error
Hi Tom. I checked the virus protection software and it's not affecting the file
in any way. This particular collection is getting updated often throughout the
day and I have the cflock tag around the indexing of the collection (timeout
set to 40 sec) Here is the code: <cflock name='personlock' timeout='40'
throwontimeout='no' type='exclusive'> <cfindex action='refresh'
collection='personphonebook' key='person_id' type='custom' query='getall'
body='last_name,first_name,publishedfirstname,publ ishedlastname,title,fulldata'>
</cflock> Is it possible that the index gets corrupt because too many folks
are trying to index the collection at once? Do you have any other ideas?
Thanks.
leontova Guest



Reply With Quote

