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

Configure JAVA_HOME environment variale correct

$
0
0
Hi,

I'm trying to install the biserver-ce-6.1.0.1-196 version.
I'm running Windows 8.1. And I want to run it local.
My assumption is that I don't need requirements like a running Tomcat or MySQL-DB beforehand. Is that right? Cause I didn't find any hint for that. I thought the installation would set up it's own services...
I seem not to configure the environmental variable for JAVA_HOME correctly. Cause when I run the "start-pentaho" batch the shell pops up for just a moment and then it closes. I couldn't make a screen from that (too fast). But I read sth like the environmental variable is not defined correctly.
My JRE-path is C:\Program Files (x86)\Java\jre1.8.0_77
I tried to set the environmental variable "JAVA_HOME" as a system variable with the path "C:\Program Files (x86)\Java\jre1.8.0_77" (without the commentation marks).

So then I tried to start the tomcat from biserver-ce first. Like the wiki said: http://wiki.pentaho.com/display/Serv...indows+service
There was the same problem.

For more information: I only have the JRE 1.8 above (no JDK or sth else)
I looked up the jvm.dll in C:\Program Files (x86)\Java\jre1.8.0_77 and only found client\jvm.dll no server\jvm.dll
(But in the service batch it says it would take either)

So that's why I'm stuck. I probably don't define the environmental variable right...

Pls help!

Thanks in advance.

Refresh Action and OLAP datasource

$
0
0
Hello ,


I'm working with biserver -ce 6.1: I have created a report ( .prpt using PRD ) containing an MDX query based on a Mondrian schema ( created with PSW ).
I have published it and its schema to the server, using the JNDI connection. When I use the Refresh Action to refresh all cache, report data are not updated and errors don't appear in the console.

Instead, if I publish to the server a simple report (without OLAP schema) containing a simple select postgres, the Refresh Action works. Changed data are shown into UI.

Could you help me to resolve the problem? It seems that OLAP datasource isn't updated.
Thanks a lot,
A.

Repositories with two pentaho instances

$
0
0
Hi there,

I'm quite new with Pentaho, and I have been working on setting up two pentaho instances in a single machine, however I'm kind of confused with the proper way of setting up the repositories, I mean, is it required to have one db repository (jackrabbit) per instance? what are the risks of sharing the db repository between both instances?


My repository is configured in MySQL, the instances are working on Ubuntu Server.

Thanks in advance for your help.
Have a good day.

Getting own Cube to work in pentaho 6.1 CE

$
0
0
Hi,


I'm getting stuck with using my own designed Cube in Pentaho-BI.
For the Cube I'm using a MySQL DB with Xampp (Port: 3306). (Is it actually blocking another Port for Pentaho-by-default?)
I designed a Cube with the Schema Workbench. I saved it to a total different location then biserver-ce (I don't know if that matters)...
Afterwards I publish it. (I check that it should put the XMLA into data bases.)
It asks me if I want to overright it. (Yes)
Then it says Publishing worked.

BUT: The pentaho.log says:

Code:

2016-04-17 16:36:51,511 INFO  [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Caution, the system is initializing. Do not shut down or restart the system at this time.
2016-04-17 16:36:57,488 INFO  [org.pentaho.platform.osgi.KarafInstance]
*******************************************************************************
*** Karaf Instance Number: 1 at C:\Pentaho\biserver-ce\pentaho-solutions\sy ***
***  stem\karaf\caches\default\data-1                                      ***
*** Karaf Port:8802                                                        ***
*** OSGI Service Port:9051                                                  ***
*** JMX RMI Registry Port:11099                                            ***
*** RMI Server Port:44445                                                  ***
*******************************************************************************
2016-04-17 16:36:57,491 INFO  [org.pentaho.platform.osgi.OSGIBoot] Checking to see if org.pentaho.clean.karaf.cache is enabled
2016-04-17 16:37:01,108 INFO  [org.pentaho.di] 2016/04/17 16:37:01 - cfgbuilder - Warning: The configuration parameter [org] is not supported by the default configuration builder for scheme: sftp
2016-04-17 16:37:21,513 INFO  [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] Caution, the system is initializing. Do not shut down or restart the system at this time.
2016-04-17 16:37:28,335 INFO  [org.pentaho.platform.engine.core.system.status.PeriodicStatusLogger] The system has finished initializing.
2016-04-17 16:41:24,805 ERROR [org.pentaho.platform.dataaccess.datasource.wizard.service.impl.AnalysisDatasourceService] Error putMondrianSchema MondrianCatalogHelper.ERROR_0004 - already exists status = 8
2016-04-17 16:41:34,376 ERROR [org.pentaho.platform.web.servlet.PentahoDataSourceResolver] PentahoXmlaServlet.ERROR_0002 - IDatasourceService.UNABLE_TO_INSTANTIATE_OBJECT
org.pentaho.platform.api.data.DBDatasourceServiceException: javax.naming.NameNotFoundException: Name [Radioactive_Mart] is not bound in this Context. Unable to find [Radioactive_Mart].
    at org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceHelper.getJndiDataSource(PooledDatasourceHelper.java:403)
    at org.pentaho.platform.engine.services.connection.datasource.dbcp.BaseDatasourceService.getJndiDataSource(BaseDatasourceService.java:99)
    at org.pentaho.platform.engine.services.connection.datasource.dbcp.NonPooledOrJndiDatasourceService.retrieve(NonPooledOrJndiDatasourceService.java:54)
    at org.pentaho.platform.engine.services.connection.datasource.dbcp.BaseDatasourceService.getDataSource(BaseDatasourceService.java:69)
    at org.pentaho.platform.web.servlet.PentahoDataSourceResolver.lookup(PentahoDataSourceResolver.java:46)
    at mondrian.rolap.RolapConnection.createDataSource(RolapConnection.java:429)
    at mondrian.rolap.RolapConnection.<init>(RolapConnection.java:135)
    at mondrian.rolap.RolapConnection.<init>(RolapConnection.java:91)
    at mondrian.olap.DriverManager.getConnection(DriverManager.java:113)
    at mondrian.olap.DriverManager.getConnection(DriverManager.java:69)
    at mondrian.olap4j.MondrianOlap4jConnection.<init>(MondrianOlap4jConnection.java:162)
    at mondrian.olap4j.FactoryJdbc4Plus$AbstractConnection.<init>(FactoryJdbc4Plus.java:323)
    at mondrian.olap4j.FactoryJdbc41Impl$MondrianOlap4jConnectionJdbc41.<init>(FactoryJdbc41Impl.java:118)
    at mondrian.olap4j.FactoryJdbc41Impl.newConnection(FactoryJdbc41Impl.java:32)
    at mondrian.olap4j.MondrianOlap4jDriver.connect(MondrianOlap4jDriver.java:97)
    at java.sql.DriverManager.getConnection(DriverManager.java:664)
    at java.sql.DriverManager.getConnection(DriverManager.java:208)
    at mondrian.server.FileRepository.getConnection(FileRepository.java:220)
    at mondrian.server.FileRepository.getConnection(FileRepository.java:182)
    at mondrian.server.MondrianServerImpl.getConnection(MondrianServerImpl.java:262)
    at org.pentaho.platform.plugin.action.olap.impl.OlapServiceImpl.getConnection(OlapServiceImpl.java:737)
    at org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogHelper.flushCacheForCatalog(MondrianCatalogHelper.java:660)
    at org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogHelper.removeCatalog(MondrianCatalogHelper.java:1197)
    at org.pentaho.platform.dataaccess.datasource.api.AnalysisService.processMondrianImport(AnalysisService.java:195)
    at org.pentaho.platform.dataaccess.datasource.api.AnalysisService.putMondrianSchema(AnalysisService.java:129)
    at org.pentaho.platform.dataaccess.datasource.wizard.service.impl.AnalysisDatasourceService.putMondrianSchema(AnalysisDatasourceService.java:93)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
    at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)
    at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)
    at org.pentaho.platform.web.servlet.JAXRSPluginServlet.service(JAXRSPluginServlet.java:112)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    at org.pentaho.platform.web.servlet.JAXRSPluginServlet.service(JAXRSPluginServlet.java:117)
    at org.pentaho.platform.web.servlet.PluginDispatchServlet.service(PluginDispatchServlet.java:89)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.pentaho.platform.web.http.filters.PentahoWebContextFilter.doFilter(PentahoWebContextFilter.java:185)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.pentaho.platform.web.http.filters.PentahoRequestContextFilter.doFilter(PentahoRequestContextFilter.java:87)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)
    at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
    at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.pentaho.platform.web.http.security.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:191)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
    at org.pentaho.platform.web.http.security.PentahoBasicProcessingFilter.doFilterHttp(PentahoBasicProcessingFilter.java:115)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.pentaho.platform.web.http.filters.HttpSessionPentahoSessionIntegrationFilter.doFilter(HttpSessionPentahoSessionIntegrationFilter.java:263)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188)
    at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.pentaho.platform.web.http.filters.SystemStatusFilter.doFilter(SystemStatusFilter.java:55)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.pentaho.platform.web.http.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:114)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.pentaho.platform.web.http.filters.WebappRootForwardingFilter.doFilter(WebappRootForwardingFilter.java:70)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.pentaho.platform.web.http.filters.PentahoPathDecodingFilter.doFilter(PentahoPathDecodingFilter.java:34)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
    at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)
    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
    at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2500)
    at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2489)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
    at java.lang.Thread.run(Thread.java:745)
Caused by: javax.naming.NameNotFoundException: Name [Radioactive_Mart] is not bound in this Context. Unable to find [Radioactive_Mart].
    at org.apache.naming.NamingContext.lookup(NamingContext.java:818)
    at org.apache.naming.NamingContext.lookup(NamingContext.java:166)
    at org.apache.naming.SelectorContext.lookup(SelectorContext.java:157)
    at javax.naming.InitialContext.lookup(InitialContext.java:417)
    at org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceHelper.getJndiDataSource(PooledDatasourceHelper.java:364)
    ... 115 more

Problem is I can see the Connection as Analyses, in the databases section through the user-console like that:
import_Schema.jpg
But when I want to use it in CDE through the OLAP Wizard I get notification, that the Schema isn't defined:
Olap-Wizard.jpg
The Error in the pentaho.log for that is like following:
Code:

2016-04-17 16:56:21,264 ERROR [pt.webdetails.cpf.olap.AbstractOlapUtils] Invalid connection: provider=mondrian;dataSource=Radioactive_Mart; Catalog=mondrian:/Radioactive_Schema - org.pentaho.platform.api.data.DBDatasourceServiceException: javax.naming.NameNotFoundException: Name [Radioactive_Mart] is not bound in this Context. Unable to find [Radioactive_Mart].
2016-04-17 16:56:21,264 ERROR [pt.webdetails.cpf.olap.AbstractOlapUtils] Failed to get valid connection

So I read about the Context! That it couldn't be bound. I researched and found out that the Source has to be put into the ..\tomcat\webapps\pentaho\META-INF\context.xml
Is that, right? Do I need to do other stuff, too?
But how do I do that? And is that really necessary that way? How can generate it? And not do it manually?


Maybe this contributes too: Catalina gthroughs this Catalina.log:
Code:

17-Apr-2016 16:36:23.671 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'docbase' to 'webapps/pentaho/' did not find a matching property.
I would be glad if you could help me with that.

Thanks
Attached Images

How to manage user sessions?

$
0
0
Hello!

Does anybody know how to get the list of users (user sessions) currently logged in to pentaho ce server? And how to drop the session with non optimal huge MDX for example?

Thank you.
Sergei

BI Server and internal repository server?

$
0
0
Hi,
In official documentation (https://help.pentaho.com/Documentation/6.1/0F0/0M0) there is information that default installation provide Postgres database and this database is used as a Pentaho repository server.
I've downloaded BI Server from http://community.pentaho.com/ but it uses some internal databes? Am I right if yes should I change to different database how to do this I cannot find documentation how to change repository server.
What about application server does it use Tomcat or I also should change to Tomcat?

Regards
Michał Szymański

Error getting plugins from server

$
0
0
Hi everyone,

I am trying to get and install plugin from marketplace in Pentaho BI server.
I can log in and go into Marketplace.
But when i go into marketplace, there is a error with message: "Error getting plugins from server" .
And i don't see any plugin.

I try to use some different of Pentaho BI server, e.g: 4.8.0, 5.2.0.0, 6.1.0.1, but still get the error.
My computer use proxy. I don't know whether pentaho BI server doest support proxy or not?

Please help me to solve this problem.

Many thanks,

Pentaho BI Enterprise Edition Prices

$
0
0
Hello, I've searched and tried to contact but no one answered.
What are the prices or business model for using enterprise edition, and what are the steps to obtain it?
Thanks in advance.

How to configure an H2 datasource?

$
0
0
For the life of me I can't get pentaho BI to connect to my h2 datasource.

Current configuration:

Database Type: H2 Native (JDBC)
Host Name: localhost
Database Name: /home/myusername/h2/pemc_for_pentaho
Port Number: 3306
Username: sa
Password: sa

I'm sure my mistake is with the Database Name. If it helps, in tomcat's catalina.out I'm getting this:

org.h2.jdbc.JdbcSQLException: Error opening database: "Could not load properties /home/clim/pentaho/biserver-ce/tomcat/bin/h2:/localhost:3306/ho
me/clim/h2/pemc_for_pentaho.lock.db" [8000-131]

Please help before I lose all my hair over this.

Thanks,
Mark

How to move the user in Pentaho Community 6.0 to mysql?

Pentaho Marketplace Install Saiku Chart Plus Plugin Failed

$
0
0
I currently have Pentaho 5.0.1-stable Bi server. I already installed:

Community Dashboards Framework,
Community Data Access,Community Dashboard Editor,
Community Graphics Generator,
Saiku Analytics.

But I also need to install Saiku Chart Plus Plugin. But I cannot download it.
Here is what the log says:
f005d983f8d979b194bc7a56d092b13f.jpg

I noticed the errors says that the Plugin did not contain ID.

Please help on installing the plugin. Thanks!
Attached Images

Google Maps with Data

$
0
0
Hello all!

My boss gave me a very intresting challenge. He wants me to create something with a map of my country, divided by some regions and the amount of orders placed within this region based on a year and month parameter.
I Googled everything, watched every youtube tutorial and read i think almost every instruction that exists but i simply dont get it. Do i need Google Maps or are there different options?
The Dashboard sample on the Pentaho site (The one with the Crimes) is exactly what i want to reproduce! (only with my own data)
Now i want to forget everything i saw, read and heard and ask you guys if you can provide me some information which i can work with.

So how do i start and what do i need?

Here is some information for my setup.
Im running pentaho 5.4 with MySql 5.6 on windows.
My country is The Netherlands.

Can someone pls provide me this information?

Thanks in advance!

This forum is for post question only?

$
0
0
:mad: Forum not active.
Keep on search and return a lot of question in the forum.
:mad:

BA Server and Amazon Redshift Driver

$
0
0
I added the RedshiftJDBC4 to my tomcat/lib folder, inside the my biserver-ce, but it isn't showing up when I try to create a new connection.

Hibernate holds data that is related to audit logging


where is the user and role?

$
0
0
Did anyone found the user and role tables in your mysql database when you installed pentaho 6.0 ce with mysql?
I followed the installation but cannot found these tables in mysql.
Are they still store in h2.db by using jackrabbit?

Where-does-Pentaho-BAServer-5-0-1-store-users-data?

$
0
0
I install Pentaho BI Server in mysql and i want to see the table that the users and theirs passwords are store.Thanks to you answers.

Problem with charts in Pentaho Anlayzer report

$
0
0
Hi every one,
I'm using Pentaho Enterprise Edition latest version(6.0) for creating some analyzer reports.I need to show the data into the chart and data labels should come with "LABEL NAME" instead of value like the image attached.I tried many ways but i could able to get,even i tried with MDX Expressions how ever that is also not meeting the expectations, and how i can get individual legends for each chart when i use multi-pie option in the chart option

Thanks in Advance
Attached Images

default user account

$
0
0
how canweremovethe defaultuseraccount from thepageauthentifcation (console Admin)
thanks

Schema published but not seen in BI Server with jpivot

$
0
0
Hi, I created an schema in Schema Workbench and publish with no errors, but when I got in BI Server with the standard user admin, I choose New->jpivot, then it display the name of the schema I created but it does not display its cube. For reference the error I get from catalina.out is:
17:11:45,174 ERROR [PentahoDataSourceResolver] PentahoXmlaServlet.ERROR_0002 - IDatasourceService.UNABLE_TO_INSTANTIATE_OBJECT
org.pentaho.platform.api.data.DBDatasourceServiceException: javax.naming.NameNotFoundException: Name [Esquema Salario] is not bound in this Context. Unable to find [Esquema Salario].
Please help, tanks in advance
Viewing all 2893 articles
Browse latest View live


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