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