Quantcast
Channel: Pentaho Community Forums - BI Platform
Viewing all articles
Browse latest Browse all 2893

Pentaho 5.2 Server installation pentaho_operations_mart user

$
0
0
Hi!
Following the 5.0 documentation I created in my database the "pentaho_operations_mart" user.

Code:

CREATE USER pentaho_operations_mart IDENTIFIED BY pentaho_operations_mart;
...

Later, I configured my Context.xml file of tomcat, but it is not clear to me what I should do with the following configuration.
Moreover, this piece of configuration (pentaho_operations_mart) appears on the 5.0 documentation but it is not present on the Context.xml of tomcat 5.2
Code:

<Resource validationQuery="select 1 from dual" url="jdbc:oracle:thin:@localhost:1521/XE"
          driverClassName="oracle.jdbc.OracleDriver" password="password" username="hibuser" maxWait="10000" maxIdle="5"
          maxActive="20" factory="org.apache.commons.dbcp.BasicDataSourceFactory" type="javax.sql.DataSource"
          auth="Container" name="jdbc/pentaho_operations_mart"/>

My question is/are:
  • Which user shoul I put there? "pentaho_operations_mart" or "hibuser"
  • What is this user for?


Thanks!

Viewing all articles
Browse latest Browse all 2893

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>