ASP.NET - Error when taking reports in SSRS 2008

Asked By Anup Kumar on 11-Mar-13 05:19 AM
Hi,

Our application uses SSRS 2008 server reports and to view we use the report viewer control.
We noticed that, when reports are taken in the application, it is rendered correctly in the report viewer but an error is logged in the event viewer. The error is given below.

Application_Error -
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.SqlServer.ReportingServices2005.Execution.ReportExecutionService.GetExecutionInfo()
   at Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.GetExecutionInfo()
   at Microsoft.Reporting.WebForms.ServerReport.TouchSession()
   at Microsoft.Reporting.WebForms.SessionKeepAliveOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response)
   at Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Why is this error coming up. This is filling up the event log and we need to find the reason for this.
Any suggestions would be very helpful.

Thanks,
Anup