首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Pentaho 7 CE报表设计器超链接错误

Pentaho 7 CE报表设计器超链接错误
EN

Stack Overflow用户
提问于 2016-12-27 11:12:44
回答 1查看 527关注 0票数 0

我一直在将我的报告升级到pentaho 7 CE,遇到了一个奇怪的问题:在单元格上使用超链接打开子报表时,通过报表设计器超链接窗口在登录时,服务器URLPATH都会自动填充BI服务器URLE29,当通过E 110浏览器按钮选择超链接报告时,E 211、E 112参数E 213的钻取报告参数Tab没有出现,这在E114/code 6 CE报告设计器代码<215/>中运行良好。有人建议用满的东西吗?

我尝试了五旬节存储库选项,参数看起来很好,但是在报告中没有生成链接

在选择报表时,超链接会产生错误:

org.apache.commons.vfs2.FileSystemException:期望/遵循URI "http:/localhost:8080/pentaho".中的方案

(请帮助任何人..。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-05-27 16:48:47

我也有同样的问题,所以我开始调试报表设计器,我意识到当您使用宾得超链接:SwingRemoteDrillDownUiProfile时,他们创建了一个新的类来管理对话框:,我注释了使用该类的行,并取消了文件中其他行的注释

org\pentaho\reporting\designer\extensions\pentaho\drilldown\configuration.properties如下:

代码语言:javascript
复制
#org.pentaho.reporting.designer.core.editor.drilldown.profiles.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.swing.SwingRemoteDrillDownUiProfile
org.pentaho.reporting.designer.core.editor.drilldown.profiles.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.PentahoSugarDrillDownUiProfile
org.pentaho.reporting.designer.core.editor.drilldown.xul-document.pentaho-sugar=res://org/pentaho/reporting/designer/extensions/pentaho/drilldown/sugar-xaction-drilldown.xul
org.pentaho.reporting.designer.core.editor.drilldown.xul-controller.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.PentahoSugarDrillDownController

configuration.properties文件可以在report-designer-ext-pentaho-7.0.0.0-25.jar for pentaho 7.0ext-pentaho-7.1.0.0-12.jar for pentaho-7.1中找到。

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

https://stackoverflow.com/questions/41344102

复制
相关文章

相似问题

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