SSRS 2008 - Reporting Services Webpage is Blank except for headers

白昼怎懂夜的黑 提交于 2019-12-05 16:33:42

Solved it, sort of! I tried right clicking IE and selecting run as administrator, and then going to the report manager URL and everything worked properly.

I clicked on site settings on the top right of the page and added the greg user as a system administrator and system user.

I also added the greg user as a content manager on the root directory.

IT still says I was already a local administrator on that machine, but this seemed to be required to make it work.

Any thoughts why that was necessary?

JasonHorner

Check out this post: https://stackoverflow.com/questions/1540800/sql-2008-reporting-services-i-have-no-rights.

Basically you will run into this problem with UAC, if your only rights are via the builtin\adimistrators group, in order to make windows "see" this you need to run elevated, if you added your windows account explicitly as a content manger all would be good as you discovered.

This behavior would be the same for a sql server accessing via SSMS where the only access was granted to builtin\Admiistrators and not your user account explicitly.

It sounds suspiciously like the account you are using to access the Report Manager does not have permissions to view content. Depending on how you have things setup it may not be enough to be a local admin to see content.

On the home page of the Report Manager try clicking on the Properties tab and click New Role Assignment and manually adding your username and assigning it to all of the available roles.

If that does not work then you may need to login to the Report Server via the SQL Server Management Studio and double check how the security is setup. Make sure you connect to a report server and not a database engine.

You will also see this issue if you're running the SSRS service under a domain account. In that case you will see a completely blank page regardless if you are running as adminstrator or not, but it will work in other browsers like Firefox. This is an issue with Kerberos authentication, there are a couple of options to fix it detailed in this article.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!