Adding a jdbc driver to pentaho design studio and configuring the datasource

荒凉一梦 提交于 2019-12-06 02:53:58

You have to configure the datasource by adding a Relational Process Action to your .xaction in the Pentaho Design Studio wherein you can specify the JDBC Driver, Username, Password and the Database URL. But first you have to put your MySQL JAR file in your lib folder /path/to/biserver-ce/tomcat/lib

You will also have to save your *.xaction file/s in the pentaho-solutions folder /path/to/biserver-ce/pentaho-solutions in order for your *.xaction files to connect to the database which you have assigned in your Relational Process Action.

I encountered the same problem and solved as follow

  1. place mysql-connector-java-5.1.17.jar under (bi server path)\tomcat\lib\ folder
  2. start Pentaho Admin Console (PAC) http://127.0.0.1:8099 with

    user: admin
    password: password
    

    and add a connection there

  3. use the name of the connection just created for action sequence as JNDI

The problem solved for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!