New install of WebApps, all other functionality appears to be working correctly.
Getting the following error when launching the Project Analyst SSRS report from the Project menu of WebApps. The report is in the correct location (I changed the database name in the error below), and I am able to run the report manually from the SSRS site. I'm sure the problem is in the URL that is getting passed from the link in WebApps to ReportViewer, but am unable to determine how to review and correct. I have access rights to the RS.PAP.JL SSRS report as well. Other notes: WebApps and WebServices are deployed on different server from SQL/Reporting Services.
Server Error in '/' Application.
The item '/Dynamics SL Reports/<SL Database>/Project Analyst/ProjectList' cannot be found. (rsItemNotFound)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Microsoft.Reporting.WebForms.ReportServerException: The item '/Dynamics SL Reports/<SL Database>/Project Analyst/ProjectList' cannot be found. (rsItemNotFound)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[ReportServerException: The item '/Dynamics SL Reports/<SL Database>/Project Analyst/ProjectList' cannot be found. (rsItemNotFound)]
Microsoft.Reporting.WebForms.ServerReportSoapProxy.OnSoapException(SoapException e) +108
Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ProxyMethodInvocation.Execute(RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod) +707
Microsoft.Reporting.WebForms.SoapReportExecutionService.LoadReport(String report, String historyId) +33
Microsoft.Reporting.WebForms.ServerReport.EnsureExecutionSession() +107
Microsoft.Reporting.WebForms.ServerReport.GetParameters() +50
Microsoft.Dynamics.SL.Mobile.RSReport.Page_Load(Object sender, EventArgs e) +697
System.Web.UI.Control.OnLoad(EventArgs e) +103
System.Web.UI.Control.LoadRecursive() +68
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1381
|