What can cause an SSRS report to fail on the report server when rendering?
The details are as follows:
Environment:
SSRS Server 2008, SQL Server 2008 for Database, Report Developed in SQL Server Business Intelligence Devlopment Studio - Reporting Project
Error messages:
"An error occurred while rendering the client." "An error occurred while processing the report." "Query execution failed for dataset" DataSource1 "." "For more information on this error, go to the report server on your local server or remove the errors."
I did this (navigation and all) and the result was that a scalar variable parameter should be declared. The funny thing is that these variables are properly declared in the data source and in the report sources everywhere. Also this report / data source did not work in SSRS 2005. In a development environment, the report works fine. On the server, the report is completed only on execution and after the parameters are accepted. We don't use stored procedures.
Any ideas / ideas are greatly appreciated.
Thanks in advance.
source to share