I have accidentally deleted a data source from the SSRS Report Server. After I have re-created the data source and have deployed all the reports again to the report server (I have deleted all reports and re-deployed them), all the reports hang in "Loading ...". Also, I found the following error message in the SSRS log file:
Unhandled exception: Microsoft.Reporting.WebForms.HttpHandlerInputException: Missing URL parameter: IterationId at Microsoft.Reporting.WebForms.HandlerOperation.GetAndEnsureParam(NameValueCollection urlQuery, String paramName) at Microsoft.Reporting.WebForms.ReportImageOperation.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)
Anyone have any idea what it means and how I can fix this problem?