SSRS express 2017,配置管理器没有连接到服务; RPC问题

SSRS express 2017, Configuration manager does not connect to service; RPC issue

我刚刚将 SSRS Express 2016 升级到 SSRS Express 2017。

配置服务时,我可以设置 Web 服务 url 和 Web Portal url。

创建新数据库时,我可以毫无问题地使用向导。数据库凭据正常,连接测试成功等。

但是,当要使创建生效时,向导的最后一步,"Generating database script"时出现错误。

详情如下:

Microsoft.ReportingServices.WmiProvider.WMIProviderException: An error occurred when attempting to connect to the report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the operation.

---> System.Runtime.InteropServices.COMException: The RPC server is not listening. (Exception from HRESULT: 0x800706B3)
--- End of inner exception stack trace ---
at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.ThrowOnError(ManagementBaseObject mo)
at Microsoft.ReportingServices.WmiProvider.RSWmiAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)
at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.GenerateDatabaseScript(String databaseName, Int32 lcid, Boolean isSharePointIntegrated, String& script)

它提供的确保服务的唯一线索是 运行。我确认该服务确实 运行。我不明白什么?

在此先感谢您的帮助

几天前我遇到了同样的问题。我通过向我拥有的运行 SSRS 实例的服务帐户添加本地管理员权限来解决它。我想它需要比普通用户权限更多的权限才能启动 WMIProvider。