Hi,
This was a little tweaky issue, i faced long time back.
There is a workaround for this..
Cause..
Changes made in SQL Reporting Service configuration (changing the Service Account from NT Auth... to Local System.. or to another user account, OR any other config changes) will cause the RsReportServer.Config Settings to change as well. (result in RPC server is not listening).
ReportServicesConfigUI.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 (0x800706B3): The RPC server is not listening. (Exception from HRESULT: 0x800706B3)
--- End of inner exception stack trace ---
at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.
Solution..
Do the following steps.
1) Rename the C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\RsReportServer.Config to retain the backup as a safety measure.
2) Copy the original config file from one of the following folders
(C:\Program Files\Microsoft SQL Server\90\Samples\Reporting Services\Extension Samples\PolygonsCustomReportItem\VB)
OR
C:\Program Files\Microsoft SQL Server\90\Samples\Reporting Services\Extension Samples\PolygonsCustomReportItem\CS
Go to SQL Server Configuration Manager.. , Restart the SQL Reporting Services. You are all SET..
I know it's a delayed response for your problem you stated.. But hope it will help somebody else who's looking for this solution.
**Note - You may have to reconfigure the SSRS Config as needed.
Subbu (ksmani99)
MCDBA,MCTS