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.

 All Forums
 Development Tools
 Reporting Services Development
 jump to report not working

Author  Topic 

osupratt
Posting Yak Master

238 Posts

Posted - 2009-09-24 : 13:47:12
i develop reports and send to my IT group that loads these on Report Manager. i sent three reports. the main report has a jump to report that opens a report. this works fine. on this second report it has a jump to report that opens the third report. this works fine. but on both the second and third reports i have a text box that says "Back to Main Report" which when clicked should jump to report back to the first report. in development in my visual studio solution this worked find. when it was loaded on report server that "Back to Main Report" does not work for either the second or third report. it comes up with:

The item '/Well Service DB/Payroll Verification/Rig Hours Vs. Man Hours' cannot be found. (rsItemNotFound)

the person in IT told me "There are no settings in Report Manager that controls flow". i'm trying to figure out if this person is correct? i will add that the main report is shown in the folder listed in the error. the second and third reports are in the same folder, but are hidden.

hopefully someone has had this issue and can help. it would definitely be appreciated. thanks.

JCirocco
Constraint Violating Yak Guru

392 Posts

Posted - 2009-09-24 : 13:54:19
Can you verify that they did not change the name when uploaded? Because the name has to be exactly as it was when you developed it.

John
Go to Top of Page

osupratt
Posting Yak Master

238 Posts

Posted - 2009-09-24 : 14:34:17
name of the report? so if the name is changed the 'path' won't work?
Go to Top of Page

JCirocco
Constraint Violating Yak Guru

392 Posts

Posted - 2009-09-24 : 15:00:03
osupratt, Actually that may be the problem. You do not need the path name because the path is just a virtual folder (when it relates to SSRS reports) On your navigation tab for the object where you specify the report to jump back to, you should be able to select from drop down.

John
Go to Top of Page

osupratt
Posting Yak Master

238 Posts

Posted - 2009-09-24 : 16:12:02
yes, in the reports in the textbox properties on the navigation tab, i do select from the drop down. my question was more on the report manager side of things.

again, this works in my visual studio when developing, but when loaded on report manager it does not.

so ReportA jumps fine to ReportB, but i can't jump from ReportB to ReportA. and ReportB jumps fine to ReportC, but i can't jump from ReportC back to ReportA. though it works in test, but not on report manager.

don't know why. have no clue.
Go to Top of Page

JCirocco
Constraint Violating Yak Guru

392 Posts

Posted - 2009-09-24 : 18:50:05
So, again, check to make sure those IT rascals didn't rename (apostrophes freak out some techies :)
Other than that not sure. I just deployed 2 reports One jumps out, the other back and both work.

John
Go to Top of Page

osupratt
Posting Yak Master

238 Posts

Posted - 2009-09-25 : 15:54:25
the report name in the path didn't match the report name link (to click on and run report). there was a period (.) missing. thanks.
Go to Top of Page
   

- Advertisement -