When I run a custom report and try to download locally, I get the following errors. The MaxReceivedMessageSize (C:\Program Files\Laserfiche\Laserfiche Forms\Forms\Web.config) has been set to 2147483647 as recommended. What else should I check?
Laserfiche Forms Professional Version 10.4.4.444
<binding name="timeoutBindingStreamed" transferMode="Streamed" closeTimeout="00:59:00" openTimeout="00:59:00" receiveTimeout="00:59:00" sendTimeout="00:59:00" maxReceivedMessageSize="2147483647">
<security mode="Transport" />
Error #1:
[500]: An error occurred during download.
Function: Error
Error #2:
An error occurred during download. [LFF4120-ErrorOccurredDuringDownload]
Details:
URL: /Forms/Handlers/BPInstancesExport.ashx
Error: ErrorOccurredDuringDownload
Date: 7/21/2020 4:27:44 PM (Eastern Standard Time)
HTTP Status Code: 500
Business Process ID: 0
User: MARLOW\mblevins
IP: 192.168.240.64
Browser: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; InfoPath.3; wbx 1.0.0; wbxapp 1.0.0; Zoom 3.6.0)
Business Process Name:
Stack Trace:
Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: An error occurred during download. [LFF4120-ErrorOccurredDuringDownload]
Inner exception: System.ServiceModel.CommunicationException
Message: The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
Server stack trace:
at System.ServiceModel.Channels.ClientDuplexConnectionReader.DecodeMessage(Byte[] buffer, Int32& offset, Int32& size, Boolean& isAtEOF, TimeSpan timeout)
at System.ServiceModel.Channels.SessionConnectionReader.DecodeMessage(TimeSpan timeout)
at System.ServiceModel.Channels.SessionConnectionReader.Receive(TimeSpan timeout)
at System.ServiceModel.Channels.SynchronizedMessageSource.Receive(TimeSpan timeout)
at System.ServiceModel.Channels.TransportDuplexSessionChannel.Receive(TimeSpan timeout)
at System.ServiceModel.Channels.TransportDuplexSessionChannel.TryReceive(TimeSpan timeout, Message& message)
at System.ServiceModel.Dispatcher.DuplexChannelBinder.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 FormsModel.SharedContracts.IFormExportService.ExportProcessData_Sync(ReportingExportParameters para)
at FormsModel.SharedContracts.FormExportServiceProxy.ExportProcessData(ReportingExportParameters para)
at E_Forms.Handlers.BPInstancesExport.ProcessRequest(HttpContext context)
Inner exception: System.ServiceModel.QuotaExceededException
Message: The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.