第二步:在报表服务器计算机上安装一个 SharePoint Web 前端。该 Web 前端会将报表服务器计算机加入 SharePoint 场中。只有在将报表服务器和 SharePoint 技术实例部署到不同的计算机上时,才需要在报表服务器计算机上安装 Web 前端。(如果不安装WEB前端,一会遇到一个报错,在打开报表服务页面的时候,见下:) http://technet.microsoft.com/zh-cn/library/aa905869.aspx 第三步:Sharepoint 2010 管理中心配置 使用 SharePoint 管理中心配置报表服务器集成。配置设置包括指定单个报表服务器 URL、针对发往报表服务器的请求设置身份验证类型、向报表服务器服务帐户授予数据库访问权限。 General application settings -- reporting services -- Reporting services integration 配置相应的项目;
我还遇到了一个这个错误 ERROR 1: Reporting Services Error ?The configuration parameter SharePointIntegrated is set to True but Share Point Object Model cannot be loaded. The error was: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' at Microsoft.ReportingServices.SharePoint.Objects.RSSPImpSecurity.set_StaticCatchAccessDeniedException(Boolean value) at Microsoft.ReportingServices.SharePoint.Server.SharePointServiceHelper..ctor() at Microsoft.ReportingServices.SharePoint.Server.SharePointServiceHelperFactory.get_ServiceHelper() WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. . (rsSharePointObjectModelNotInstalled) Get Online Help
[解决办法] 错误原因写的很清楚了,第一检查你的服务器是否在farm里面,第二检测你的report service 的用户是否对farm有读取权限