If a PSICapture installation on a PC continues to not run index field lookups correctly, the PC may need the fix as described below to address this issue.
- Go to: C:\Program Files (x86)\PSIGEN\Capture
- Edit the Capture.exe.config file by right-clicking and selecting edit or open with Notepad. Do these same steps for Capture.AutoImportProcessor.exe and CaptureServices.exe as well.
- Towards the top of the file, you will see:
<add key="SupportMultithreadingForOmniPage" value="true" /> - Change the value from true to false:
<add key="SupportMultithreadingForOmniPage" value="false" /> - Save the file and close out of it.
That should resolve the issue in Psigen for that user on that pc. See this link for instructions to rerun a lookup.