SSRS运行report builder报错 的解决方案

无法打开report builder

报错内容1:无法下载应用程序。应用程序中缺少必须的文件。请于应用程序供应商联系以获得帮助。

log:以下是错误摘要,这些错误的详细信息列在该日志的后面。

* 激活 D:\Downloads\ReportBuilder_3_0_0_0.application 导致异常。 检测到下列失败消息:
+ 下载 file:///D:/Downloads/RptBuilder_3/MSReportBuilder.exe.manifest 未成功。
+ 未能找到路径“D:\Downloads\RptBuilder_3\MSReportBuilder.exe.manifest”的一部分。

========解决方案=======

1.永远用IE打开。不要使用chrome/firefox打开report builder。

2.执行以下cmd命令。

rundll32 dfshim CleanOnlineAppCache

原文:

  1. First of all, always use Internet Explorer to connect to reports and download report builder. In my experience this issue is seen when you attempt to download report builder via Chrome or Firefox. In most cases using IE is the solution. If you are using internet explorer and still facing the same issue, proceed to step 2.
  2. Run the below command by opening command prompt as administrator. This command basically clears the local application cache. Download the report builder and run the app.
rundll32 dfshim CleanOnlineAppCache

报错内容2 (其他因SQL SERVER R2 Service Pack 3版本问题造成的):

We have discovered a problem with Report Builder that ships with SQL Server 2008 R2 Service Pack 3.

If you installed SQL Server 2008 R2, have upgraded it to Service Pack 2 and then applied Service Pack 3, then Report Builder will fail to launch. It will raise the following error.

ERROR SUMMARY

Below is a summary of the errors,
details of these errors are listed later in the log.

* Activation of http://.../ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application resulted in exception. Following failure messages were detected:

+ File,
Microsoft.ReportingServices.ComponentLibrary.Controls.dll, has a different computed hash than specified in manifest.

官方解释不打算修复这个问题(真是坑爹),它建议执行下面两个解决办法:

   

1: 客户端

从链接http://www.microsoft.com/en-pk/download/details.aspx?id=6116下载安装SQL SERVER 2008 R2 RTM的Report Builder 3.0

或者从连接http://www.microsoft.com/en-us/download/details.aspx?id=42301限制安装SQL SERVER 2014的Report Builder。

2:服务器端

卸载SP3,然后卸载 SP2,然后从新应用SP3来解决问题。

ref:

We are not planning to release a fix for this issue. Instead we recommend you implement one of the following workarounds.

- Client side workaround:

- Install and run Report Builder 3.0 of SQL Server 2008 R2 RTM from the following location:http://www.microsoft.com/en-pk/download/details.aspx?id=6116

- Or install and run Report Builder of SQL Server 2014 from the following location: http://www.microsoft.com/en-us/download/details.aspx?id=42301

- Server side workaround:

- Uninstall Service Pack 3 then uninstall Service Pack 2 and then reinstall Service Pack 3.

原文地址:https://www.cnblogs.com/watermarks/p/10068499.html

时间: 2024-10-17 02:39:53

SSRS运行report builder报错 的解决方案的相关文章

Mysql only_full_group_by以及其他关于sql_mode原因报错详细解决方案

(转载自:http://blog.csdn.net/wangyunfeis/article/details/77911704) Mysql only_full_group_by以及其他关于sql_mode原因报错详细解决方案 报错信息: 原因: 怎么查看呢: 解决办法1: 验证一下: 解决办法2 解决办法3 对于办法3解决的解释 对办法2办法3两种方法的说明 附上其他mode解释 对于其他mode说明 报错信息: 1.Error querying database.  Cause: com.my

关于because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified报错的解决方案

我是采用代理模式的aspectj <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.10</version> <configuration> <argLine> -javaagent:/Users/hongjie/.m2/repo

ELK报错及解决方案

ELK报错及解决方案 1.jdk版本问题 报错如下: future versions of Elasticsearch will require Java 11; your Java version from [/usr/local/jdk9/jdk-9.0.4] does not meet this requirement Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in

用java运行Hadoop程序报错:org.apache.hadoop.fs.LocalFileSystem cannot be cast to org.apache.

用java运行Hadoop例程报错:org.apache.hadoop.fs.LocalFileSystem cannot be cast to org.apache.所写代码如下: package com.pcitc.hadoop; import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org.apache.h

Control character in cookie value, consider BASE64 encoding your value , java操作cookie遇到中文会报错的解决方案

项目当中用到cookie保存中文,但是会报如下错误: Control character in cookie value, consider BASE64 encoding your value 大概意思是保存到cookie当中的值存在控制字符,无法保存.但实际上数据是不存在这种问题的.再看后面的那句话,好像是将要保存的值进行了base64编码,可能是因为中文在编码时出现乱码导致一些控制字符的出现.看来setCookie方法不支持保存中文(GBK)编码的样子. 解决方案:将要保存的值进行URLE

Emoji表情符号录入MySQL数据库报错的解决方案

前言:手机app应用评论的时候,恢复表情符号,提示失败.?1,查看tomcat后台日志,核心报错信息如下:  Caused by: java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\x97\xF0\x9F...' for column 'CONTENT' at row 1at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1074)at com.mysql.

MyEclipse导入jquery-1.8.0.min.js等文件报错的解决方案

MyEclipse导入jquery-1.8.0.min.js等文件报错的解决方案 版权声明:本文为博主原创文章,未经博主允许不得转载. MyEclipse导入jQuery-1.8.0.min.js等文件的时候有时候会报了一堆missing semicolon的错误.怎么解决这个报错呢?方法如下: 1.选中报错的jquery文件例如“jquery-1.8.0.min.js”. 2.右键选择 MyEclipse-->Exclude From Validation . 3.再右键选择 MyEclips

VirtualBox创建虚拟电脑、运行Genymotion模拟器报错

当安装完Genynition关于Android应用的调试模拟器之后,在Genymotion运行的平台virtualBox:VirtualBox创建虚拟电脑.运行Genymotion模拟器报错: 错误卖相是这样的<这张图是截取的别人的,但是我敢说我的解释才够让你一目了然>: 对于这类错误的解决办法,我亲自运行了下并解决了自己的问题: 首先:window+R<快捷键> 进入运行页面  输入: CMD        打开运行窗口,首先找到自己安装VirtualBox模拟器的文件安装写入位

【JNI编程】使用javah命令生成头文件报错的解决方案

异常信息: 提示找不到某个类(要进行编译的类) 产生异常的开发环境: jdk7.0 ndk版本: android-ndk-r7b 解决方案: 在环境变量classpath中添加android.jar这个文件的目录 如:E:\eclipse\android-sdks\platforms\android-8\android.jar 问题描述: 刚开始研究JNI,然后让这个问题折腾了一上午,使用javah来生成java的class文件没问题,但是生成包含android特有的类库的class文件就出错,