如何从Reporting Service配置管理器中删除报表服务器Web服务URL

时间:2022-01-20 07:43:06

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. 如何从Reporting Service配置管理器中删除报表服务器Web服务URL 如何从Reporting Service配置管理器中删除报表服务器Web服务URL Kindly help.

首先,我对SSRS报告完全不熟悉。如果我在这里遗漏任何基本细节,请原谅。我正在尝试创建一个报告服务。我无意中选择了现有的报表服务器Web服务站点标识。现在我有2个Web服务URL。 HTTP和一个HTTPS我想删除HTTPS URL。但我没有做任何选择。为了获得清晰的图片,我正在添加下面的图片。请帮助。

1 个解决方案

#1


1  

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

尝试重新启动SSRS服务,看看https网址是否消失?

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:

另一种方法是尝试直接编辑rsreportserver.config文件,并删除对 下的https url的任何引用,以获取以下信息:

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

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

同样,必须重新启动SSRS服务才能使更改生效。

#1


1  

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

尝试重新启动SSRS服务,看看https网址是否消失?

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:

另一种方法是尝试直接编辑rsreportserver.config文件,并删除对 下的https url的任何引用,以获取以下信息:

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

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

同样,必须重新启动SSRS服务才能使更改生效。