pentaho

Viewing pentaho dashboard outside pentaho

馋奶兔 提交于 2020-01-23 17:00:49
问题 I have created a dashboard in pentaho User console. I want to view it outside the User console.(Without logging in to user console) Is it possible ? 回答1: Yes. It is possible. You need get two things. 1)Get URL for the dashboard 2)Allow URL authentication. 1)Dashboard URL --------------- The dashboard url structure will be like this. http://localhost:8080/pentaho/plugin/pentaho-cdf-dd/api/renderer/render?solution= RootDirectoryName &path= SubDirectoryName &file= your_dashboard.wcdf &userid

Pentaho reportviewer URL not loading in iframe

拥有回忆 提交于 2020-01-21 14:36:28
问题 Am new to pentaho. I try to display the report using pentaho reportviewer in iframe i use .prpt file to load the report. I used the following url in iframe http://172.20.10.30:8080/pentaho/content/reporting/reportviewer/report.html?solution=steel-wheels&path=%2Freports&name=Inventory.prpt&userid=joe&password=password If i invoke the above URL in the browser it display the report. I don't know the problem in the above code. Hear is my Iframe code <html> <head> <title>Sensatron Issue Testing<

Staging in ETL: Best Practices?

此生再无相见时 提交于 2020-01-17 04:16:06
问题 Currently, the architecture I work with takes a few data sources out of which one is staged locally because it's hosted in the cloud. The others are hosted locally anyway, so the ETL I perform takes it directly from the source. I don't really see the point in creating a stage for the other sources. 1) Is there a distinct benefit to duplicating the locally hosted source into a local stage? 2) Is it a better idea to host the stage on a separate machine or the same one as the Warehouse? 3) If I

pentaho: error (stderr) =256m“”==“” was unexpected at this time. while calling kitchen command (dos command using shell script job entry) from job

坚强是说给别人听的谎言 提交于 2020-01-17 03:44:13
问题 I am getting following error while executing shell script in job (execute job inside script on windows platform) Blockquote 2015/05/20 12:24:56 - Shell - ERROR (version 5.2.0.0, build 1 from 2014-09-30_19-48-28 by buildguy) : (stderr) =256m""=="" was unexpected at this time. Please find link for job j_test.kjb [https://www.dropbox.com/s/0hf2yl09qo5x0f1/j_test.kjb?dl=0][1] i need to work on this, any hints will be appreciated 来源: https://stackoverflow.com/questions/30366219/pentaho-error

Pentaho Reverse Proxy: Kette

£可爱£侵袭症+ 提交于 2020-01-16 11:44:30
问题 I have setup SSL reverse proxy to redirect traffic in a way that server { listen 443 ssl; server_name pentaho.somedomain.com; ssl_certificate /etc/ssl/x.pem; ssl_certificate_key /etc/ssl/x.key.pem; location / { proxy_pass http://1.2.3.4:2000; } } This works fine from the borwser BUT fails from Kettle PDI, I have double checked URL its right NO error logged in console read this Pentaho + apache Reverse Proxy + proxy SSL integration but my browser works fine 来源: https://stackoverflow.com

Pentaho Kettle split CSV into multiple records

这一生的挚爱 提交于 2020-01-16 06:41:09
问题 I'm new to Kettle, but getting on well with it so far. However I can't figure out how to do this. I have a csv which looks something like this a, col1, col2, col3 a, col1, col2, col3 a, col1, col2, col3 b, col1, col2, col3 b, col1, col2, col3 c, col1, col2, col3 c, col1, col2, col3 The first column starts with a key (a,b,c), and then the rest of the columns follow. What I want to do is read in the csv (got that covered) and then split the csv based on key, so I have 3 chunks/ groups of data

Pentaho : How to split single Excel file to multiple excel sheet output

℡╲_俬逩灬. 提交于 2020-01-15 03:44:07
问题 I have a list of employee details. I want to split each employee detail in separate Excel sheet. I tried a lot but I get only separate Excel files alone, not all the sheets in a single file by using Pentaho kettle. Eg: Raja 22 developer 25000 ravi 23 tester 2000 karthik 24 designer 4000 Mani 28 developer 45000 In that each employee details will need separate sheets in a single excel file. Already, I worked with "MS excel writer" but it did not work. EDIT Thanks for your valuable reply,its

Pentaho CDE reset parameter

十年热恋 提交于 2020-01-11 14:06:51
问题 I have a data table component and seven multiple selectors related to it. And i want to reset all selectors to default value with a reset button. My data source is SQL database, so i don't have a select "All" option in these selector. Is there any way to make it happen? 回答1: There are two issues you need to solve: Adding default values for the selectors Adding a button that resets these selectors to their default value For 1 I would go for something like this: Set the SQL query for the

Pentaho CDE reset parameter

爱⌒轻易说出口 提交于 2020-01-11 14:06:20
问题 I have a data table component and seven multiple selectors related to it. And i want to reset all selectors to default value with a reset button. My data source is SQL database, so i don't have a select "All" option in these selector. Is there any way to make it happen? 回答1: There are two issues you need to solve: Adding default values for the selectors Adding a button that resets these selectors to their default value For 1 I would go for something like this: Set the SQL query for the

Java code for creating Pentaho reports and this reports accept input as data integration(.ktr) file

南笙酒味 提交于 2020-01-07 04:57:13
问题 I am looking for java code in which have to display Pentaho reports in HTML/PDF format with Data Integration(.ktr file) as input to the Pentaho reports. 回答1: First of all most probably there is official documentation to API, chapter " Embedding the Reporting Engine Into a Java Application " Code it pretty simple Create report using visual tool, assign data source as .ktr file, and code as example in tutorial. Only u might need to customize path to *.ktr file which either can be made via