Pentaho Report Designer 发布报表设置

Pentaho Report Designer 发布报表设置

分类: Pentaho 数据统计工具 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版好像不用了)

原文地址:https://www.cnblogs.com/mybi/p/2567040.html