【发布时间】:2011-11-21 17:11:48
【问题描述】:
我在 Windows Server 2008 R2 Standard 计算机上使用 SQL Server 2008 R2 设置 Reporting Services 时遇到问题。
- 我使用的 Windows 用户帐户是管理员。
- 报表服务器服务帐户:网络服务。
- Web 服务 URL 的 IP 地址/端口:172.18.200.18:8080。
然后我设法通过 Reporting Services 配置管理器连接到 ReportServer 数据库(数据库 > 更改凭据 > 测试连接 => 测试连接成功)。
当尝试访问报告管理器 (http://172.18.200.18:8080/Reports) 时,这是我得到的错误:
User 'DOMAIN\user' does not have required permissions. Verify that sufficient
permissions have been granted and Windows User Account Control (UAC)
restrictions have been addressed.
大多数时候,这是因为 IE 没有以管理员身份运行。
所以我以管理员身份重新启动 IE。同样的错误。
【问题讨论】:
标签: reporting-services reporting ssrs-2008