Question : SSRS 2008 with SQL Server 2005 CRM Database

Windows Server 2003.
MS CRM 4 with SQL Server 2005 running multiple instances/organizations.

The above setup is all working fine.

I installed SSRS 2008 (SQL Server Reporting Services) and configured it. When I set an instance of CRM to use SSRS 2008, running reports I get the code below. Any ideas and help would just be fantastic.

If I set the instance to use the 2005 Report Server, it works fine.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
Server Error in '/' Application.
--------------------------------------------------------------------------------
 
Execution 's4qaxzrc51h2tj2xtkxuf1vh' cannot be found (rsExecutionNotFound) 
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: Execution 's4qaxzrc51h2tj2xtkxuf1vh' cannot be found (rsExecutionNotFound)
 
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: Execution 's4qaxzrc51h2tj2xtkxuf1vh' cannot be found (rsExecutionNotFound)]
   Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() +621
   Microsoft.Reporting.WebForms.ServerReport.SetExecutionId(String executionId, Boolean fullReportLoad) +191
   Microsoft.Reporting.WebForms.ServerReport.LoadFromUrlQuery(NameValueCollection requestParameters, Boolean fullReportLoad) +112
   Microsoft.Reporting.WebForms.ReportDataOperation..ctor() +497
   Microsoft.Reporting.WebForms.HttpHandler.GetHandler() +719
   Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context) +20
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
 
 
 
 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

Answer : SSRS 2008 with SQL Server 2005 CRM Database

Unfortunately we haven't been able to resolve this one. We are looking at other options - brand new server / other options of advanced calendar reporting / etc.

Thanks for your efforts.
Random Solutions  
 
programming4us programming4us