FTP url not working in SSRS - reporting-services

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.

Related

MHTML Links in SSRS report Subscription Do not work

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

SSRS Report Viewer Unable to Pass Credentials to Report Server from Hyperlink

We have a 3-rd party (like a portal) hosting our SSRS Report Viewer inside an iFrame. The source of the iFrame is an ASP.NET web form page with the Report Viewer control. We pass the credentials to the Report Viewer from the code behind and everything works fine. Reports render in the viewer and the aspx page is running on an HTTPS site.
The report developer placed a hyperlink on a report that opens an non-HTTP url to the Report Sever that is supposed to download an Excel file. But the Report Server is behind a DMZ (actually running as a Windows Service and not IIS) and prompts users for credentials and only downloads the Excel file when the Report Server credentials (same ones used by the Report Viewer) are entered. This sounds like a double-hop issue.
Anybody trying to browse to the URL manually also get a prompt until they are authenticated because the SSRS is not in our domain.
TL;DR;
Is there anyway to pass the credentials of the Report Server from within a hyperlink inside the Report Viewer?
Functions as designed. Reports Developer did not really understand implementation details and found a work around.

CRM Dynamics 2013 Website in IFrame not responding

I have written a webpage in ASP.net that has input fields and a upload control, I upload and submit the file to a server and add to database. I have hosted this website in IIS, and now I have added the website into CRM in an IFrame, however it does not function, I click on the submit button and nothing happens, I tested the website outside of CRM and all works fine, any idea what might be causing this issue. Pleas assist, this is for MS CRM 2013 on Premisis
Without seeing the code is hard to know but it might be a cross domain issue? Do you see any security errors in the Developer console (F12)?

In SSRS report manager can not see New folder, new dat source, upload file etc. options?

I am trying to use report manager to deploy report. I am newbie on SSRS.
When i opened report manager URL i see something like this.
So I could not find any way to upload rdl/create dataset etc. When I googled I got following image.
Here there are options to deploy report..what could be the reason I am not bale to see this?
First, if you are executing the report locally, you should Run the IE as Administrator and if the folders still are no shown you should configure the Site Settings and add the curent user.

SSRS Report in Web App clearing out Session variables?

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