Really annoying issue that I have spent a long time on. I shall switch into Software Testing Bug Report mode (from a past life) to explain it.
Scenario
- I have modified a SSRS report to work with a new database structure
- The report uses a stored procedure which takes 4 parameters
- One of these parameters has been added to work with the new database structure
- Stored procedure works perfectly in SQL management studio
- Query works perfectly in the query designer window of report builder
Expected Results
- I expect that the dataset will show the fields when expanded
- I expect that the report will run correctly
Actual Results
- No fields appear under the dataset in the Report Data Pane of report builder
- Report does not run
- I get the following error:
There is an unclosed literal string. Line 1, position 64737. ---------------------------- Response is not well-formed XML. ---------------------------- The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
Notes
I have tried everything I can think of, including searching the report definition for unclosed strings but no banana.
Has anyone else come up with this error in SSRS Report Builder?
Technologies Used
- SQL Server 2008 R2
- SQL Server Management Studio 2008 R2
- Report Builder 3.0
- Building report on my local machine running Windows 7
- Running report on SQL Server Remote Machine running Windows Server 2008
Thanks