I am sorry if this is a duplicate question. I have been searching for two days for an answer to this.
I have an SSRS report that has been deployed to a SQL 2008R2 Reporting server. I have developed it using VS2015. When I hit my report server (sql4/reportingserver_sql4) OR in VS 2015 I can run the report by manually entering a parameter and the report returns the correct data and displays the report.
I am trying to pass the parameter via URL and it looks like this
http://[some foo url]/PrintRpt.aspx?IrrNumber=5109
The 5109 is the data for parameter IrrNumber.
But when I try this I get the following error:
An error has occurred during report processing. (rsProcessingAborted) Query execution failed for dataset 'sp_IrrRptData_ds'. (rsErrorExecutingCommand) For more information about this error navigate to the report server on the local server machine, or enable remote errors
This is trying to call a stored procedure.
Report Error Message:
I do not understand why this is crashing. Can anyone shed some light?
If any other code is needed please let me know.