SYMPTOMS
An end-user receives the following error message in Legal Review while performing a full-text search:
"An unexpected problem occurred while we were trying to perform a full-text search. It could happen because the search index is too large and the server is too busy to handle the request. Please try again in a little while or refine the query. If the error still occurs, please contact your system administrator."
"[SFxFaultExceptionToString3]
Arguments: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail],,[SFxExceptionDetailFormat]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.40728.00&File=System.ServiceModel.dll&Key=SFxExceptionDetailFormat
ZyLAB.EDiscovery.Review.Shared.Contracts.Exceptions.FullTextSearchException: ----> ZyLAB.EDiscovery.Common.ZyIndex.PlatformSearchException: Exception of type 'ZyLAB.ZyIMAGE.Common.Streams.SearchException' was thrown.
at ZyLAB.EDiscovery.Common.ZyIndex.ZyIndexService.TranslateException[T](Func`1 action, String actionName)
at ZyLAB.EDiscovery.Review.Server.Standalone.ZyIndexing.ZyIndexSearchItem`1.<SearchIndex>d__10.MoveNext()
at ZyLAB.EDiscovery.Review.Server.Standalone.ZyIndexing.ZyIndexSearchItem`1.<SearchOnIndexIds>d__1.MoveNext()
at System.Data.SqlClient.SqlBulkCopy.ReadFromRowSourceAsync(CancellationToken cts)
at System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalAsync(CancellationToken..."
End-user receives the following error message in ZyFind when trying to perform the same Full-Text search:
"The following error occurred while opening index (folder path): TBIE: Error opening index, is your ZyLAB Information Management Service running?"
CAUSE
The 'IndexFolder' location value in the 'ZyLAB.Platform.WinService.exe.config' file on offending server has been changed to a value that was not valid for that server.
RESOLUTION
Edit the 'ZyLAB.Platform.WinService.exe.config' file located in the '\Program Files\ZyLAB\Information Management Platform\Services\Bin' folder.
Locate and edit the following value in the 'ZyLAB.Platform.WinService.exe.config' file to the correct location of the TBIE Indexes folder:
<add key="IndexFolder" value=".\ZyLAB Data\TBIE Indexes" />
Restart the Information Management Service on the server after the value is corrected, then perform a Full-Text search.
APPLIES TO
3.7; 3.7 Service Pack 1; 3.7 Service Pack 2; 3.8
Comments
0 comments
Article is closed for comments.