Forum Discussion
Create scheduled refresh plan. An internal error occurred on the report server.
- 7 years ago
I solved the issue by stopping the old SSRS svc.
The old API /ReportServer/*.asmx of SSRS2017 svc was still running so it connected to the 14.0 api not 15.0 and failed.
I solved the issue by stopping the old SSRS svc.
The old API /ReportServer/*.asmx of SSRS2017 svc was still running so it connected to the 14.0 api not 15.0 and failed.
- Anonymous7 years agoNot applicable
Is it possible that you can provide me with a step to step guidance to this solution
- hfleitas7 years agoFrequent Visitor
Here you go.
1. RDP into the machine that you installed Power BI Report Server on.
2. If you dont have RDP access, open Computer Manager on your workstation, right click Computer Management (Local), select Connect to another computer...enter the machine name, click OK.
3. Expand Services and Applications, expand Services.
4. Find SQL Server Reporting Services and double click it.
5. Set startup type: Manual.
6. Service status: Stopped. If it's not Stopped, click the Stop button to stop it.
7. Click OK to apply the changes.
8. Find the Power BI Report Server service. You can choose to restart it at this point to start fresh. But at this point you've officually fully cutover hosting from SQL Server Reporting Services to hosting Power BI Report Server. The Power BI Report Server service should appear like this.