rdl 报告生成器文件未从 SharePoint 站点启动

rdl report builder file not launching from SharePoint site

我有指向 2 个 SharePoint 站点(不同服务器)的链接,当我在一个站点上单击菜单选项 "Edit in Report Builder" 时,它不会按预期加载到另一个站点。我得到一个对话框,上面有一个显示详细信息按钮,单击该按钮会打开一个日志文件。日志文件显示:

...
Activation of <path>\ReportBuilder_3_0_0_0.application resulted in exception. Following failure messages were detected:
  System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
    + Downloading file:///<path>/RptBuilder_3/MSReportBuilder.exe.manifest did not succeed.
...

关于如何让它工作的任何想法?

我所知道的是,我在网站上设计了可以使用 Report Builder 12.0 的那些。如果我遇到上面的错误,这是否意味着报表生成器 3.0 不向后兼容?

我也尝试过清除缓存选项,但这对我也不起作用,即:

Open command window
Type: cd C:\Windows\System32
Type: rundll32 dfshim CleanOnlineAppCache

看来它们是服务器之间的问题,我无法确定。这不是理想的解决方案,而只是一种解决方法。

Goto the following folder C:\Users\[username]\AppData\Local\Apps.0
Delete all contents (this is the cached files)
Reopen report

此临时解决方案的问题仅适用于一台服务器,因此我每次都必须重复在 2 台服务器之间切换 - 非常烦人。

如果有人有更永久的解决方案,请告诉我。