How to pass selected components to another drop down (multi selection)
<script type="text/javascript"> $('#bt').click(function(){ $('#param2Select option:selected').appendTo('#dest'); }); </script> <span...
View ArticleCarte Web Services in v3.2.4
I went through the documentation here: http://wiki.pentaho.com/display/EAI/Carte+Web+Services I am stuck with using Carte/Kettle 3.2.4. This version is bundled with another product and must be...
View ArticleHTML Links in Schema Designer Needed
From what I can tell, the only place links can be coded into an analyzer report are on the report after you drag columns over. This makes little sense to me and seems like a half-hearted attempt to...
View ArticleExecute R script from a 'shell script' step
I am trying to execute an R script from a kettle job, and I don't really know whether it's a kettle or an R problem I am facing. I use the shell script step, where I call an R script that begins with...
View Articleput file with ftp
I have a fairly complicated job stream and I use the ${Internal.Transformation.Filename.Directory} variable to take care of different versions. I store some interim results in plain text files along...
View ArticleModel perspective
Hi: I want to use Model perspective in kettle, where i can get model perspective plugin?
View ArticlePentaho Plugin custom content genration
Hello Community, Currently I just developing Bi server custom plugin. In that i want to add custom content type called ".pin". For that i have configure plugin.xml and plugin.spring.xml (Find in...
View ArticleScript for backup of Pentaho BI (such as JCR, dashboards, mondrian schemas)
Hi! I'm looking at setting up a daily backup of my Pentaho BI 5.x installations. I would appreciate if anyone could suggest me a ready made backup script that backups the important stuff. From the top...
View ArticleHow to format a value inside a formula?
I have a simple formula to show either one filed or another in my report. One of them is String and the other numeric. I would like to format the numeric one: this is what I have now on a Label type...
View ArticleMondrian Schema 3.X Junk Dimension and aggregate tables
Hello, I'm having problems figuring out how to use 4 dimensions ('Junk_Dim1', 'Junk_Dim2', 'Junk_Dim3', 'Junk_Dim4') that uses the same table ('junk_dimensions') when using Aggregate Tables. What I'd...
View ArticleJTDS error on windows 2012 r2
Hi, I'm moving PDI application from windows 2008r2 to 2012r2 but some transformations that make insert/update on ms sql stops withh errors. The PDI version is 5.2.0, db on ms sql 2008 r2 In windows...
View Articlemongodb.MongoException$CursorNotFound: cursor 447066068147 not found on server
Hi, I am using PDI 5.0 Community Edition with MongoDb database .When I fetch the data from mongodb with the help of MongoDB input and Json input component then following error occurred....
View Articlemongodb.MongoException$CursorNotFound: cursor 447066068147 not found on server
Hi, I am using PDI 5.0 with MongoDB .When I access the data from MongoDB with help of MongoDB input and Json Input then below error occurred com.mongodb.MongoException$CursorNotFound: cursor...
View ArticleMongoDB Input Error
Hi I am using MongoDB Input does anyone know when we fetch data from the same then same error occured.
View ArticleDenormalizing rows to columns !!
Hi, Thanks in advance for your support !! I have the following input SID Value BA1 100 BA2 200 BA3 300 and this keeps growing, What I was expecting in the output is BA1 BA2 BA3 100 200 300 I have tried...
View ArticleHow to convert a number padded with blanks?
I am new to Kettle - so bear with me! I am trying to read from a file with fixed length records/lines. My problem are numeric fields that are padded with blanks, i.e. " 123". My fields are 4 characters...
View ArticleERROR: Unable to open transformation: null
No matter what I try, I can't figure out how to start a transformation inside a job when using a repository and executing the job remotely. The setup: The Job: job.png The Transformation: trans.png -...
View ArticleWhy is this fourm moderated?
Everytime I post a new thread, or reply to an existing thread, I receive the following message: "Thank you for posting! Your post will not be visible until a moderator has approved it for posting."...
View Articlematerialized view in postgresql 9.3
I may ask the question in the wrong place but any way the error message is from mondrian. Recently I downloaded saiku3 community version, my schema file reference to a materialized view in postgresql,...
View ArticleText Editor Component in Pentaho Dashboards
Hi, I am trying to use the text editor component in dashboards, but when i click save button in the component the notification panel says "we are sorry! we really tried.." The path to file is of...
View Article