SQL Server便餐板和SQL Server报告服务没有开始。
“ Windows无法在本地计算机上启动SQL Server报告服务”
错误1053:服务未及时响应启动或控制请求
当我从报表服务配置管理器开始时结束。我遇到错误了。
System.InvalidOperationException:无法在计算机“名称”上启动服务SQLServerReportingServices。
-> System.ComponentModel.Win32Exception:服务未及时响应启动或控制请求
---内部异常堆栈跟踪的结尾--- 在System.ServiceProcess.ServiceController.Start(String [] args)
在ReportServicesConfigUI.Panels.ConfigurationPanelWithErrors.StartOrStopServiceTask(Boolean start,String serviceName)
请参阅下面的链接,但是它不能解决问题。
The request failed or the service did not respond in a timely fashion?
注意:我可以以管理员身份运行Reporting Service配置管理器
任何线索如何解决这个问题?
答案 0 :(得分:1)
services.msc> 可执行文件的SQL Server报告服务路径为:“ 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.
对我来说, web.config 中的文件“ C:\ Program Files \ Microsoft SQL Server Reporting Services \ SSRS \ ReportServer” 受伤了。
我用另一个系统中的另一个替换它,解决了我的问题。
答案 1 :(得分:0)
我遇到了同样的问题
卸载SQL Reporting Service
停止SQL Server报告服务(您可以在cmd ==> services.exe中找到它)
使用SSMS丢弃ReportService和ReportServieTmp
删除此目录(包括所有文件)C:\ Program Files \ Microsoft SQL Server Reporting Services
这不是最好的解决方案,但是可以。
答案 2 :(得分:0)
我遇到了类似的问题,我按照许多人的建议重新启动了系统。然后,尝试失败后,我选择了“网络服务”(这不是默认设置),然后单击“应用”。几分钟后,它建立了连接,我选择了虚拟服务帐户并建立了连接。
答案 3 :(得分:0)
下载https://raw.githubusercontent.com/alijamal14/PublicFiles/master/web.config
并在此处替换 web.config
文件:
"C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer"