I have a Forms Process that fails on the Download to Repository step when I have "Configured Fields" enabled. Below is the error I get followed by a screenshot of the Configure Fields setup. All required fields have data, and all the data that is being grabbed from the form is also a required field upon the form, so I know that there is not really anything "blank". Also, where appropriate, I have used tokens to select the filed data. In fields that are not pulling from the form, COR Doc Type, for example, the value entered matches what is expected in the repository. The tax ID is entered as 9999999 to satisfy the template's field requirement, it does not exist on the form to pull from so the user overrides it to the correct value it in the repository.
I have a multitude of other forms that are designed in this way, i.e. automatically assigning a template and fields (including a fictitious tax id #) when downloading to the repository, and they are not failing. Any ideas?
-
An error occurred during the execution of the Save to Repository service task. [LFF5426-ErrorExecuteSTR] Details: URL: Error: ErrorExecuteSTR Date: 1/12/2024 10:04:34 AM (Eastern Standard Time) HTTP Status Code: 500 Business Process ID: 36 Instance ID: 11511 Business Process Name: Business Tangible Property - 2024 Other: Bad field value ('COR Account Number'): Another operation on which this operation depends failed. [9054] Bad field value ('Tax ID #'): Another operation on which this operation depends failed. [9054] Bad field value ('Trade Name'): Another operation on which this operation depends failed. [9054] Bad field value ('COR Doc Type'): Another operation on which this operation depends failed. [9054] Bad field value ('COR Sub Doc Type'): Another operation on which this operation depends failed. [9054] Bad field value ('Date of Form Completion'): One or more required fields were omitted or had a blank value. [9066] Bad field value ('Renewal/Filing Year'): Another operation on which this operation depends failed. [9054] Bad field value ('Location Address'): Another operation on which this operation depends failed. [9054] Bad field value ('Fiduciary Tax Month'): Another operation on which this operation depends failed. [9054] Bad field value ('Special Doc'): Another operation on which this operation depends failed. [9054] Bad field value ('Owner Name'): Another operation on which this operation depends failed. [9054] Bad field value ('Date Business Began'): Another operation on which this operation depends failed. [9054] Stack Trace: Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException Message: An error occurred during the execution of the Save to Repository service task. [LFF5426-ErrorExecuteSTR] at Laserfiche.Forms.Routing.SaveToLaserficheService.Execute(Int32 instanceId, IRoutingContext routingContext, RoutingInstanceStatus OriginalStatus) at Laserfiche.Forms.Routing.ServiceTask.Execute(Int32 instanceId, IRoutingContext routingContext) Inner exception: Laserfiche.RepositoryAccess.MultiStatusException Message: Multistatus response. [9039] One or more required fields were omitted or had a blank value. [9066] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] One or more required fields were omitted or had a blank value. [9066] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] Another operation on which this operation depends failed. [9054] at Laserfiche.RepositoryAccess.EntryInfo.Save() at Laserfiche.Forms.CommonUtils.LFHelper.SaveDocWithRetry(EntryInfo lfDoc) at Laserfiche.Forms.CommonUtils.LFHelper.SetValueToTemplateField(EntryInfo lfDoc, String template, FieldValueCollection fvs)