SSRS报告参数已禁用

问题描述:

所以这是我的问题。我有一个常设的SSRS报告,它在网上显示在 DIV 中。现在我最近将SQL升级到2012,从那时起我运行它们时只有部分报告无法在Web端运行,因为参数全部被禁用。以下是我已经完成/检查的内容:


$ b $b▓所有数据源都是正确的(共享数据源)
$ b $b▓当我运行时填充给定参数字段所需的sps 100%工作$ b $b▓当我在我的本地和测试版网站(不同服务器)上测试时,它100%工作,你可以选择不同的必需参数
$ b $b▓当我从本地指向Live服务器调试它100%工作



所以任何人都有任何想法/解决方案为什么只有在Live服务器上只有一些参数不起作用。任何帮助非常感谢

So here is my question. I have a standing SSRS Report that gets displayed in a DIV on the Web. Now I recently upgraded SQL to 2012 and since then only some of my reports when I run them cannot be run on the web side as the parameter are all disabled. Here is what I have done/checked for:

▓ The DataSource on all is correct (Shared Data Source)
▓ When I run the sps required to populate the given parameter fields it works 100%
▓ When I test on my local and beta site (Different servers) it works 100% and you are able to choose the different required parameters
▓ When I debug from my local pointing to the Live server it works 100%

So does anyone have any idea/solution to why only on the Live server does only some of the parameters not work. Any help much appreciated

我会添加解决方案以防其他人可能也需要看到这个。



原来,对reportBuilder的引用仍旧引用旧版本。当它被删除它100%工作。但是没有押韵也没有理由说明为什么会发生这种情况以及为什么删除这种方法有效: - )
I will add the solution in case someone else might also need to see this.

Turns out that the reference to the reportBuilder still had a reference in from the older version. When this was removed it worked 100%. But there is no rhyme nor reason to why this happened and why removing this worked :-)