After we upgraded Laserfiche server, WF and forms to 10.2.1 the forms gives error message on start Workflow step and the workflow doesn't start.
In the event viewer we get these errors:
1.
[5203]: The call to Laserfiche Workflow API was not successful. (Value was invalid.
Parameter name: sddlForm). [LFF5203-WFServerApiFault]
Details:
URL:
Error: WFServerApiFault
Date: 12/3/2017 7:33:24 PM (Arab Standard Time)
HTTP Status Code: 500
Business Process ID: 1
Instance ID: 5
Business Process Name: test wf call
Stack Trace:
Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: The call to Laserfiche Workflow API was not successful. (Value was invalid.
Parameter name: sddlForm). [LFF5203-WFServerApiFault]
at Laserfiche.Forms.Routing.LFWorkflowService.Execute(Int32 instanceId, IRoutingContext routingContext, RoutingInstanceStatus OriginalStatus)
at Laserfiche.Forms.Routing.ServiceTask.Execute(Int32 instanceId, IRoutingContext routingContext)
-----
2.
[502]: An unexpected error has occurred. [LFF502-UnexpectedError]
Details:
URL:
Error: UnexpectedError
Date: 12/3/2017 7:33:24 PM (Arab 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.Exception
Message: Value was invalid.
Parameter name: sddlForm
-----------
workflow web services seems working and accessible, and in forms when open the instances page, it keeps loading forever as the forms DB is large about 480 GB, but was working before upgrade.
I even configured the forms with new database and created test form just to call test wf but we got the same issue.
Any one has any idea about this issue?