Topic by Radagast
I get the following when running RunAnalyticsReports. I have run this before but apparently there was less data for the particular day. Any thoughts?
System.ServiceModel.CommunicationException was unhandled
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.
Source=mscorlib
StackTrace:
Server stack trace:
at System.ServiceModel.Channels.MessageEncoder.BufferMessageStream(Stream stream, BufferManager bufferManager, Int32 maxBufferSize)
at System.ServiceModel.Channels.MessageEncoder.ReadMessage(Stream stream, BufferManager bufferManager, Int32 maxBufferSize, String contentType)
at System.ServiceModel.Channels.HttpInput.ReadChunkedBufferedMessage(Stream inputStream)
at System.ServiceModel.Channels.HttpInput.ParseIncomingMessage(Exception& requestException)
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.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 FMCSAImport.RightnowServiceReference.RightNowSyncPort.RunAnalyticsReport(RunAnalyticsReportRequest request)
at FMCSAImport.RightnowServiceReference.RightNowSyncPortClient.RightnowServiceReference_RightNowSyncPort_RunAnalyticsReport(RunAnalyticsReportRequest request) in C:\Users\conklije\Documents\FMCSA\FMCSA Code\ConsoleApplication1\Service References\RightnowServiceReference\Reference.vb:line 23684
at FMCSAImport.RightnowServiceReference.RightNowSyncPortClient.RunAnalyticsReport(ClientInfoHeader ClientInfoHeader, AnalyticsReport AnalyticsReport, Int32 Limit, Int32 Start, String Delimiter, Boolean ReturnRawResult, Boolean DisableMTOM, Byte[]& FileData) in C:\Users\conklije\Documents\FMCSA\FMCSA Code\ConsoleApplication1\Service References\RightnowServiceReference\Reference.vb:line 23696
at FMCSAImport.Module1.Main() in C:\Users\conklije\Documents\FMCSA\FMCSA Code\ConsoleApplication1\Module1.vb:line 120
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException: 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.
InnerException: