Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
danyeung
Posting Yak Master
102 Posts |
Posted - 2008-07-22 : 10:23:11
|
I deployed 3 reports to SQL 2005 Server Reporting Services from Visual Studio 2005 before and they worked. I deployed 1 report yesterday the same way I deployed the other 3 but got an error "The item '/foldername/reportname.rdl' cannot be found. (rsItemNotFound)". The difference I found was when I right clicked on the report and select Properties on http://servername/Reports, at the Address (URL), all other reports show "http://servername/Reports/Pages/Report.aspx?ItemPath=%2fFoldername%2fReportname". The last report I deployed was missing the report name on the Address(URL).Any idea if this caused the item not found error? Why the report name is not there? And how can I fix it?Thanks.DanYeung |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-22 : 13:35:37
|
Did you try giving correct url and then deploying? |
 |
|
|
|
|