We're upgrading our web app that integrates with Laserfiche from the 8.3 SDK to the 10.2 SDK and are now getting the following error in the Windows system event log:
The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID
{75EF6108-F452-44DC-9A13-5783AEF5B989}
and APPID
Unavailable
to the user IIS APPPOOL\xxx (removed) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
We've encountered this problem in the past with the 8.3 SDK and had to use the "Component Services" tool in Windows to grant "Launch and Activation Permissions" to the "TextProvider" component for the user xxx behind our application pool identity.
Since upgrading to the 10.2 SDK I've been unable to figure out which DCOM component needs to be granted "Launch and Activation Permissions". I found this post - https://answers.laserfiche.com/questions/89055/DocumentProcessor-OCREngine-Unknown-Error-and-Permissions which describes the components needed for the 9.2 SDK (BPOmniOCR82 and LFOMNIOCR), but we don't have the BPOmniOCR82 after our 10.2 SDK install. I'm hoping that someone knows which components need to be granted "Launch and Activation Permissions" when using the 10.2 SDK. Thanks!