Pentaho report designer: pentaho data statistics Tool 589 people read comments (0) collect reports
1. Set the publish password on the Bi server.
Pentaho release PasswordLocated in pentaho-Solutions/SystemPublisher_config.xml
<Publisher-config>
<Publisher-Password> password </publisher-Password>
</Publisher-config>
After setting the release password, you can directly copy the report-designProgramPublish the designed report to the server
See http://wiki.pentaho.com/display/Reporting/8.+Publishing+a+Report
2. BI Server database settings
When using the report-design program to design a report, you must also add the data source to the Admin Console (http: // server: 8099) of Bi.
The MySQL data source is as follows:
Name: casual
Driver Class: COM. MySQL. JDBC. Driver
User name: Database User Name
Password: Database Password
URL: JDBC: mysql: // host: 3306/Database
In addition, the server-side publisher_config.xml file should also add this data source (Bi Server 3.5 does not seem to need to be used)