Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Kletian #1
Jrun index failure
I've developed a search engine that takes advantage of Verity Cfsearches for a
client using ColdFusion7 as part of a webserver overhaul project. The
collections/indexing/etc were working normally on the new server until it moved
to the client's site. ColdFusion needed to be reinstalled when we moved it,
and since then the collections have refused to index properly, returning the
following error:
Server Error
The server encountered an internal error and was unable to complete your
request.
JRun closed connection.
cfserver.log shows no exception dump.
The indexing code looks something like this:
<!--Query detail removed to protect client secuirty-->
<cfquery name="descriptions" datasource="..." dbtype="ODBC">
...</cfquery>
<cfquery name="captions" datasource="..." dbtype="ODBC">
...</cfquery>
<cfquery name="vendors" datasource="..." dbtype="ODBC">
...</cfquery>
<cfquery name="productlines" datasource="..." dbtype="ODBC">
...</cfquery>
<cfindex collection="DescriptSearch" action="Refresh" type="Custom"
body="Description" title="ItemNumber" key="ItemNumber" query="descriptions">
<cfindex collection="CaptionSearch" action="Refresh" type="Custom"
body="CAPTION" title="ItemNumber" key="ItemNumber" query="captions">
<cfindex collection="VendorSearch" action="Refresh" type="Custom"
body="Vendor" title="ItemNumber" key="ItemNumber" query="vendors">
<cfindex collection="PartSearch" action="Refresh" type="Custom"
body="ItemNumber" title="ItemNumber" key="ItemNumber" query="descriptions">
<cfindex collection="LineSearch" action="Refresh" type="Custom"
body="ProductLine" title="ItemNumber" key="ItemNumber" query="productlines">
Any one have any idea what's going wrong/experienced this before? Any
recommendations of how we can get around it?
Thanks
Kletian Guest
-
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
Hey Folks,(New to .NET) This is driving me NUTZ... If anyone out there can resolve this from me I would greatly appreciate it... Line 238: Line... -
Index Topics and Index References
Ok here is my problem. I Generate my Index and it keeps coming up with the original index i created. I went through all the chapters in my manual... -
Newb query: index.htm & index.php & the server default
The problem I'm trying to solve is as follows: The website has two subdirectories: /ordinary and /phpstuff. Users typing hostname/ordinary get the... -
Impersonation failure with Index Server and Forms Authentication with Active Directory
I'm posting my problem experience and solution I found here for other ASP.NET developers. I have a web application that uses Forms Authentication... -
Create index VS Set Index Enabled - IDS 7.31
Hi List, I am in the process of re-doing my production DB. One of the step I decide to perform was to "Set index enabled" instead of of...



Reply With Quote

