CF 9 - error creating verity collection
When creating a new verity collection in CF 9 administrator, I get the following error: (englishx, category support is on)
Unable to create collection tss.
Error calling Verity API to create a category index for collection tss.
The configuration file that ColdFusion needs (C:\ColdFusion9\lib\pi-outline.xml) may be missing or unreadable. The error was: com.verity.organize.WorkSpaceException: Path not found [VdkError_PathNotFound]. (-104)
The file "C:\ColdFusion9\lib\pi-outline.xml" does exist and looks like valid XML to me. The contents are:
<?xml version="1.0" encoding="UTF-8"?>
<PIDef>
<VdkField name="VdkVgwKey" vdkField="VdkVgwKey"/>
<BucketSetDef name="CF_TREE_CATEGORY" vdkField="CF_TREE_CATEGORY" type="Tree" Separator="/" defaultValue=""></BucketSetDef>
<BucketSetDef name="CF_ENUM_CATEGORY" vdkField="CF_ENUM_CATEGORY" type="String" Delimiter="," defaultValue=""></BucketSetDef>
</PIDef>
Any ideas?
