Hi,
I am running FR11.22.12 and when I run REST queries against the ‘performSearch’ REST collection (as per Filter Based on Custom Properties (commvault.com)) I immediately get the following error
{
"currCIEngineType": 3,
"rawQuery": "",
"errList": [
{
"errLogMessage": "Search preparation failed.",
"errorCode": 3008
}
],
"proccessingInfo": {
"totalSize": 0,
"totalHits": 0
}
}
The Commvault Logs return HTTP code 200 and and there are no errors appearing in WebServer log at Debug 10. However, when I dug deeper, I can see that Commvault calls upon to IIS read for these non-existent files then it soon the REST POST command fails.
C:\Program Files\Commvault\ContentStore\WebServerCore\performSearch
C:\Program Files\Commvault\ContentStore\WebServerCore\performSearch\web.config
C:\Program Files\Commvault\ContentStore\CVSearchService\CVWebService.svc\performSearch
C:\Program Files\Commvault\ContentStore\CVSearchService\CVWebService.svc\performSearch\web.config
Anyone else have the same problem or found a way round it?