Forum Discussion
Cannot Publish Power BI Report
- Anonymous8 years ago
All -
I finally unistalled everything (even dropping the reportserver and tempreportesrver databases), and re-installed fresh. This seemed to resolve the issue as I am now able to publish Power BI reports either via the "Save as" option or uploading from the Power BI portal.
To uninstall simply run the setup and choose the ininstall option. Finish up by using SSMS to drop the associated databases.
I'm assuming this happened after updating Power BI from one version to another.
It looks like there may have been an issue setting up the Power BI endpoint which handles PBI report requests or the service account you have setup has limited permissions. Can you try running the following command and let me know if you see an entry for a PBI endpoint, should look similar to (Reserved URL: http://+:80/powerbi/) however the port number should match whatever port you used in the config tool. Additionaly can you check the config tool and let me know what you have set for your service account, you may also want to compare it to what you have configured for your other environments.
netsh http show urlacl
Matt M.
- Anonymous8 years agoNot applicable
1. can you try to detele a existing file - On the server and web portal: Yes, I can delete files on the server and anything currently on the web portal.
2. are you able to upload that pxib directly from report portal - no, this also results in an even more generic error.
3. i think it's about infrastructure issue. - Probably
I ran the command and the "Reserved URL: http://+:80/powerbi/" line does exist. As far as the user account it is just the default PowerBI NT Service account being used. This is the same for the other environement. The SQL connection uses a AD service account we created.
- Anonymous8 years agoNot applicable
Hi,
We are facing the same problem, however, our enviroment is setup in one server only.
Same error message, same log information.Tks
- Anonymous8 years agoNot applicable
All -
I finally unistalled everything (even dropping the reportserver and tempreportesrver databases), and re-installed fresh. This seemed to resolve the issue as I am now able to publish Power BI reports either via the "Save as" option or uploading from the Power BI portal.
To uninstall simply run the setup and choose the ininstall option. Finish up by using SSMS to drop the associated databases.
I'm assuming this happened after updating Power BI from one version to another.