Error Converting Data type from Boolean to Int
Hi, I got a requirement where I need to store values into Oracle DB from Postgres . I do not know the number of columns as well as their types. The table names are fetched dynamically. The problem is...
View ArticleSchema Workbench freeze after establishing a connection in db
When I'm trying to establish a connection with oracle db, fill data connection and I perform the test successfully, however when I click ok the workbench freezes. Someone help me?
View ArticleHelp with extracting data from multiple files
Hello I am trying to create a transformation that will extract data from multiple files and upload to a database. On the database, I have a table with 2 fields containing a source name and the file...
View Articlescheduled job picking up local kettle.properties values instead of server
Normally, when we run a job on our local machine it picks up our local kettle.properties variables values. Then, when we schedule the job, because it is then running through the repository on our Linux...
View Articlesql querry WITH RECURSIVE in input table component
EDIT : Sorry, I did a mistake in the forum :( Hi, Can we do an WITH RECURSIVE querry in the input table component ? Code: with recursive rel_tree as ( select col1, col2... from table where col1...
View ArticleHow to remote debug Pentaho 5.0.1 stable spoon ?
All, I have been trying to setup a remote debug of spoon from Pentaho 5.0.1 and have been unsuccessful. Has anyone setup remote debugging in spoon on Pentaho 5.0.1 and if so can you please send me...
View ArticleWITH RECURSIVE in input table component
Hi, Can we do an WITH RECURSIVE querry in the input table component ? Code: with recursive rel_tree as ( select col1, col2... from table where col1 is null UNION ALL select col1, col2, p.level + 1, ......
View ArticleCDC Page not rendering
I'm having a problem getting CDC to render and I'm not entirely sure why. When I click on the CDC Plugin Icon, I get the following log lines in catalina.out. 16:28:22,387 WARN [RepositoryAccess]...
View ArticleCalling Java Class in Pentaho Report Designer
Hello all, I have a requirement in which I have to show a report of student with fields student name, subject and marks, these fields are coming from mysql database, field marks is encrypted and we...
View ArticleDisplaying problem in 5.0.1
Hi! I'm desperate now....i had many troubles installling Pentaho CE 5.0.1, but finally can do it. The problem goes when I go to console.... there, Home does'n shows and work correctly (see attach)...
View ArticleUsing prd_pdi parameters with excel files
I have done some work sending parameters from Pentaho report designer to Pentaho Data Integration, while using table inputs in the transformation, the result was successful. But I can't use parameters...
View ArticleRunning Pentaho MapReduce Jobs from eclipse on CDH42 Shim
Hi, I have created a mapreduce application using Pentaho big data plugin libraries & pentaho hadoop shims libraries. Transformation (.ktr) and the Hadoop Job (.kjb) files are running smoothly on...
View ArticleError Starting Pentaho Report designer: Assertion Failed!
I have an error while starting Pentaho Report Designer. Titled: Microsoft Visual C++ Runtime Library. With Message: Assertion Failed! Program: C:\Windows\system32\javaw.exe File:...
View ArticleHelp Instaview
Hi all, I just registered in here! This forum is for Community Edition only? Anyway, I'm trying the 30 days trial of Business Analytics and I'm having problems with Instaview! I would appreciate if...
View Articlecde components in pentaho 5.0.1
I am not able to install custom components for cde in Pentaho 5.0.1 . I tried to put the files (components.xml and javascript) in two places : in the folder public/cde of the jackrabbit repositoryin...
View ArticleCDE, MDX and SQL with user visibility
I'm using Pentaho CDE and many users. mdx with extracting data follows the profiling set. with sql extracts all the data and are not those of user visibility. What can I enter as a condition where will...
View ArticleCalculate Average Precision / refer to value from previous row
Hi For the evaluation of a ranking algorithm I would like to calculate the average precision. The calculation should be done for each row, but refers to the sum of the previous rows: Rank Hit Precision...
View ArticleWhere to download CDE-bundle-1.0-RC3?
Hi, I've looking for source where to download CDE-bundle-1.0-RC3 plugin for Pentaho (biserver-ce 3.7.0). It seems all the source links I've got are not already available. Can anyone help or provide me...
View ArticleIntegrating pentaho report designer using C# asp.Net
Hi, I'm new to pentaho report designer.Basically I'm a C# Asp.Net developer making web apps.My question is 1. Can i intergrate pentaho reporting to my existing web app? 2. What all i need to do for...
View ArticleHow to load PDF file into database table .
is there any way to load PDF files into database tables ?
View Article