We are trying to install SSRS 2019 on Windows Server 2016. For the SSRS Database the SQL Server 2016 is on another Windows Server 2016. Both the server are on the same domain and are both pingable to each other.
While configuring the database, get the below error. Have checked articles which point to :
- RPC service should be running on the database and the reporting sever... This is running.
- DCOM service should be running on database and the reporting sever... This is running.
- Giving Administrator rights to the service account in which the SSRS service... This is given.
Any help would be highly appreciated!
Thanks
Neeraj
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)