Carte - Job and Trans Image not rendering
I recently upgraded from 8.0 to 8.1, and now the Carte status page stopped rendering the images. I have restarted carte service and even restarted the server, but it did not resolve this issue. Any...
View ArticleLog error if data is not in wrong format in excel file
Hi All, I am using excel input step to read excel data. I want to log error if data in a particular column in excel file is of wrong format. For example, log error with line number, if string data in...
View ArticleKettle startup times in versions 7.0, 8.0 --- and 8.1 ?
There is a good article about Pentaho startup time, and how to speed it up at: https://blog.twineworks.com/improvin...n-78d0803c559b The 'remove plugins' method works for Pentaho Data Integration...
View ArticleSplit data from irregular CSV
Hi everybody. I have the CSV file below and I need to split this. I tried to use Replace in String, replacing \;{1,} by | (using Regex) after that Split Rows by |, but in the rows 4 and 8, the Date was...
View ArticleSaiku timeout after 30 seconds running
Hi there. I am trying to find out why Saiku raises a timeout 30 seconds after an analysis begin if not finished. When the timeout occurs usually I press the "play" button and then the analysis result...
View ArticleSalesforce Standard Integer Fields
Kettle 7.1.0.0-1 Java 1.8.0_181 Windows 10.0.17134 Build 17134 64bit Salesforce Enterprise Edition Summer '18 release Salesforce profile: system administrator Hi, For a migration project I want to...
View ArticleCall RT REST web service to retrieve ticket list
Hi, I have a ticket system based on RT and that also provides retrieving all the data via REST call (https://rt-wiki.bestpractical.com/wiki/REST#Abstract). I have used the REST client and HTTP client...
View ArticleRole is not refresh until we restart pentaho
Hi We are using Pentaho 8.0 Comunity Edition CDE which is configure with SSO (Key Cloak) I am facing issue which is when i assigned new role to any user it did not reflect in PUC until i restart my...
View ArticleDo we have some step to convert AD date into yyyy-MM-dd?
I have dates as numbers (for instance 42390). I see this post can be solution: https://forums.pentaho.com/threads/1...dable-formats/ But do we have some step to use to convert it instead of Java code?...
View ArticleCan you recommend some trick to create MySQL table to insert data from input?
Hello there, Sometimes it takes time to manually create MySQL table to insert data from some input (if lot of fields). Maybe there is some trick to receive ready 'table create' code? Regards,
View Articletrying to avoid duplicate code in UDJC
I have one Java method that I use in many UDJC steps among multiple transformations. The method involves accessing parent/root jobs and setting/updating various variables. I've created jars and reused...
View ArticleAny chance for working step "ElasticSearch Bulk Insert"?
Elastic has Logstash to load data into Elasticsearch. Problem is that this piece of software is really bad quality; actually it does not work with JDBC MySQL. What Pentaho is doing in seconds, Logstash...
View ArticlePass parameter via url to mdx query in saiku query.
Hi, Can someone pls provide me link for passing parameters to saiku query to ,have a row level filter. I have tried may approaches still no luck. I have saiku version of 3.17 and Pentaho community...
View ArticleUnable To Read The Data From Hive
Hi , Am trying to read the data from hive db using PDI 8.1 by applying join from tables residing in hive itself. Getting below error. Error:Execution Error, return code 1 from...
View ArticleSelect value metadata change gives wrong result.
i have input date like dd/mm/yy e.g 02/02/48 while im converting this to dd/mm/yyyy format using select value step it is giving 02/02/1948 which is wrong. how I can make it like 02/02/2048.
View ArticleIMPORTANT - Pass Date range filter in Saiku Query
Hi, How to pass date range filter to Saiku dashboard from saiku UI, without swithing to mdx mode ( as I have to keep UI for further dashboards modification. How can I update my measure values based on...
View ArticleMultiple Kitchen log entries (console)
Hi, I'm trying to better configure my console log4j output adding a tag to that. I altered the file /opt/data-integration/plugins/kettle5-log4j-plugin/log4j.xml file as follow: Code:...
View ArticleRegex to retrieve part of string
Hi all, I want to retrieve 25 from following string. For example: Sunday, 25 March, 01:00 The format of above string is fixed. Can I get it by using regex? Please can anybody help me in creating regex...
View ArticleWhere to find Saiku Analytics Repository?
Hi all, I lost all things. First thing I want to known: is there a possibility to find all my analysis views that I was running on the platform. can I find them and restore them please? I thought to...
View ArticleIn what order are variables initialized?
Let's start with a job that has these parameters: A = "A_Value AND ${B_Value}" B = "B_Value" In java, this would be something like: String a = "A_Value AND " + b; String b = "B_Value" This is not...
View Article