Hi,
I have a Forms process where a Excel file is uploaded into Forms which then places the file into the repository and Workflow creates a URL pointing to this document. the next part of he Forms process requests the approver to view the document and approve/reject the process instance. The URL that is displayed in Forms points to Web Access client and that requests to view the document of the given Entry ID. All works well but some of the files give the following error:
Exception from HRESULT: 0x800A03EC
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at Laserfiche.OfficePlugin.Operation.ComponentModel.IDTExtensibility2Base.Process(String url)
at Laserfiche.OfficePlugin.Operation.IWebAccessUrlProcessor.Process(String url)
at Laserfiche.OfficePlugin.WebAccess.Monitor.ExcelProxy.DoWork(String command)
at Laserfiche.OfficePlugin.WebAccess.Monitor.MonitorApp.Main(String[] args)
Can someone shed light into what this can be please?
Thanks.