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

Pentaho 6.0 Plugin IDE

$
0
0
Hello, I'd like to ask your help in finding some tutorial on how to create a plugin for pentaho 6 using an IDE like Eclipse or Netbeans.
So far all I could find seems to be outdated or without using an IDE.

So is this actually possible or should I quit pursuing it?
Thanks in advance.

Current user PUC

$
0
0
Hi all,

What I need might be simple but I was searching and didn't find anything.

Is there a way to get the current user logged in the Pentaho User Console?

I need to get it in order to use it inside javascript code to define which background image I should display.

Do you have any idea?

Thanks in advance.

What APIs should I call to integrate Pentaho with Magento?

$
0
0
Hi guys,

We are e-commerce company operating in Magento. I wanna ask what APIs we can use to integrate between Pentaho & Magento . We want to build our own integration that is similar.

Some fields from Magento we want to build:
- SKUs
- Email
- Shipping Address
And about >10 fileds more, we are discussing.

We want to transfer data from Magento to Pentaho for BI just like we transfer data with this integration tool: magento salesforce we used with salesforce. Can you tell me what APIs I should call or any library that help me connect data between Magento & Pentaho?

Path too long for jar file

$
0
0
I'm trying to install biserver-ce on Win7 64bit, and the copy is complaining that the path is too long for the file biserver-ce\pentaho-solutions\system\karaf\system\org\apache\servicemix\bundles\org.apache.servicemix.bundles.spring-context-support\3.2.11.RELEASE_1\org.apache.servicemix.bundles.spring-context-support-3.2.11.RELEASE_1.jar

Does this matter (i.e. can I just ignore this file)?
If it does, how can I fix the issue?

Thanks
David

Error while opening a report without authenticating to Pentaho CDE User Console

$
0
0
Hi,

I get the following error when I try to open a report without logging in to Pentaho CDE User Console
Could not load dashboard: exception while getting tree rooted at path "/public/cde/components" Reference number: 3c9866d2-24da-4041-a737-5c5116c4a422

I had removed security/authentication for the report by making changes in the
applicationContext-spring-security.xml file as I need it to display on another website.
We have secured the report using reverse proxy.

Once I login to Pentaho CDE User Console, the error goes away and the report is displayed.
So in order to not encounter the error I need to first login to Pentaho User Console and then open the reports with the URL.

Has anyone encountered this error. And what could be its cause.

Thanks,
Delsie

Real time reporting

$
0
0
Hi,

My current projet is about real time reporting, I am actually lost, What are the steps? Is there a difference between real time and periodical reporting in terms of the process?

Please, let me know if you have any ideas.

Thank you in advance.

Dashboard Designer - can it be used outside of PUC ??

$
0
0
Can dashboard designer be used outside of PUC? i'm using Pentaho EE with CDE and other plugins. i was hoping to call it via api like we can do with the analyzer. http://host:port/pentaho/api/repos/xdash/editor does bring up the designer but the file repository folder list is not available so we can't insert files or analyzer reports into it.

Login issue please help

$
0
0
Hi all

I am trying to login in to

http://localhost:8080/pentaho/



these were the instructions given:
  1. · To start the web interface for the Pentaho BI server, you should open your browser and navigate to the address http://localhost:8080/.
  2. · After you launch the browser interface, you should click on Login as an Evaluator. Use the Administrator account to login. The default page of the platform
  3. · When you are finished, you should close the browser or logout. Then you should execute the stop procedure. You should go to the folder C:\Program Files\Pentaho\biserver-ce and double click the stop-pentaho.bat file. A command window will open showing some executing commands. Then both command windows will close.

I am unable to login , i installed Pentaho B.I server ,biserver-ce-5.3.0.0-213.zip and Pivot 4J .Please help

admin/admin and joe/admin is not working ?

login.jpg
Attached Images

Marketplace dont appear on menu in Pentaho 6.1

$
0
0
Dears,

Firstly, sorry for my bad english, I already had a server linux with tomcat and oracle jdk, and install pentaho manual version, configure with postgresql and almost all work. I can log on server but, the marketplace dont appear on menu.
I found some suspect lines on pentaho.log:
"ERROR [org.pentaho.di.osgi.KarafLifecycleListener] The Kettle Karaf Lifecycle Listener failed to execute properly after waiting for 100 seconds. Releasing lifecycle hold, but some services may be unavailable."
I search for this error on internet, but, dont found a fix for this.

Someone can help me?

Thanks to advance,

Pentaho BI API Usage

$
0
0
I am trying to use the Pentaho BI API, but without any luck.

I am getting a "Method not allowed" error.

Is there any sample code that I can use to call the APIs ?

Following are the API calls I am trying to make using JAVA.


Change User Password
PUT pentaho/api/userroledao/user



No more admin console

$
0
0
Hi, a friend of mine put the admin user in another role and now nobody can access the administration console or user console , what can we do ?

Tracking User Activities

$
0
0
Hi All

I want to create a report which should contain which all users have accessed the reports along a particular time period.
Please let me know if there is any inbuilt functionality in Pentaho.We are presently using Pentaho EE 5.4.


Thanks in Advance

env::username and env::roles-array

$
0
0
Hi, i`m trying to get the user role and username from the administration console ... I know env::username and env::roles-array used to work in version 4.8
Are they still working in version 5.0.1 ? I have troubles making it work
Any good article explaining this to me in version 5.0.1 ?
Thanks, your help is greatly appreciated !

Pentaho Community 6.1

$
0
0
Hi,

I am new to Pentaho and recently downloaded the BI Analytics Platform. My main objective is to create analytical reports and dashboards for my company. Is that something I wanted to achieve with Community version of BI Analytics or for that you must need the Enterprise version?

Thanks in advance and any help is greatly appreciated.

Best Regards,
Spar

Pentaho Business Analytics Implementation Exam

$
0
0
Hi,

Does anyone has cleared Pentaho Business Analytics Implementation Exam ?

Is there any other PDI separate exam available as earlier ?

I want to apply for this exam,I am from India. Can anyone able to explain if having experience in it ?

I checked this link :-

http://www.pentaho.com/service/certification-program

Thanks in Advance.

Edit users and roles without plataform, using hibernate database

$
0
0
Hello,

I need to edit user and roles but not using the plataform, using a hibernate database.

However I try to connect this database, using this credential:

Hibernate/type=javax.sql.DataSource
Hibernate/driver=org.hsqldb.jdbcDriver
Hibernate/url=jdbc:hsqldb:hsql://localhost/hibernate
Hibernate/user=hibuser
Hibernate/password=password

but I can't and I don't know why.
The hibernate is by default in
hsqldb.

How can I to connect hibernate?
Or exist other way to edit users and roles not using the plataform?

Thanks for your help.

R script executor

$
0
0
Can R script executor run in java 8 environment?

Pentaho CE - Version Check Error

$
0
0
Hi All,

I have installed the Pentaho CE version 5.2 in my PC and it used to work fine. However I formatted my machine and installed the same Pentaho CE 5.2 and encountered the version check issue. I disabled the version control as per the instruction and still unable to start the tomcat service. It just starts and disappears. I later installed the Pentaho CE version 6.0 and still encountering the same problem.

Could someone please explain me on how to address this and work with Pentaho CE version.

Any help is much much appreciated.

Thanks in advance,
Paramesh

Pentaho Auto Login with admin and password

$
0
0
Hai Everyone,


i need to open reports without login credentials of pentaho. is there any solution can anyone help me please

Error with Pentaho 30 day trial version

$
0
0
Hi
am trying to setup Pentaho 30 day trial version in my Windows 7 - 64 bit - 4GB Ram system

Getting the below error while trying to install

There has been an error
Error running initdb.exe -U Postgres -E UTF8 -D
C:/Pentaho/POSTGR~1/data: Program ended with an error exit code
The application will exit now.


COuld you please assist

Rgds
RajaG
Viewing all 2893 articles
Browse latest View live


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