博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Pentaho Report Designer 发布报表设置
阅读量:6184 次
发布时间:2019-06-21

本文共 588 字,大约阅读时间需要 1 分钟。

分类: 2009-10-30 12:03 589人阅读 (0)

1,BI server端的publish密码设置

   pentaho的发布密码 位于 pentaho-solutions/system中的publisher_config.xml

     <publisher-config>

    <publisher-password>password</publisher-password>
    </publisher-config>

    设置完发布密码,可直接将report-design程序设计的报表发布到服务器上

    参见:http://wiki.pentaho.com/display/Reporting/8.+Publishing+a+Report

 

2,BI server端的数据库设置

    使用report-design程序设计报表时,数据源同时需要在BI的admin console(http://server:8099)中添加

    MySQL数据源如下

                Name:随便

                Driver Class:com.mysql.jdbc.Driver

                User Name:数据库用户名

                Password:数据库密码

                URL:jdbc:mysql://host:3306/database

    另外,服务器端publisher_config.xml文件也应该添加此数据源(BI Server 3.5版好像不用了)

转载地址:http://gvsda.baihongyu.com/

你可能感兴趣的文章
★如何证明自己不是精神病?
查看>>
Unable to satisfy the following requirements
查看>>
vs 2005 添加GDI配置
查看>>
Tensorflow 基本概念
查看>>
win32gui.CeateWindow的参数
查看>>
轻松学C++
查看>>
【遇到的问题】ul,li不能左对齐
查看>>
我的友情链接
查看>>
《浮沉》读后感
查看>>
51CTO已展开反击?原账号无法在论坛上发表长篇内容
查看>>
我的友情链接
查看>>
利用R语言实现支持向量机(SVM)数据挖掘案例
查看>>
Bash shell脚本的语法结构
查看>>
linux sftp相关命令
查看>>
Like 关键字对时间模糊查询
查看>>
STL之容器共性
查看>>
金笛JDMail邮件系统从源头上为企业铸造防lj邮件墙--3
查看>>
ArcGis for Javascript 的使用注意点
查看>>
FileWriter不能写utf-8的原因及解决
查看>>
IOCP (关于WSASend,WSARecv调用)
查看>>