Troubleshooting - Digital Signatures - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard - OnBase/Digital-Signatures/English/Foundation-22.1/Digital-Signatures/Installation/Troubleshooting - 2022-08-18

Digital Signatures

Platform
OnBase
Product
Digital Signatures
Release
Foundation 22.1
License
Premier
Standard

Issue: When using the Sign Document Workflow action to sign a document in Core-based Workflow, an error is displayed stating, “The system cannot find the file specified.”

Resolution: This issue occurs because the user profile hive for the distinguished account is not loaded in the HKEY_USERS branch of the registry when the application pool on the OnBase Application Server is running. To resolve this issue, the user profile for the application pool identity must be loaded in the HKEY_USERS branch of the registry. Doing so ensures that certificates and private keys are accessible when signing documents.

  1. Log on to Windows interactively on the OnBase Application Server, using the user account that is the identity of the application pool.
  2. Configure the application pool on the OnBase Application Server to run as a distinguished account.
    For example:
    1. In IIS Manager, select Application Pools.
    2. Select an application pool and click Advanced Settings.
    3. In Process Model, and set Load User Profile to True.
  3. To load the user profile hive into the HKEY_USERS key, create a Windows service running as the user account that is the identity of the application pool. Configure the service to start automatically with Windows.