November 4, 2014, 7:11 am
This file is in the pdi/lib distribution but has no attribution as to authorship or even how to use it.
I'd like to manually use the jsonpath library inside a UDJC...I suppose I can download another library but this would seem seem to be the best approach, though it does look like a javascript library....maybe I need a java library.
↧
November 4, 2014, 9:18 am
Does anyone know if this possible? As in, the name of the column I want selected is in the stream.
I added it to the parameter grid, and specified it of type String.
In the sql i wrote:
select ? from ${a_variable} where id = ?
my parameter grid looks like:
FIELD_NAME: String
PROJECT_ID: Number
my output comes out like this:
:1
column_name
column_name
So what i'm interpreting that the SQL did was basically:
select 'column_name' from ${a_variable}. Is this at all possible?
Thanks!
↧
↧
November 4, 2014, 10:11 am
Hi guys ,
i have installed the packet bi server, on windows 2008 server , but when i access to localhost: 8080 \ pentaho , i get the follow error:
The following errors were detected |
[it_49] One or more system listeners failed. These are set in the systemListeners.xml. |
org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Errore nel tentativo di eseguire la sequenza di startup per org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener |
Please see the server console for more details on each error detected.
can someone help me?
thanks in advance.
↧
November 4, 2014, 10:57 am
Hello Guys
I implemented a custom security solution for Pentaho 5.0.1, because we already have a security layer. That's works fine.
The solution consists use of PRD to publish report into BI platform with own auth method (Usertoken). However, since BI platform 5.x uses JCR for repository, I'm not able to keep my solution, because PRD doesn't can access root repository:
Grave: The RuntimeException could not be mapped to a response, re-throwing to the HTTP container
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException: exception while getting tree rooted at path "/"
Reference number: f7be3fcb-44c4-41a0-ba10-227c914f4c41
So I decided to check if it needs multiple providers (My own + jackrabbit).
Can I go into this way or do you suggest a approach useful for this scenario?
Thank you a lot!
Jonatas
↧
November 4, 2014, 11:01 am
Hello Guys
I'm trying to find a way to convert PRD into in a new language.
So I need to translate the tool, but I didn't find the hint, even in the docs.
Can you send me a hint or howto?
Thank you!!
Jonatas
↧
↧
November 4, 2014, 11:40 am
Hi Mark,
I occasionally run across models where the cv results(10 fold or LOO) are better than the training results. It is rare(ish) maybe like 1 in a 1000 chance. In your experience what would you say about that model?
Thank you,
Mike
↧
November 4, 2014, 12:14 pm
We just got a notice from Salesforce that they are phasing out SSL 3.0 encryption (Poodle). All connections will need to be made with TLS 1.0 or greater. We are using Pentaho version 4.1 for jobs that integrate with Salesforce. Do you know if the Salesforce steps are using TLS? If 4.1 isn't, does 5.0? Any help you could provide would be appreciated. For more on the Salesforce change coming up...
https://help.salesforce.com/apex/HTV...language=en_US
-Greg Greaves
↧
November 4, 2014, 10:46 pm
Hi,
How to change the cell color(Dynamically) in pentaho report designer.
↧
November 5, 2014, 12:39 am
To work with CSV,EXCEL, MongDB we opt Kettle Queries in CDE...
Let's say I have below scenario :
Taking an EXCEL/CSV file as an example :
Day 1 : file is having 100 rows
Day 2 : 50 new rows are added
Day 3 : assuming 30 new rows are added..
I write a simple kettle transformation/job to take result set from a step on to CDE to visualize a bar/pie chart..
How to tell the server to automatically upload the .ktr/.kjb file to the specified folder so that the chart will display with the updated data on Daily basis.
(Scenario is not tested )
↧
↧
November 5, 2014, 1:38 am
Hello,
I have some problems on my dashboard, some queries have a connection closed error :
ERROR [pt.webdetails.cdv.notifications.LoggingOutlet] Wed Nov 05 10:12:48 CET 2014:cda:Query tableau_adh_actif in /TEST/Suivi_pilotage.cda has failed with exception This connection has been closed.
I use a JNDI connection to Postgres and postgresql-9.3-1102.jdbc4.jar driver.
Do you have any idea ?
Thank you
↧
November 5, 2014, 2:48 am
I have installed Pentaho 5.2 in my windows machine. And if i start biserver i am seeing these issues in pentaho.log
Code:
2014-11-05 15:42:21,203 INFO [org.pentaho.di] 2014/11/05 15:42:21 - General - Logging plugin type found with ID: CheckpointLogTable
2014-11-05 15:43:09,617 ERROR [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener: DatasourceSystemListener.ERROR_0003 - Unable to pool datasource object: Audit caused by javax.naming.NameNotFoundException: Name Audit is not bound in this Context
2014-11-05 15:43:09,676 ERROR [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener: DatasourceSystemListener.ERROR_0003 - Unable to pool datasource object: SampleData caused by javax.naming.NameNotFoundException: Name SampleData is not bound in this Context
2014-11-05 15:43:09,739 ERROR [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener: DatasourceSystemListener.ERROR_0003 - Unable to pool datasource object: pentaho_operations_mart caused by javax.naming.NameNotFoundException: Name PDI_Operations_Mart is not bound in this Context
2014-11-05 15:45:21,457 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /common-ui/resources/web/AnimatedAngularPluginHandler.js not found in plugin common-ui
2014-11-05 15:45:21,458 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /common-ui/resources/web/ring.js not found in plugin common-ui
2014-11-05 15:45:21,460 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /common-ui/resources/web/angular-resource.js not found in plugin common-ui
2014-11-05 15:46:08,061 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /data-access/resources/gwt/20D6EC90B031D61AB4442569D0987705.cache.html not found in plugin data-access
2014-11-05 15:46:08,225 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /common-ui/resources/web/AnimatedAngularPluginHandler.js not found in plugin common-ui
2014-11-05 15:46:08,225 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /common-ui/resources/web/ring.js not found in plugin common-ui
2014-11-05 15:46:08,230 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /common-ui/resources/web/angular-resource.js not found in plugin common-ui
2014-11-05 15:47:15,457 ERROR [org.pentaho.platform.web.servlet.GenericServlet] GenericServlet.ERROR_0004 - Resource /data-access/resources/gwt/20D6EC90B031D61AB4442569D0987705.cache.html not found in plugin data-access
2014-11-05 15:55:16,140 ERROR [org.pentaho.platform.util.logging.Logger] Error: Pentaho
↧
November 5, 2014, 5:38 am
hi
I am using Pentaho BA server 5.0 Enterprise Edition trail version.I have created some dashboard .I want to know how to take backup of thse file.
Its urgent.
Regards,
Rushikesh
↧
November 5, 2014, 6:41 am
I see that online there are many tools which generate test data for json docs.They normally take the json input structure and generate the test data.
Is there any functionality in Pentaho to generate data which would be around 50,000 to 1 million ?
↧
↧
November 5, 2014, 8:16 am
Hi.
I readed documentation about cache control of mondrian (
http://mondrian.pentaho.com/document...he_control.php).
Every day I add new data into my database. After that I want to update mondrian cache, for I can see results of mdx query with new day element.
After new value added into database, i'm exec this code:
HTML Code:
RolapConnection privateConnection = OlapConnection.unwrap(RolapConnection.class);
CacheControl cacheControl = privateConnection.getCacheControl(null);
mondrian.olap.Cube mCube = privateConnection.getSchema().lookupCube("my cube", false);
SchemaReader schemaReader = mCube.getSchemaReader(null);
ArrayList<CacheControl.CellRegion> regions = new ArrayList<>();
regions.add(cacheControl.createMeasuresRegion(mCube));
Member pMember = schemaReader.getMemberByUniqueName(Id.Segment.toList("Time", "Month", "1"), true);
Member newMember = her.createMember(pMember, pMember.getLevel().getChildLevel(), "6", null);
CacheControl.MemberEditCommand cmd = cacheControl.createAddCommand(newMember);
cacheControl.execute(cmd);
regions.add(cacheControl.createMemberRegion(newMember, true));
CacheControl.CellRegion[] arr = regions.toArray(new CacheControl.CellRegion[regions.size()]);
CacheControl.CellRegion joinRegion = cacheControl.createCrossjoinRegion(arr);
cacheControl.flush(joinRegion);
=> it's ok. Cache is cleared.
Next, i,m execute next mdx query:
HTML Code:
WITH set [Top0] as [date.Hierarchy].[Days].AllMembers
SELECT NON EMPTY [Top0] ON 0,
NON EMPTY {[Measures].[value]} ON 1
FROM [test.csv]
=> ResultSet don't have new dim element, but he has non empty value.
When i execute this query
HTML Code:
WITH set [Top0] as [date.Hierarchy].[Days].[2013].[1]
SELECT NON EMPTY [Top0] ON 0,
NON EMPTY {[Measures].[value]} ON 1
FROM [test.csv]
=> i have correct aggregate value with new data.
Why the first query don't has result with new value?
p.s. I'm use mondrian 3.7.
↧
November 5, 2014, 8:28 am
After launching Data Integration I am unable to open any existing transforms nor am I able to save any new transforms or jobs.
If I attempt to use either any of the following functions in PDI
File > Open
File > Save
File > Save As
the current PDI window flickers, but no file explore window opens to save or open a transform or job.
PDI is not connected to a repository
PC OS is Windows 7 Pro
I have tried unsuccessfully with both 5.01 and 5.20 versions
I have tried deleting both .kettle and .pentaho under my username
Any suggestions are greatly appreciated!
↧
November 5, 2014, 9:14 am
In the latest version of ctools, when a bootstrap dashboard renders, it looks like the column spans are being abstracted out to a parent div. For example, if I define a column named "C1" with the "Extra Small Devices" value set to 2 and a class name "column-example", the rendered html is
HTML Code:
<div class="col-xs-2"><div id="C1"></div></div>
Historically it would have rendered like this.
HTML Code:
<div id="C1" class="col-xs-2"></div>
It looks like it exclusively applies to the defined column spans.
Is this a bug or new expected behavior?
↧
November 5, 2014, 10:45 am
Hello, I am new to PDI and I am running into problems creating a DI Repository. 1) Does PDI has any plans to support MS SQL Server as a repository? 2) I installed MySQL and was able to create and test a DB connection. The Repository Connection Wizard defaults "admin" as the username and prompts me to enter a password. Is there a default password I need to type in? 3) When upgrading the repository it prompted me to type the password for admin. I even created a DB user called admin in MySQL and used that password and it didn't work. How can we make the wizard take other user? 4) I also got an error creating the repository - R_USER table. How can I manually create the repository tables? Where do I find the scripts and the documentation? Thanks.
↧
↧
November 5, 2014, 11:04 am
Hi!
I have a problem in Pentaho report Design and this problem occurs repeatedly in all versions (now i am using the prd-ce-5.2.0.0-209 version) .
When i want to insert a image in my report (e.g. a logo), i put a "image" component and i choose the "Embed in Report" option, once I click OK in the "Edit property" window, when I open this window again, "Link to" option keeps always marked...
Then i tried to embed my image but i don't know what url to put..(i don't know where i must save my image in Pentaho Server)
Can somebody help me please??
Thaaanks a lot in advance!!!
Susana.
↧
November 5, 2014, 11:28 am
Hi all.
I am facing a problem that is: there is a table in my Oracle source that is loaded through a procedure. This works fine.
Then I created a transformation that simply SELECT * FROM this table and uses a Table Output to a table generated by the Table Output exactly as my source is (also in Oracle).
When I run this transformation I get a "Unexpected error inserting row" and it gives me the data of a specific row. When I exclude this row in a WHERE clause, it returns the same thing but in another row.
I really don't know how to debut what is happening because both tables are equal. I am only moving data form one to another. Below follows the complete log:
Screen Shot 2014-11-05 at 17.23.59.jpg
Code:
2014/11/05 17:24:54 - Spoon - Transformation opened.
2014/11/05 17:24:54 - Spoon - Launching transformation [t_dev_cadeia_ods_estoque_ruptura_insert_FT_ESTQ_RUP_01]...
2014/11/05 17:24:54 - Spoon - Started the transformation execution.
2014/11/05 17:24:55 - t_dev_cadeia_ods_estoque_ruptura_insert_FT_ESTQ_RUP_01 - Expedindo início para transformação [t_dev_cadeia_ods_estoque_ruptura_insert_FT_ESTQ_RUP_01]
2014/11/05 17:24:55 - EDWODS.FT_ESTQ_RUP_01.0 - Connected to database [EDWODS_Desenvolvimento] (commit=1000)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - ERROR (version 5.1.0.0, build 1 from 2014-06-19_19-02-57 by buildguy) : Because of an error, this step can't continue:
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - ERROR (version 5.1.0.0, build 1 from 2014-06-19_19-02-57 by buildguy) : org.pentaho.di.core.exception.KettleException:
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - Error inserting row into table [FT_ESTQ_RUP_01] with values: [2014/10/01 00:00:00.000], [2014], [2], [4], [5], [10], [1], [5], [Prix 05 - Tijuca ], [8], [Congelados], [1], [Comestiveis Industrializados], [1], [Aperitivo], [54936], [Brf ], [2], [Greice Ribeiro ], [619159], [Hot Pocket Sadia X-Picanha 145g ], [0], [1], [1], [01 - Compra CD / Entrega CD], [1], [Normal], [0], [0], [1], [35], [0], [2014/10/01 00:00:00.000], [2014/09/26 00:00:00.000], [3], [3], [6], [0], [6], [4,8], [1,5], [2], [9,6], [0], [0], [2], [9,6]
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 -
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - Unexpected error inserting row
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - -32293
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 -
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 -
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:377)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.processRow(TableOutput.java:118)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - at java.lang.Thread.run(Unknown Source)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - Unexpected error inserting row
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - -32293
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 -
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:291)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - ... 3 more
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - Caused by: java.lang.ArrayIndexOutOfBoundsException: -32293
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - at oracle.jdbc.driver.OraclePreparedStatement.setupBindBuffers(OraclePreparedStatement.java:2673)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10689)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:285)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - ... 3 more
2014/11/05 17:24:56 - Select values.0 - Finished processing (I=0, O=0, R=2112, W=2112, U=0, E=0)
2014/11/05 17:24:56 - RMS.PRIX_TMP_MVTO_ESTOQUE_VENDA.0 - Finished reading query, closing connection.
2014/11/05 17:24:56 - RMS.PRIX_TMP_MVTO_ESTOQUE_VENDA.0 - Finished processing (I=2211, O=0, R=0, W=2209, U=0, E=0)
2014/11/05 17:24:56 - EDWODS.FT_ESTQ_RUP_01.0 - Finished processing (I=0, O=1999, R=2000, W=1000, U=0, E=1)
2014/11/05 17:24:56 - t_dev_cadeia_ods_estoque_ruptura_insert_FT_ESTQ_RUP_01 - ERROR (version 5.1.0.0, build 1 from 2014-06-19_19-02-57 by buildguy) : Erros detectados!
2014/11/05 17:24:56 - Spoon - The transformation has finished!!
2014/11/05 17:24:56 - t_dev_cadeia_ods_estoque_ruptura_insert_FT_ESTQ_RUP_01 - ERROR (version 5.1.0.0, build 1 from 2014-06-19_19-02-57 by buildguy) : Erros detectados!
2014/11/05 17:24:56 - t_dev_cadeia_ods_estoque_ruptura_insert_FT_ESTQ_RUP_01 - ERROR (version 5.1.0.0, build 1 from 2014-06-19_19-02-57 by buildguy) : Erros detectados!
2014/11/05 17:24:56 - t_dev_cadeia_ods_estoque_ruptura_insert_FT_ESTQ_RUP_01 - Transformação detectada
2014/11/05 17:24:56 - t_dev_cadeia_ods_estoque_ruptura_insert_FT_ESTQ_RUP_01 - Transformação está matando os outros steps!
Could someone help me to solve this issue or give some light upon it?
Thanks in advance!
↧
November 4, 2014, 6:45 am
In my transformation, before inserting in a table, to avoid foreign key constraints errors,
I want to check if the value of a column exists in another table.
Database lookup step seemed to be a good option on this case,
I created a hop getting the error handling of this step to a write to log and the main input continues the transformation.
However, the database lookup step is being used as a (Flow step) and I do not want to add any column to the stream.
I tried to not specify anything in "Values to return table", but with this section empty, all the rows were sent to error handling.
Is there another step more appropriate to this use case?
Br,
Orair.
↧