When I try to create a new database in Report Server Configuration Manager, I got this error : 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)
I have the SQL Server 2017 with the SQL Server Reporting Services (October 2017) on my server.
This is the list of what I try to fix this problem :
- Restart the computer
- Check if my SQLServer is running on my pc.
- In SQL Server 2017 Configuration Manager, I check if the SQL Server and the SQL Server Browser are running.
- In SQL Server 2017 Configuration Manager, I enable TCP/IP in SQL Server Network Configuration -> Protocols for SQLEXPRESS
I need help to fix this problem !