SSRS Report Definition is invalid

Hello all,

I have an install of BIDS which was deploying reports with no problem until today.  Now when I attempt to deploy a report to either the Release or Debug space, I get an error "The Definition of the Report is Invalid".  This is true for every report in the project.

The only change I made (and clearly the problem) is that I altered the credentials in the shared data sources.

Is there something I can do to remedy this?  I'm not familiar enough with SSRS setup yet to know where I should be digging.



[edited by: Levi Sauerbrei at 4:41 PM (GMT -6) on 24 May 2012]
Parents
  • I've seen this error in SSRS and I think its when there is a field referenced in the report that is not in the dB results.

    When you changed the credentials, would it have got an updated version of the SP with different fields?

     

    If you look at the error box in the bottom in SSRS when you deploy it should give you the item that is causing the error. e.g TextBox25 or similar. Then check the expression on that item.

     

    Best of luck, Dara

Reply
  • I've seen this error in SSRS and I think its when there is a field referenced in the report that is not in the dB results.

    When you changed the credentials, would it have got an updated version of the SP with different fields?

     

    If you look at the error box in the bottom in SSRS when you deploy it should give you the item that is causing the error. e.g TextBox25 or similar. Then check the expression on that item.

     

    Best of luck, Dara

Children