我们正在尝试在 Windows Server 2016 上安装 SSRS 2019。对于 SSRS 数据库,SQL Server 2016 位于另一个 Windows Server 2016 上。这两个服务器位于同一个域中,并且都可以相互 ping 通。
配置数据库时,出现以下错误。已检查指向的文章:
- RPC 服务应该在数据库和报告服务器上运行...这正在运行。
- DCOM 服务应该在数据库和报告服务器上运行...这正在运行。
- 授予 SSRS 服务所在的服务帐户的管理员权限...这是给定的。
任何帮助将不胜感激!
谢谢
尼拉吉
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)