SSRS部署 新手求教
最近2天都在搞SSRS部署问题,一直进入不了Reporting Manager (报表管理器),上火啊。。。求各位大侠帮忙。
问题描述:
进入不了报表管理器(Report Manager),错误提示:The underlying connection was closed: An unexpected error occurred on a receive.
主文件夹
报表配置服务管理器(Reporting Services Configuration Manager)中服务已经启动,能进入http://127.0.0.1:8080/ReportServer,看到信息为:Microsoft SQL Server Reporting Services 版本 10.0.1600.22
-------------------------------------
操作系统:Win 7 企业版 32位操作系统
用单位的电脑,我本人用的是加了域名的帐号登录系统的。
已经安装的程序:
SQL Server Reporting Services
IIS
报表配置服务管理器里的相关配置信息:
1. 报表服务器账户 域名\user
2. 网络服务URL IP Address: 所有已分配 TCP Port: 8080
URLS: http://127.0.0.1:8080/ReportServer
3. 报表管理器URLS: http://127.0.0.1:8080/Reports/Pages/Folder.aspx
PS: 之前在win 7 下,安装SQL Server 2008 R2 ,并且安装了SSRS ,配置完成后,访问报表管理器 URL,出现如下错误:
用户“xxxxx”不具有所需的权限。请验证授予了足够的权限并且解决了 Windows 用户帐户控制(UAC)限制问题。这是因为当前用户不是默认的 管理员账户 Administrator,在Win 7 下,Administrator 默认是禁用的,而SSRS默认的系统管理员就是Administor。
所以我在web.config中的在<system.web> 设置禁用 身份模拟,让SSRS 以服务账户(一般是LocalSystem)身份运行 <identity impersonate="false" />
------解决方案--------------------看一下ReportingService错误日志