Unable to access SSRS 2008R2 Repots from Remote Server to my App Server

  • Hi techies,

    I have been trying for SSRS 2008R2 reports access from one of my server which are delpoyed on it (O.S windows 2008 R2 server) to my web application which is hosted on another server(O.S windows 2008 R2 server) ..I tried it by using reportviewer and also by passing the server credentials.

    Code :

    ReportViewer1.ShowCredentialPrompts = false;

    ReportViewer1.ServerReport.ReportServerUrl = new Uri("http://IP:80/ReportServer");

    ReportViewer1.ServerReport.ReportPath = "/EmployeeRpt/Employee List";

    ReportViewer1.ProcessingMode = ProcessingMode.Remote;

    IReportServerCredentials irsc = new CustomReportCredentials("User Name", "Password", "domain");

    ReportViewer1.ServerReport.ReportServerCredentials = irsc;

    ReportViewer1.ShowParameterPrompts = true;

    ReportViewer1.ShowPrintButton = true;

    ReportViewer1.ServerReport.DisplayName = "/EmployeeRpt/Employee List";

    ReportViewer1.ServerReport.Refresh();

    I am getting an error :

    Unable to connect to the remote server

    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond IPAddess:80

    plzz can any one help me..

  • Hi Srikanth,

    I am facing the same problem. Can you please share the solution if you have found any?

    Regards,

    Amit Waghchoure

  • Amit,

    This looks like an old thread, still

    Mostly the problem would be firewall.

    Look what port is configured in Reporting services configuration manager (Or ask your DBA).

    Ask your network folks to open these ports for you

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • Hi Roshan,

    Thanks for the reply. I will check the network settings as suggested by you.

    Regards,

    Amit.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply