Problem:
PSIcapture encounters the following error when attempting to process a batch through Auto Import:
Error:
Access is denied
at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.OpenProcessHandle(Int32 access)
at System.Diagnostics.Process.get_Handle()
at Capture.Application.CaptureApplication.FlushMemory()
at Capture.Modules.OCR.OCRModule.CloseBatch(Batch batch)
at Capture.Modules.DocumentTypes.Workflow.Workflow.MoveBatchToNextStepInWorkflow(Batch batch, Boolean checkInBatch, Boolean& batchAutoClosed)
at Capture.Modules.AutoImport.AutoImportCapture.AutoProcessBatch()
Solution:
This is due to a misconfiguration where the impersonation user credentials set in Configuration > Auto Import > Advanced are set to same as User running PSIcapture.
- Open Capture Select Configuration Module.
- Select Auto Import.
- Click Advanced.
- Uncheck Impersonation Enabled.
In some instances, this is due to the fact that the credentials used do not in fact have access to the filesystem. Ensure this is not the case as well.
Comments
Please sign in to leave a comment.