Create Folder at Root Level in Pentaho Server 8.2
Hi to all, in previews versions of Pentaho BA Server (ie 6.1) I could create a new Root Level Folder (next to Public and Home) using this REST API PUT:...
View ArticleHow to formating date in Date Dimension with mondrian 4?
Hi, I need help. I have this part of my code with mondrian 3, I have very difficulties to rewrite the same Date dimension with modrian 4. I want to format my date It is degenarate dimension <Schema...
View ArticlePentaho 6.1 version not working
Hello Everyone, We have been using pentaho 6.1 for last 2 years. Since then we have not faced any spoon opening issue. From last few days, whenever we tried to open Pentaho while clicking on spoon.bat...
View ArticleCreating data source/data connections by code/sql
Hi. I have a pentaho deploy on docker. It will bring a fresh database of the jackrabbit repository every time. I want to know if I can script something so when the deploy is created my new datasources...
View ArticleDisabling a branch in a transformation
After experimenting with some "improved" stream/branch disable functionality, my big data transformation now suffers from congestion and comes to a halt! The transformation reads a single file and...
View ArticleKettle 6.1 and XLSX File
Hi to all guys, i need your help to understand a strange situation. I need to import some data from an xlsx file that containt 16 sheet. Actually the xlsx file has a dimension of 20MB. If i try to...
View ArticleDaily schedule skips a day every now and then [pentaho-server 7.1]
Hello, I have a pentaho-server CE with more than 150 schedules that have different frequencies, monthly daily, weekly, etc. However I am having strange behavior every now and then, where a daily...
View ArticleRemove value from multivalue LDAP attribute
What's a good strategy for removing a value from a semicolon separated multivalue field coming from an LDAP Input stream?
View ArticleS3 CSV file input changes from PDI 6.1 to PDI 8.1
Hi, We are able to connect S3 CSV file input step successfully in PDI 6.1 Version but not in 8.1 or higher. there is different in steps from version to version. if you are able to help on PDI 8.1...
View ArticleText File Output encoding ignored
Hi everybody! I'm working with Pentaho 8.0, and I'm facing an encoding problem. What I currently need to do is to create a simple csv file, with ISO-8859-1 encoding. For testing purposes use a Table...
View Articlecom.sybase.jdbc4.jdbc.SybDriver
Hi Guys I need to connect to a database via the table input, but im not able to connect. I've been prvovided that it is a sybase database and that the driver to be used =...
View ArticlePentaho Report Designer 5.0.1 and MySQL 8.0 is not working
I am trying to connect mysql 8.0 in report designer and also added mysql-connector-java-8.0.16.jar in report-designer\lib\jdbc path. no connection, showing error : Code: Error connecting to database...
View Articleusing date variable in dateDiff in javascript step
I set a variable in another transformation...it is read in as a date. In the transformation with the error I do this: Code: var now_time = new Date(); var sixty_second_count =...
View ArticleLogging Best Practice and "Job ID"
Hey there --- I'm re-imagining my logging procedures. Trying to use more modular/ standard templates. I've already done this in SSIS. Pentaho PDI has its uses too of course. One thing I noticed is...
View ArticleRead data from PDF file and need to load into table
Hi, there is a requirement on PDF data loads, we need to read the data from PDF file and need to load into table. i am not able to process the data in rows and columns wise because, when we...
View ArticleProblem with Merge Rows (diff) step
I am having a problem comparing two fields using Merge Rows (diff) step. My "reference" row is only one field that contains a filename from a result set. The "compare" is a filename from a file...
View ArticleTable input step problem when using substring function on Firebird 3.x
Hi I really need your help, have tested everything that comes to mind. We have pdi job, that is loading data from Firebird, firebird was upgraded to version 3 (previously was 2). I changed the drivers...
View ArticleDynamic row to column conversion
Hi, I need to convert data from rows to columns dynamically. Let me explain it with example. Say, source data is:- Code: select 'ABC-123' as company_id, 4343 amt from dual union all select 'PQR-111' as...
View ArticleHelp on pdi display on laptop
Hi I am seeking some help please on the visual elements of the spoon pdi. Using Data Integrator 8.1 I have a desktop and a laptop. When I open jobs or transforms on the desktop they look fine - like...
View ArticleHow to Get Max from different Column
Hi All, Question please I got a data with column a, b, c which have value(integer) in it 1,3,5 4,9,10 11,5,8 2,88,1 how can i make pentaho to get the max value of these row? 1,3,5 result 5 4,9,10...
View Article