Quantcast
Channel: Pentaho Community Forums
Viewing all 16689 articles
Browse latest View live

Database Connection Error

$
0
0
Hi,

We developed our Transformation and Jobs in Pentaho Data Integration Version 4.3.

We upgrade version to Pentaho Data Integration Version 5.1.

When we run those Transformations created in 4.3 using Pan.sh , it shows database error, but if we run Transformations created in 5.1 using Pan.sh its working fine .

When we open those old file in 5.1 Spoon and rerun , Its working fine..

What is the issue, we don't want to open all file again in 5.1 Spoon,

Following is log file for the error :-

Table input.0 - ERROR (version 5.1.0.0, build 1 from 2014-06-19_19-02-57 by buildguy) : An error occurred, processing will be stopped:
- Table input.0 - Error occured while trying to connect to the database
- Table input.0 -
- Table input.0 - Error connecting to database: (using class oracle.jdbc.driver.OracleDriver)
- Table input.0 - Io exception: The Network Adapter could not establish the connection
- Table input.0 - ERROR (version 5.1.0.0, build 1 from 2014-06-19_19-02-57 by buildguy) : Error initializing step [Table input]

Please help to solve the issue.

Thanks

How to store and schedule kettle jobs from one location

$
0
0
Hi All,

So far we have been running kettle jobs from individual machines, scheduled through window scheduler ( though they are same set of jobs)

What is the easiest approach we can use if we want all machines to run same copy of jobs, which should be stored and scheduled centrally. If someone can provide high level steps, I would appreciate. We need a solution for both failover as well as load balancing.

One additional thing is that we are passing a parameter in the job for each machine for supplier state, so all east coast supplier data gets processed from machine 1, data for west coast suppliers gets processed from machine 2 etc. If we can achieve this good but if not still ok

Thanks

Admin Console Scheduler unable to update a few reports

$
0
0
Hi everyone,

I am experiencing some problems updating a few schedules from my list (the ones selected in the snapshot):

Captura.jpg

They are identical in structure to the other ones that could be updated, but those ones do not allow me to press the "OK" button once the changes are made (the button is inactive) whatever I try to do (rebuild the name, group, description, rest of the data...)

I also tried to suspend the schedule before editing it, but it did not work either.

Any clues on this?

Thanks and best regards,
Attached Images

JNDI with Pentaho 5.3

$
0
0
my JNDI entries are not working with Pentaho 5.3 like the were with 5.2.

I've noticed that the tomcat/conf/Catalina/localhost/pentaho.xml does not reflect my resource entries after I delete and restart the server.

my resource entry looks like this:

<Resource name="jdbc/myName"
auth="Container" type="javax.sql.DataSource"
factory="org.apache.commons.dbcp.BasicDataSourceFactory"
maxActive="20"
maxIdle="5"
maxWait="10000"
username="user"
password="passwod"
driverClassName="oracle.jdbc.OracleDriver"
url="jdbcOracle:thin:@myserver.net:1521/instancename"
/>

how can I track down why pentaho is not seeing this entry?

Can we resist the year in date range component.

$
0
0
Suppose i have the data of 2010 and 2011. But Our date range input component shows all the years.
If the user select the 2009 , then my dashboards have "no data". So can anyone help me that date range show only the 2010 and 2011 dates.

Thanks

appreciate ur answer plzz help asap.

Error Connecting Generic Database

$
0
0
Hi

I am trying to connect to oracle database through generic database but it is giving me an error.
I have attached screen shot.
Can anyone give me solution.
Attached Images

Error Connecting Generic Database

$
0
0
Hi

I am trying to connect to oracle database through generic database but it is giving me an error.
I have attached screen shot.
Can anyone give me solution.
Attached Images

How to select data from this format of json


Merge join help in Pentaho Kettle 4.3 version

$
0
0
Hi All,

I am struggling to use Merge join when connecting with two input sources

Source 1 from SQL Server database and Source 2 from DB2 database. Join condition is on a field called person_number

SQL Server has integer data and DB2 has alphanumeric data

When I have used Merge join to join both table inputs nothing is coming out of that step to target and I could see data only when DB2 is restricted to extract integer instead of alphanumeric

I tried Cast/Conversion in Table input of DB2 and sql server to convert the person_number data type but still it's of no use.

Please help me how to use merge join effectively

Best Regards
Naren

Alimentation tables de fait

$
0
0
Bonjour, je suis débutante et je veux alimenter mes tables de fait. J'ai commencé tout d'abord à alimenter mes tables de dimensions en faisant des extractions depuis les tables sources et puis alimentation à l'aide de transformations, mais je suis bloquée au niveau des tables de fait, quelqu'un pourrait s'il vous plait me décrire les étapes à suivre pour l'alimentation des tables de fait.
Merci

I am not able to find the solution for this issue

$
0
0
I am not using trans_tab table any where in my transformation but still I am getting this error. Please help me out.

2015/03/30 16:46:14 - Spoon - Starting job...
2015/03/30 16:46:15 - Spoon - Job has ended.
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Unable to get rows of data from logging table item_new_appr-trans_tab
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : org.pentaho.di.core.exception.KettleDatabaseException:
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : An error occurred executing SQL:
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : SELECT ID_BATCH, STATUS, LINES_READ, LINES_WRITTEN, LINES_UPDATED, LINES_INPUT, LINES_OUTPUT, LINES_REJECTED, ERRORS, STARTDATE, ENDDATE, LOGDATE, DEPDATE, REPLAYDATE, LOG_FIELD FROM trans_tab WHERE TRANSNAME = ? ORDER BY ID_BATCH DESC
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_SELECT_LIMIT=10' at line 1
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.openQuery(Database.java:1923)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.openQuery(Database.java:1850)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.openQuery(Database.java:1845)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.ui.spoon.trans.TransHistoryDelegate.getHistoryData(TransHistoryDelegate.java:525)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.ui.spoon.trans.TransHistoryDelegate.access$500(TransHistoryDelegate.java:78)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.ui.spoon.trans.TransHistoryDelegate$3.run(TransHistoryDelegate.java:418)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at java.lang.Thread.run(Thread.java:619)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Caused by: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_SELECT_LIMIT=10' at line 1
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2928)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.Connection.execSQL(Connection.java:2988)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.Connection.execSQL(Connection.java:2917)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1012)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.openQuery(Database.java:1884)
2015/03/30 16:46:18 - General - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : ... 6 more
2015/03/30 16:46:22 - Spoon - Transformation opened.
2015/03/30 16:46:22 - Spoon - Launching transformation [Load_NonListBox_values]...
2015/03/30 16:46:22 - Spoon - Started the transformation execution.
2015/03/30 16:46:22 - Load_NonListBox_values - Dispatching started for transformation [Load_NonListBox_values]
2015/03/30 16:46:22 - Transformation metadata - Natural sort of steps executed in 0 ms (3 time previous steps calculated)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Load_NonListBox_values: preparing transformation execution failed
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : org.pentaho.di.core.exception.KettleTransException:
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Unable to begin processing transformation
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Error writing log record to table [trans_tab]
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Unable to write log record to log table trans_tab
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Error inserting/updating row
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Data truncation: Incorrect datetime value: '' for column 'ENDDATE' at row 1
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.trans.Trans.beginProcessing(Trans.java:1850)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:675)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.ui.spoon.trans.TransGraph$22.run(TransGraph.java:3659)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at java.lang.Thread.run(Thread.java:619)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Caused by: org.pentaho.di.core.exception.KettleTransException:
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Error writing log record to table [trans_tab]
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Unable to write log record to log table trans_tab
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Error inserting/updating row
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Data truncation: Incorrect datetime value: '' for column 'ENDDATE' at row 1
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.trans.Trans.beginProcessing(Trans.java:1836)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : ... 3 more
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Unable to write log record to log table trans_tab
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Error inserting/updating row
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Data truncation: Incorrect datetime value: '' for column 'ENDDATE' at row 1
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.writeLogRecord(Database.java:3645)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.trans.Trans.beginProcessing(Trans.java:1726)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : ... 3 more
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Error inserting/updating row
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Data truncation: Incorrect datetime value: '' for column 'ENDDATE' at row 1
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) :
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.insertRow(Database.java:1413)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.insertRow(Database.java:1327)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.insertRow(Database.java:1315)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.insertRow(Database.java:1298)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.insertRow(Database.java:1259)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.writeLogRecord(Database.java:3641)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : ... 4 more
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect datetime value: '' for column 'ENDDATE' at row 1
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2926)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1124)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:676)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1166)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1082)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1067)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : at org.pentaho.di.core.database.Database.insertRow(Database.java:1362)
2015/03/30 16:46:22 - Spoon - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : ... 9 more
Attached Files

Open NewTab in PUC

$
0
0
Hi!

I'm creating an INDEX dashboard, I'm using a link to open another dashboard on e new browser tab. There is the possibility to open a new tab in pentaho PUC?
Someone could help me?

Thanks.

Elastic Search Version Issue !!!!

$
0
0
Hello All,

Great Day,

I would like to know the Elastic Search max(version) supported by pentaho 5.3 . We have used 0.19 ES Server and the data reading was working fine. But as we have upgraded our ES Server to 1.4 we are facing issues reading data. Can someone please help us to know if the culprit is the version.

Thanks,
Santosh (BI :D)

CTools Redirect To A Specfic WebSite On Timeout

$
0
0
How can I have a CTools dashboard redirect to a specific URL when they are timed out, versus what occurs currently with the user receiving the logon/password prompt for the pentaho domain.

We would like to have the user returned to a specific URL in our application and never receive this logon prompt.

Any examples of this?

Transformation Executor only starts after receiving second row

$
0
0
I am trying to use the Transformation Executor to run on a per-row basis within a transform that never stops generating rows.

By default it should execute once per row according to the documentation, but when feeding it rows, it never executes the first row it receives until it receives the next row.

I have also tried using the "Time to wait..." option rather than "The number of rows...", with the same results.

Attaching example .ktr's to replicate this. Would appreciate someone confirming this is a problem with the Transformation Executor, and not my own mistake.
Attached Files

Expected result set format for different CCCs

$
0
0
Hello!
Where can I find any info about result set formats, expected by each Community Chart Component (to automatically format itself, for example)?
Unfortunately, similar question in FAQ is market by mysterious "....." sign ;)
Thanks in advance!

Error while executing query in Pentaho CDE Dashboard

$
0
0
Hi Group,

I have created the one dashboard with 6 charts.i am facing very silky issue some time my dashboard is loading perfectly and some time i m getting the error processing component in any widget.when i am doing refresh the Mondrian cache as well as cda cache then it will render perfectly .Can any one suggest me how i can check the sequence of execution the cda query or How i can change the execution sequence of query .So that i can easily find out which query is clashing the other query. I am getting this error in my logs:
Pentaho :5.1.0
C-TOOLS:14.12.10
SEVERE: Mapped exception to response: 501http://forums.pentaho.com/newthread.php?do=newthread&f=80
javax.ws.rs.
WebApplicationException: pt.webdetails.cda.dataaccess.QueryException: Mondrian Error:Internal error

Regards

Sumit

Change a Value for an Image or Text

$
0
0
Hi all! I'm making a new report and i have a table with value field between [-1,0,-1]. I would like to show on the report a image (an Arrow) or text if it is not possible, instead of those values... is it allow to do on PRD?

THX!

How many rows are updated and inserted in Insert / Update step

$
0
0
Hi all,
I need to know how many rows were updated and inserted in a transformation "Insert / Update" step, any know how to obtain that information?. I need those numbers to store in a database for future proccessing. I'm using PDI 5.2.0

Thanks in advance,

Marcos

Click on bar chart (in no data area)

$
0
0
Hello everybody,
I have a bar graph and use the click function and get the value of the series and categories and works great!
I wish I could fire a javascript function to run when I click out of bars within the chart area but outside the bar, someone would know how to do that?


Thanks!
Viewing all 16689 articles
Browse latest View live


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