Pentaho Report Designer 发布报表设置

来源:互联网 发布:淘宝聊天阿里旺旺下载 编辑:程序博客网 时间:2024/04/25 23:40

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版好像不用了)