报告服务配置管理器无法启动当前报告服务器 - SSRS

Ask*_*kMe 1 sql-server reporting-services ssrs-2017

SQL Server Lunchpad 和 SQL Server 报告服务未启动。

“Windows 无法在本地计算机上启动 SQL Server 报告服务”
错误 1053:服务未及时响应启动或控制请求

当我从报告服务配置管理器端开始时。我遇到以下错误。

System.InvalidOperationException:无法在计算机“Name”上启动服务 SQLServerReportingServices。
--> System.ComponentModel.Win32Exception:服务未及时响应启动或控制请求
--- 内部异常堆栈跟踪结束 --- 在 System.ServiceProcess.ServiceController.Start(String[] args)
在 ReportServicesConfigUI.Panels.ConfigurationPanelWithErrors.StartOrStopServiceTask(布尔启动,字符串服务名称)

请参阅下面的链接,但它并不能解决问题。

请求失败或者服务没有及时响应?

注意:我可以以管理员身份运行报告服务配置管理器

有任何线索如何解决这个问题吗?

Mah*_*hdi 5

services.msc > SQL Server Reporting Service 可执行文件路径为:“C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\RSHostingService\ RSHostingService.exe

然后我在 PowerShell 上执行 RSHostingService.exe(以管理员身份运行)

错误

**Exception occurred while parsing config file** at [C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\RSHostingService\config.json]System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
Returned.
Run Code Online (Sandbox Code Playgroud)

对我来说, “C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer”中的web.config文件已损坏。

在此输入图像描述

我用另一个系统中的另一个替换了它,我的问题解决了。