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

Problem installing biserver-ce-5.0.1-stable: install.bat isn´t there

$
0
0
Hi,

this is Michael from germany. If you answer, please use simple english, thanks. My OS is Windows 7.


  • I downloaded "biserver-ce-5.0.1-stable.zip" from http://sourceforge.net/projects/pent...e.zip/download
  • I unzipped it
  • I found "InformationMap.html" and opened it.
  • I clicked on "Install Pentaho Software" and opened "Install with Your Own BA Repository" which opened "biserver-ce-5.0.1-stable/biserver-ce/tomcat/webapps/pentaho/docs/install_ziptar.pdf"
  • I am processing installing with this document. I am at page 8 "Download and Unpack Installation Files".
  • At 2) i have to download "biserver-ee-5.0.0-dist.zip".
  • I was not able to find this version in the internet and since i have a newer version i tried to go ahead.
  • At 3c) i have to start "install.bat", sadly in "biserver-ce-5.0.1-stable.zip" there is no "install.bat" included.


How to install biserver-ce-5.0.1-stable?

Thanks - Enomine

Issue loading stylesheets in Internet Explorer

$
0
0
I made my own PUC theme. When I use Internet Explorer the style sheets are not loaded. When I select the url and the "Enter" the style sheet is loaded. I have the same behavior when I use the F5 button and also when I select the Onyx theme. With other browser I don't have any problems. I am working with Pentaho version 4.8

Any idea is welcome

ADDING START DATE AND END DATE prompts using date picker In Interactive Report

$
0
0
Hi
I m creating a interactive report.
I have a timestamp column . I want to select data based on start date and end date using this column.

I made two prompts on this column start date and end date but it is not displaying data between those dates
even when data is present in Database

how it looks like is under the filter icon

in AND bracket i see start date prompt above and end date below

m i missing any thing... ??
PFA
Attached Images

Remove security from pentaho BI platform problem

$
0
0
help me !
I use pentaho 5.01,
I do it as document, Remove security from pentaho BI platform ,
but ,there are no <anonymous-authentication> in pentaho.xml,
It's take me one day ,but i don't success.
help me ,thank you !

How to fix error that related to Java Runtime Environment

$
0
0
This really make me stress. I try to make connection between Pentaho and database SQL Server 2000 so many time. Every time I try to connect using Native (JDBC) access, this error always come out:

Code:

Error connecting to database [sutera] : org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying to connect to the database


Error connecting to database: (using class com.microsoft.sqlserver.jdbc.SQLServerDriver)
Java Runtime Environment (JRE) version 1.7 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.




org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying to connect to the database


Error connecting to database: (using class com.microsoft.sqlserver.jdbc.SQLServerDriver)
Java Runtime Environment (JRE) version 1.7 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.




    at org.pentaho.di.core.database.Database.normalConnect(Database.java:415)
    at org.pentaho.di.core.database.Database.connect(Database.java:353)
    at org.pentaho.di.core.database.Database.connect(Database.java:306)
    at org.pentaho.di.core.database.Database.connect(Database.java:294)
    at org.pentaho.di.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:84)
    at org.pentaho.di.core.database.DatabaseMeta.testConnection(DatabaseMeta.java:2459)
    at org.pentaho.ui.database.event.DataHandler.testDatabaseConnection(DataHandler.java:541)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:329)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:139)
    at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:123)
    at org.pentaho.ui.xul.swt.tags.SwtButton.access$500(SwtButton.java:26)
    at org.pentaho.ui.xul.swt.tags.SwtButton$4.widgetSelected(SwtButton.java:121)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.show(SwtDialog.java:375)
    at org.pentaho.ui.xul.swt.tags.SwtDialog.show(SwtDialog.java:301)
    at org.pentaho.di.ui.core.database.dialog.XulDatabaseDialog.open(XulDatabaseDialog.java:115)
    at org.pentaho.di.ui.core.database.dialog.DatabaseDialog.open(DatabaseDialog.java:62)
    at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.editConnection(SpoonDBDelegate.java:88)
    at org.pentaho.di.ui.spoon.Spoon.doubleClickedInTree(Spoon.java:2900)
    at org.pentaho.di.ui.spoon.Spoon.access$2300(Spoon.java:332)
    at org.pentaho.di.ui.spoon.Spoon$27.widgetDefaultSelected(Spoon.java:5657)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1227)
    at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7368)
    at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:8673)
    at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:625)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Error connecting to database: (using class com.microsoft.sqlserver.jdbc.SQLServerDriver)
Java Runtime Environment (JRE) version 1.7 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.


    at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:542)
    at org.pentaho.di.core.database.Database.normalConnect(Database.java:399)
    ... 44 more
Caused by: java.lang.UnsupportedOperationException: Java Runtime Environment (JRE) version 1.7 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.<init>(SQLServerConnection.java:304)
    at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1011)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:518)
    ... 45 more


Hostname      : 172.16.1.133
Port          : 1521
Database name  : kjc_v2

I search the reason why I got this error and what I found that I think it maybe the causes of this problem is beacause of my Java Runtime Environment (JRE) version 1.7. From the research I made, this Java version cannot read jdbc driver that I use. So I download other jdbc driver that I think it suitable for sql server 2000. But same error still come out. So, I change my plan. I try to change my JRE to other version. But the problem is even I already change JRE to other version, it still detect same version and same error still come out every time I test the connection.

Please someone guide me how to remove this error? I'm new in Pentaho & when facing something like this, I don't know how to solve it.

Re-directing to home page of BI Server after customization on first time login

$
0
0
Hello Everyone,

I did some customization of my BI Server. I have changed the login action of the BI Server and redirected it to a html page of my own. Its working fine. But the main issue is on first time login it is automatically opening the home page of BI Server. So i don't know what to do. So i need some help.

Thanks in advance
Asish Kumar Rath

BI Pentaho Installation

$
0
0
Hi,

I am new in Pentaho. I have already used OBIEE but as per my client requirement we have to work on Pentaho.

Can anyone please help me on installation of BI and report creation.

Thanks in advance :)

Pentaho 5 - Unable to remove and overwrite an Analysis Data Source

$
0
0
Hi,
I'm using Pentaho 5 and I can't remove an Analysis Data Source: it gives me an alert saying "Could Not remove: ...".
I can't even overwrite that Analysis Data Source creating a new one with the same Mondrian Schema: it gives me an error saying "XMLA Catalog already exists Mondrian File: ....xml".
This issue happened after I updated the Mondrian schema with a new version that probably was malformed.
Is there another way to remove that data source?

Thanks in advance

Pentaho Integration

$
0
0
Hello. I want to integrate Pentaho on my website (ala Cognos 10 where we have colaboration over reports). How can I do it?

Default Pentaho BI Server 4.8 Installation

$
0
0
Hi all,

i'm new to Pentaho, i've just finished installing the package biserver-ce-4.8.0-stable.zip on a Windows 2008 R2 Standard server, everything is ok BUT i'm not able to get the file pentaho.log, at all.

If i start pentaho from the batch script biserver-ce\tomcat\bin\startup.bat the file is created and then populated with log entries, BUT i'm running pentaho as a windows service and then the file pentaho.log won't even be created at the tomcat start. Every other log file is being created and working as intended.

Any ideas?

Thanks in advance
Max

Transformation from CSV TO TSV file

$
0
0
Hi every one,
I am new to Pentaho
Please Help me out How to convert CSV file TO TSV


Best Regards
veeresh.

LDAP BI Server issue

$
0
0
hey guys

i have gone through this blog

http://ramathoughts.blogspot.be/2010...ory-in-10.html

i am facing a different kind of issue :-
i am able to login through AD but when i am logging in i am not able to see tools menu there where we have our caches.

i have seen AD and i am member of pentaho admin in the list.

any thoughts on it what it is not showing that menu though i am admin in AD.

BI-server 4.8

Thanks

Mondrian prime cache

$
0
0
Hi,
I'm try to execute the xaction posted here: http://wiki.pentaho.com/display/COM/...+the+BI+Server which allows to prime the mondrian cache following all the instruction but the server get me ERROR_0007 xaction execution failed without any information.

In which way I can deep in this very generic error?

Thanks

Suggestion: What is the best version of Pentaho & SQL Server?

$
0
0
Hi guys,

I want to develop a system using Pentaho & SQL Server. What I want to ask is can anyone suggest to me the version of Pentaho & SQL Server that you all think is the best? I already try Pentaho BA Enterprise Edition & SQL Server 2000. However, I facing a lot of problem especially when trying to make connection between both of it. So, can anyone give any suggestion to me?

Port Mismatch error while calling CDE Dashboard in IFRAME

$
0
0
When I call CDE dashboard using iframe in PHP, it gives port mismatch error. Wamp and Tomcat Server is on same machine but on different port. Can you please suggest how to resolve this?

Wamp Server: http://localhost:81
Tomcat Server: http://localhost:80

Code:

<html>
<head>
</head>
<body>
<iframe width="100%" height="100%" src="http://127.0.0.1:8080/pentaho/content/pentaho-cdf-dd/Render?solution=TRY&path=&file=try3.wcdf&userid=joe&password=password"></iframe>
</body>
</html>

Change password plugin not working on CE 5.xx ???

$
0
0
Plugin:
Change Password

Kleyson RiosInstalled Version: 1.0.0 (Sparkl)




ERROR: Could not load dashboard: exception while getting tree rooted at path "/public/cde/components" Reference number: 6bd0bc8d-767b-4cda-859f-772b4c8c2a20


CE 5.xx running on linux with mysql DB

can someone help me ? Are all plugins in Marketplace from CE free ???

Thank you ;)

Admin Console

$
0
0
Hi I downloaded last CE and I can not find where is Admin Console?

Best regards, Margus Roo

BI JDBC Hive connection

Date picker example in an dashboard

$
0
0
Hello,
I'm trying to work with a date picker filter in a dashboard and I don't understand the right way to use it.
By default we have this window :

datpicker.jpg

Could you please explain steps to have a date picker with begin and end dates as entry parameters for a report analysis having a time dimension like this :


Code:

<Dimension type="TimeDimension" visible="true" highCardinality="false" name="Dimension mois" caption="Dimension mois">
    <Hierarchy name="Dimension mois" visible="true" hasAll="true" primaryKey="date_id">
        <Table name="d_date"/>
        <Level name="Annee" visible="true" column="year" type="Numeric" uniqueMembers="true" levelType="TimeYears" hideMemberIf="Never" caption="Annee">
            <Annotations>
              <Annotation name="AnalyzerDateFormat">
                <![CDATA[[yyyy]]]>
              </Annotation>
            </Annotations>
        </Level>
        <Level name="Trimestre" visible="true" column="quarter_desc" type="String" uniqueMembers="false" levelType="TimeQuarters" hideMemberIf="Never">
    <Annotations>
      <Annotation name="AnalyzerDateFormat">
        <![CDATA[[yyyy].['T'q]]]>
      </Annotation>
    </Annotations>
        </Level>
        <!--Level name="Mois" visible="true" column="month2" nameColumn="month" ordinalColumn="month" type="Numeric" uniqueMembers="false" levelType="TimeMonths" hideMemberIf="Never"-->
        <Level name="Mois" visible="true" column="month" nameColumn="month" ordinalColumn="month" type="Numeric" uniqueMembers="false" levelType="TimeMonths" hideMemberIf="Never">
    <Annotations>
      <Annotation name="AnalyzerDateFormat">
        <![CDATA[[yyyy].['T'q].[M]]]>
      </Annotation>
    </Annotations>
        </Level>


   
<Level name="Jour" visible="true" column="day2" type="Numeric" uniqueMembers="false" levelType="TimeDays" hideMemberIf="Never" caption="Jour">
    <Annotations>
      <Annotation name="AnalyzerDateFormat">
        <![CDATA[[yyyy].['T'q].[M].[w].[dd]]]>
      </Annotation>
    </Annotations>
        </Level>


  </Hierarchy>
</Dimension>




<Dimension type="TimeDimension" visible="true" highCardinality="false" name="Dimension semaine" caption="Dimension semaine">
      <Hierarchy name="Dimension semaine"  visible="true" hasAll="true" primaryKey="date_id">
        <Table name="d_date"/>
        <Level name="Annee" visible="true" column="year" type="Numeric" uniqueMembers="true" levelType="TimeYears" hideMemberIf="Never" caption="Annee">
            <Annotations>
              <Annotation name="AnalyzerDateFormat">
                <![CDATA[[yyyy]]]>
              </Annotation>
            </Annotations>
        </Level>


      <Level name="Semaine" visible="true" column="iso_week_of_year" type="Numeric" uniqueMembers="false" levelType="TimeWeeks" hideMemberIf="Never" caption="Semaine">
    <Annotations>
      <Annotation name="AnalyzerDateFormat">
        <![CDATA[[yyyy].[w]]]>
      </Annotation>
    </Annotations>
        </Level>
<Level name="Jour" visible="true" column="day2" type="Numeric" uniqueMembers="false" levelType="TimeDays" hideMemberIf="Never" caption="Jour">
    <Annotations>
      <Annotation name="AnalyzerDateFormat">
        <![CDATA[[yyyy].[w].[dd]]]>
      </Annotation>
    </Annotations>
        </Level>


   


 </Level></Hierarchy>
</Dimension>



Any help appreciated ;) infocentre is not well documented on this topic.
regards
Fred
Attached Images

Unable to start BIServer-Ce and access localhost:8080 on Windows 7.

$
0
0
Hello,

I've been trying to configure the BIServer-CE for sometime now and for the life of me i can't get this server to start correctly so i can deploy and access it via the local host. Every other product works fine except this and without this my work is on hold since i can't deploy to it. I've changed my configuration a million times and would be grateful to anyone that can look at my logfiles (see attached) to see what i am missing.

The log files point to the port being in use but when i run netstat the port is free. I will appreciate any suggestion.

This is all the error i get on the page.

HTTP Status 404 - /pentaho


type Status report
message /pentaho
description The requested resource is not available.

Thank you all.
Attached Files
Viewing all 2893 articles
Browse latest View live


Latest Images

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