0

当我尝试通过我的 .bism 连接创建 Pover View 报告时,我收到以下错误:

原始 XML

rsCannotRetrieveModel400加载项目或数据源“http://localhost/rpl/model.bism”的模型时出错。验证连接信息是否正确以及您是否有权访问数据源。http://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&EvtID=rsCannotRetrieveModel&ProdName=Microsoft%20SQL %20Server%20Reporting%20Services&ProdVer=11.0.2100.60Microsoft SQL Server Reporting Services11.0.2100.60127OsIndependent1033ReportingServicesLibrary加载项目或数据源“http://localhost/rpl/Model.bism”的模型时出错。验证连接信息是否正确以及您是否有权访问 data source.Microsoft.ReportingServices。

可读版本

rsCannotRetrieveModel400加载项目或数据源“http://localhost/rpl/model.bism”的模型时出错。
验证连接信息是否正确以及您是否有权访问数据源。http://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&EvtID=rsCannotRetrieveModel&ProdName=Microsoft%20SQL %20Server%20Reporting%20Services&ProdVer=11.0.2100.60

Microsoft SQL Server Reporting Services11.0.2100.60127OsIndependent1033ReportingServicesLibrary
加载项目或数据源“http://localhost/rpl/Model.bism”的模型时出错。
 验证连接信息是否正确以及您是否有权访问 data source.Microsoft.ReportingServices。
ProcessingCore 无法模拟数据源“TemporaryDataSource”的用户。
Microsoft.ReportingServices。

ServiceRuntimeCannot 将声明标识转换为 Windows 令牌。Microsoft.SharePoint 无法检索有效的 Windows 标识。mscorlib

访问被拒绝

Microsoft SQL Server Reporting Services11.0.2100.60127OsIndependent1033ReportingServicesLibrary
加载项目或数据源“http://localhost/rpl/Model.bism”的模型时出错。
 验证连接信息是否正确以及您是否有权访问 data source.Microsoft.ReportingServices。
ProcessingCore 无法模拟数据源“TemporaryDataSource”的用户。
Microsoft.ReportingServices。

ServiceRuntimeCannot 将声明标识转换为 Windows 令牌。Microsoft.SharePoint 无法检索有效的 Windows 标识。mscorlib

访问被拒绝

我正在使用带有 Service Pack 1 的 SQL Server 2012 RTM、Sharepoint 2010、Windows Server 2008 R2 Enterprise。所有 SQL、Analysis Services 和 Sharepoint Windows 服务都使用相同的域帐户运行,该域帐户也是本地计算机的管理员。该域帐户在 SQL 和 Analysis Services 中都是神。它还在 sharepoint 中管理管理员,并且所有 sharepoint 服务都使用该帐户。IIS 应用程序池也使用该帐户运行。我可以通过 SQL Management Studio 等任何其他客户端进行连接。Power View 连接有什么问题?请帮忙!

4

1 回答 1

1

在 SharePoint 中央管理中,导航到应用程序管理 -> 管理服务器上的服务。停止“Claims to Windows Token Service”服务并重新启动 IIS。应该解决你的问题。

于 2012-09-24T18:33:05.357 回答