Failed to validate url

  • 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.

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • 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