Laserfiche Forms 10.1
Trying to save form into repository, all configurations and forms user privileges have been set well, however, Save to Repository activity is suspended described in below error;
An unexpected error has occurred. [LFF502-UnexpectedError]
Details:
URL:
Error: UnexpectedError
Date: 8/8/2016 2:08:37 AM (Arabian Standard Time)
HTTP Status Code: 500
Business Process ID: 1
Instance ID: 5
Business Process Name: Complains Form
Stack Trace:
Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: An unexpected error has occurred. [LFF502-UnexpectedError]
Inner exception: Laserfiche.RepositoryAccess.MultiStatusException
Message: The file exists [-2147024816]
at Laserfiche.Forms.Routing.SaveToLaserficheService.Execute(Int32 instanceId, IRoutingContext routingContext, RoutingInstanceStatus OriginalStatus)
at Laserfiche.Forms.Routing.ServiceTask.Execute(Int32 instanceId, IRoutingContext routingContext)
I've added timeout for "HtmltoPdf" attribute on RoutingEngineServiceHost.exe.config file, and then restart forms service, however, does not work.
<add key="HtmltoPdfTimeout" value="60000"/>