环境:Windows 2008 ,SQL Server 2005 
问题:在Windows 2008上,先配置为DC,然后安装SQL Server及Service Pack。用Http://localhost/reports 验证Reporting Service 时出现问题:The report server is not responding. Verify that the report server is running and can be accessed from this computer. 

进一步诊断:

使用SQL Server Management Studio 连接到报表服务器,出现错误:

 无法访问SQL Server Reporting Service

解决方案:
找到C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\rsreportserver.xml 文件,授权NETWORK SERVICES user对此文件的读和运行访问权限。
 
 

转载于:https://blog.51cto.com/blueseasky/501579

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-10-23
  • 2021-09-03
猜你喜欢
  • 2021-09-07
  • 2022-01-10
  • 2022-02-19
  • 2022-03-03
  • 2022-01-09
  • 2021-11-28
  • 2022-01-09
相关资源
相似解决方案