Using SQL Server 2005. I created an SSIS package that runs fine by itself and provides an ADO.NET recordset as output (Data Reader Destination). I then created an SSRS report that connects to that SSIS package as its datasource. On the Data tab in the SSRS designer, I can execute the query, and all the expected data is returned. Also, when I preview the report in the designer, all the expected information appears.
However, when I deploy the report to the ReportServer, and try to run it there, I get the below error.
Any suggestions would be much appreciated.
However, when I deploy the report to the ReportServer, and try to run it there, I get the below error.
Code:
An error has occurred during report processing.
Query execution failed for data set 'DataSet_MergedJobsAndTasks'.
The package failed to execute.
Any suggestions would be much appreciated.