How to remove Report Server Web Service URLs from Reporting Service Configuration Manager
Asked Answered
L

1

10

To start with, I am completely new to SSRS reporting. Please excuse me if I miss any basic details here. I am trying to create a reporting service. Accidently, I have selected an existing Report Server Web Service Site Identification. Now I have 2 Web service URLs. HTTP and one HTTPS I want to remove the HTTPS URL. But I am not getting any option to do that. To have a clear picture, I am adding the images below. This is the url I want to remove Not getting any link to remove Kindly help.

Lowis answered 13/7, 2017 at 6:22 Comment(0)
P
15

try restarting the SSRS service and see if the https url goes away?

An alternative may be to try editing the rsreportserver.config file directly and remove any references to the https url under <URL> </URL> for the following:

<URLReservations>
        <Application>
            <Name>ReportServerWebService</Name>
            <VirtualDirectory>ReportServer</VirtualDirectory>
            <URLs>

again, the SSRS service will have to be restarted for changes to take effect.

Plume answered 13/7, 2017 at 6:40 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.