Forum Discussion
Error in saving to Power BI Report Server
- Anonymous4 years ago
I have run into this issue in the past and with mixed experiences. This could be due to a number of factors. The most common is size.
Two ways I have bypassed this is.
1) save the file locally and not directly to the server. Then upload the report via the properties section on the report server where the report is saved.
2) If the file is still too large, save it as a PBIT, then open it as a PBIX and cancel the refresh. Save or upload to the server, set a refresh schedule, and then the report should refresh and work.
Cheers,
George
So this part of the error messages "No URL is registered for application ReportServerWebApp" means that something is wrong with the configuration of the URL for the web service endpoint. You should open up the Report Server Configuration Manager on the PBIRS server. Then check the setting for the Web Service URL. By default this is normally set to /ReportServer. I would suggest trying to change this to something different (eg. "/ReportServer2" then change it back to "/ReportServer") this should cause the configuration manager to delete and re-create the URL reservations which should hopefully fix this issue.