Hi,
I am trying to search a Verity collection which is created and indexed by the full Verity product and not by the version of Verity shipped with ColdFusion.
According to the documentation, all I need to do is use the full path to the index as the Collection and set External to Yes. So, I have this:
But this gives an error and the only Error Diagnostic Information is Error occurred in tag CFSEARCH
This is with ColdFusion Server 4.5 on Solaris.
Any suggestions? They'd be much appreciated.

I am trying to search a Verity collection which is created and indexed by the full Verity product and not by the version of Verity shipped with ColdFusion.
According to the documentation, all I need to do is use the full path to the index as the Collection and set External to Yes. So, I have this:
Code:
<cfsearch name="turnip" collection="/Data/Turnip/Content" type="Simple" external="Yes" criteria="whatever">
But this gives an error and the only Error Diagnostic Information is Error occurred in tag CFSEARCH
This is with ColdFusion Server 4.5 on Solaris.
Any suggestions? They'd be much appreciated.