Hi everyone,
I'm trying to launch a Workflow Service Task, from Laserfiche Form but when the task is executed the instance monitor shows the task suspended. and the following log:
Error 7/12/2016 11:24:18 AM
An unexpected error has occurred. [LFF502-UnexpectedError]Details:
URL:
Error: UnexpectedError
Date: 7/12/2016 11:24:18 AM (Pacific Standard Time)
HTTP Status Code: 500
Business Process Name: XXXXXXXXXXXXX
Business Process ID: 34
Instance ID: 360Stack Trace:
Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: An unexpected error has occurred. [LFF502-UnexpectedError]
Inner exception: System.Net.WebException
Message: The remote server returned an error: (401) Unauthorized.
at System.Net.HttpWebRequest.GetResponse()
at Laserfiche.Forms.Routing.LFWorkflowService.Execute(Int32 instanceId, IRoutingContext routingContext, RoutingInstanceStatus OriginalStatus)
at Laserfiche.Forms.Routing.ServiceTask.Execute(Int32 instanceId, IRoutingContext routingContext)
This task is executed under Windows Server 2012 R2 Standard
However if I export and import the file into my development machine (Windows 10) the task is executed correctly.
Both configurations are:
Laserfiche Server 10
Laserfiche Workflow 10.0.0.249
Laserfiche Forms 10.0.0.1154
Is there any settings for Windows Sever that i'm missing in order to have the task executed?
Thanks