I'm hoping someone can help me with this question. I'm using SQL Server 2019, SSRS 2019, developing reports in Visual Studio 2019.
I've created SSRS subscriptions using the MHTML format so I can have show a report in the body of the email. The report is a dashboard with charts that link to sub reports. When the emails are sent recipients can hover over the charts and see the link path, and instructions telling them to select link to open report. However, selecting any of the links only opens SSRS home page.
I don't know why this is not working. Can anyone offer some advice?
Per Alan Schofield below Adding URL
http://sedona/Reports?%2FMIS%2FCopy%20of%20QuickTest&acctnbr=654321&rs%3AParameterLanguage=&rc%3AParameters=Collapsed
So, the root cause of tis problem was the URLRoot setting in rsconfig did not match the web service url. Changing the URLRoot setting resolved the linking problem. Alan Schofield, thankyou for your help and suggestions. Your comments put us on the right path to resolution.
If it helps anyone, I referenced the following about URLRoot
Edit URL Link to Report Server within SSRS Subscription
Related
I am currently using SQL Server 2019.
I read in earlier editions of SSRS that you were not able to embed external web links into a SSRS report, it this still the case?
I currently have 4 separate KPI screen URL's written by our Group IT department and I would like to have all 4 KPI's on one screen so I though I would embed these into one SSRS Report.
Thanks
I read in earlier editions of SSRS that you were not able to embed external web links into a SSRS report, it this still the case?
Where did you read that? It's never been true. There's even a doc page on how to do it: Add a hyperlink to a URL in a paginated report (Report Builder)
SSRS 2014, on the report portal website: how do I hide the menu bar circled in red on the attached screenshot? When I send a report URL to a user, I do not want to give them the ability to click on and navigate to any of the parent folders.
SSRS-Menu
The obvious solution would be to setup security on your reports so users cannot access the other reports, but in answer to your question, you can use the following format.
http://myservername/ReportServer/Pages/ReportViewer.aspx?%2fMYREPORTFOLDER%2fMYREPORTNAME&rs:Command=Render
notice that we use /ReportServer/ rather than the usual /Reports/
I have an access database with a report that contains several subreport. the problem is that the subreport keeps overlapping. I have used the Can Grow = Yes on all report and nothing works. however, when I'm in print preview the report loads fine but report view is where I'm having the problem. what can i do to fix this? thanks
PS. im using access 2007 and the database format is .mdb
I've found the answer on Microsoft's Website. I needed to install Office 2007 suite Service Pack 2 they have an excel sheet with all the changes under the section Downloadable list of issues that the service pack fixes on this page. :)
I want to give a link on my SSRS report to a ftp location. For thee same I have dropped a text box on the report and given the link ftp://ftp.mysite.com/file.xls in the Action>>Go to URL setting. I am working with SQL Server 2008 R2.
However when I run the report and click on the link no action happens. However if I change the link to http, http://www.google.com/ then on clicking the link, a window opens.
So its working with http but not ftp. I verified the ftp location and its correct.
Any help will be greatly appreciated.
Vipul
Found the problem. FTP link does not work in report designer. On deploying the report and then running it, the ftp link started working. HTTP however works even from within the designer which caused the confusion in the first place. I dont know whether its by design but couldnt imagine why it should be that way.
We're using a SSRS report with URL links that's being displayed in our web application. When we click on a link in the report, it should take you to a page within the web app. However, when we click on the link (link created using SSRS Action property), it appears to be clearing out the session variables. The web app gives the error that we are "no longer logged in".
Any ideas as to how to go about fixing or debugging? Thanks in advance!
Assuming that they are on different servers:
http://blogs.msdn.com/b/knowledgecast/archive/2007/01/31/the-double-hop-problem.aspx