|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, September 14, 2012 4:10 AM
Points: 1,
Visits: 26
|
|
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..
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, February 20, 2013 12:48 AM
Points: 2,
Visits: 3
|
|
Hi Srikanth,
I am facing the same problem. Can you please share the solution if you have found any?
Regards, Amit Waghchoure
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Monday, June 10, 2013 11:30 PM
Points: 574,
Visits: 1,175
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, February 20, 2013 12:48 AM
Points: 2,
Visits: 3
|
|
Hi Roshan, Thanks for the reply. I will check the network settings as suggested by you.
Regards, Amit.
|
|
|
|