Problem:
The Full Text Search fails in PSIsafe Web.
Solution:
A new dependency (dtSearchNetApi4.dll) is part of the back-end (32-bit server).
Add dtSearchNetApi4.dll to the PSIsafe Web solution and reference.
Workaround for existing PSIsafe Web installations (without loading a new build):
- On the Web Server. Stop the application pool used by PSIsafe Web.
- Copy the dtSearchNetApi4.dll to bin folder under the root folder of PSIsafe Web.
For example: (C:\Program Files\Cabinet\PSIsafeWeb\bin) - The file dtSearchNetApi4.dll can be found at:
C:\Program Files (x86)\CNG\CNGServer - Restart the application pool.
Commentary:
The "old" Cabinet Web API and Windows API architecture is prone to these kinds of problems due to the tight coupling between Server and API logic. The Open API does not have these sort of issues.
Comments
Please sign in to leave a comment.