Hello I am having issues with forms it is not adding tasks on new form submissions. Please advise
Server Error Message Below:
Details:
URL:
Error: UnexpectedError
Date: 3/1/2017 6:11:30 PM (Eastern Standard Time)
HTTP Status Code: 500
Business Process ID: 0
Business Process Name:
Stack Trace:
Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: An unexpected error has occurred. [LFF502-UnexpectedError]
Inner exception: System.ArgumentException
Message: '' is an invalid expanded name.
at System.Xml.Linq.XName.Get(String expandedName)
at Laserfiche.Forms.Routing.VariableXMLGenerator.CreateElementFromMember(member mem, Nullable`1 repeatId)
at Laserfiche.Forms.Routing.VariableXMLGenerator.CreateDummyXmlElement(member mem, Int32 attribute_id, Nullable`1 repeatId, String member_path)
at Laserfiche.Forms.Routing.VariableXMLGenerator.ValidateEntity(XElement entityElement, entity entityToValidate, String memberPath, List`1 attributePool)
at Laserfiche.Forms.Routing.VariableXMLGenerator.ValidateEntity(XElement entityElement, entity entityToValidate, String memberPath, List`1 attributePool)
at Laserfiche.Forms.Routing.VariableXMLGenerator.GenerateXml(Int32 bpInstanceId, Nullable`1 formId, cf_user_snapshot initiator, Nullable`1 submissionId, Nullable`1 initiatedTime, Nullable`1 taskTime, Boolean includeSeparators, HashSet`1 includeAttrIds)
at Laserfiche.Forms.Routing.VariableXMLGenerator.GetLatestDataBySubmission(Int32 mainInstanceId, Int32 formId, Nullable`1 submissionId, cf_user_snapshot initiator, Nullable`1 initiatedTime, Boolean includeSeparators)
at Laserfiche.Forms.Routing.RoutingContext.InitializeProcessInstance(Int32 refMainProcInstId)
at Laserfiche.Forms.Routing.RoutingContext.InitializeRoutingContext(Int32 procCurrentStepId, Int32 procWorkerInstId, Int32 processId, Int32 boundaryEventStepId, SubmissionDataSet inputData, Int32 mainProcInstId, Int32 refMainProcInstId, PaymentParams paymentParams)
at Laserfiche.Forms.Routing.RoutingDispatcher.RunProcess(Int32 currentStepId, Int32 processWorkerInstanceId, Int32 processId, Int32 boundaryEventStepId, SubmissionDataSet inputData, Int32 mainProcessInstanceId, Int32 refMainProcessInstanceId, Int32 lastSubmissionId, PaymentParams paymentParams)
at Laserfiche.Forms.Routing.RoutingEngineService.RunRouting(RoutingRequestParameters requestParam)
at Laserfiche.Forms.Routing.RoutingEngineService.<>c__DisplayClass8_0.<StartRouting_Async>b__0()