首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Powerview连接错误

Powerview连接错误
EN

Stack Overflow用户
提问于 2012-07-16 10:49:47
回答 1查看 2.9K关注 0票数 1

当我试图从Sharepoint中的excel电子表格创建powerview报告时,我会得到以下错误消息。

请帮帮忙

代码语言:javascript
复制
An error occurred while loading the model for the item or data source 'http://win-lnj1eq8qsfv:16350/PowerPivotTestSite/PowerPivot Gallery/Sum of Sales Quota.xlsx'. Verify that the connection information is correct and that you have permissions to access the data source.


<detail>
  <ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode>
  <HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus>
  <Message xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'http://win-lnj1eq8qsfv:16350/PowerPivotTestSite/PowerPivot Gallery/Sum of Sales Quota.xlsx'. Verify that the connection information is correct and that you have permissions to access the data source.</Message>
  <HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60</HelpLink>
  <ProductName xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName>
  <ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.2100.60</ProductVersion>
  <ProductLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId>
  <OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem>
  <CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId>
  <MoreInformation xmlns="http://www.microsoft.com/sql/reportingservices">
    <Source>ReportingServicesLibrary</Source>
    <Message msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60" xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'http://win-lnj1eq8qsfv:16350/PowerPivotTestSite/PowerPivot Gallery/Sum of Sales Quota.xlsx'. Verify that the connection information is correct and that you have permissions to access the data source.</Message>
    <MoreInformation>
      <Source>Microsoft.ReportingServices.ProcessingCore</Source>
      <Message msrs:ErrorCode="rsErrorOpeningConnection" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=1.0" xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'TemporaryDataSource'.</Message>
      <MoreInformation>
        <Source>Microsoft.AnalysisServices.AdomdClient</Source>
        <Message>A connection cannot be made. Ensure that the server is running.</Message>
        <MoreInformation>
          <Source>Microsoft.AnalysisServices.SharePoint.Integration</Source>
          <Message></Message>
          <MoreInformation>
            <Source>Microsoft.AnalysisServices.SharePoint.Integration</Source>
            <Message>The PowerPivot service application could not connect to the Analysis Services instance.</Message>
          </MoreInformation>
        </MoreInformation>
      </MoreInformation>
    </MoreInformation>
  </MoreInformation>
  <Warnings xmlns="http://www.microsoft.com/sql/reportingservices" />
</detail>
EN

回答 1

Stack Overflow用户

发布于 2012-08-08 00:55:53

基本上,如果您阅读错误,您可以看到TemporaryDataSource无法打开到数据源的连接,这是

代码语言:javascript
复制
<Message msrs:ErrorCode="rsErrorOpeningConnection" ....
    Cannot create a connection to data source 'TemporaryDataSource'.
</Message>

检查您是否可以手动访问Datasource --连接字符串生成器对话框应该有一个“”按钮。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/11502764

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档