Unable to save forms with from client
Posted: 07 Nov 2017
I'm only able to save forms once after opening. The very first save process succeeds, all following not.
The error message I get is:
I have always to export the form, then reconnect with the Form Designer to save it. It's really annoying...
I'm using Forms Designer 3.1.4 with on prem SharePoint 2016
What could be the problem here?
The error message I get is:
Code: Select all
System.ServiceModel.CommunicationException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at FormsDesigner.SharePoint.WebServices.IFDService.PublishForms(Guid listId, String contentTypeId, Guid groupId, Forms forms, String layout)
at FormsDesigner.SharePoint.WebServices.FDServiceClient.PublishForms(Guid listId, String contentTypeId, Guid groupId, Forms forms, String layout)
at VHNPDwFIlS6CoJyaAR.EU3D29l7DnwwFH4tbM.<>c__DisplayClass27_0.<SetLayoutAsync>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VHNPDwFIlS6CoJyaAR.EU3D29l7DnwwFH4tbM.<SetLayoutAsync>d__27.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FormsDesigner.ViewModels.DesignerViewModel.<SaveAsync>d__194.MoveNext()
I'm using Forms Designer 3.1.4 with on prem SharePoint 2016
What could be the problem here?