November 20, 2019 at 12:05 pm
Hello everyone!
I have trouble when implementation Report server.
Reportservice2010 failed. Failedt to validate endpoint.
http://servername.:5001/ReportServer/ReportService2010.asmx - ensure the end point is valid before proceeding - Error:The request failet wit HTTP status 502:Proxy Error (Try the request again.)
here install logs
11-19-2019 19:34:30 MSRS Virtual Directory is ReportServer
11-19-2019 19:34:33 Failed to validate url http://SERVERNAME.:80/ReportServer/ReportService2010.asmx endpoint: System.Net.WebException: The request failed with HTTP status 502: Proxy Error ( Try the request again. ).
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at CustomActions.ReportService2010.ReportingService2010.ListExtensionTypes()
at CustomActions.CustomActions.ReportService2010(Session session)
Can you help me to configure endpoint? Or there is another issue?
Thank you.
November 21, 2019 at 12:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
November 21, 2019 at 1:54 pm
sultikav i guess lets start with the basics:
is the SSRS service up and running, so you can navigate to pages or the management links, and you are just having trouble with the specific /ReportService2010.asmx page? where did you get the port 5001 from? a default install is port 80.
if the Service is set up and accessible, it's probably the specific setup; if it is not, you need to add the database, and configure first.
while the default path is typically servername/ReportServer, i can be different, depending on how you installed and how you aliased it.
take a look at the Reporting services Configuration manager.
The Virtual Directory in the screenshot below would show you the right folder name, as well as the port.
you should be able to append /ReportService2010.asmx to the end of the path as seen below. does that work?
Lowell
November 22, 2019 at 5:00 am
Hello, Lowell!
I just experimented with different ports. In general, I am implementing SunSystems. SSRS is already installed, web services are working. However, I have trouble with validating endpoint ReportService2010.asmx. I know that is not SunSystems support forum. However, maybe someone faced with this problem.
When I add to URL http://SERVERNAME.:80/ReportServer/ReportService2010.asmx in Reporting services configuration manager its not working. And return me to default http://SERVERNAME.:80/ReportServer
Thank you in advance!
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply