pentaho

Pentaho don't Generete PDF in UTF-8 encoding

萝らか妹 提交于 2019-12-25 06:38:16
问题 I have a problem related with PDF exportation in Pentaho BI plattform. I'm not able to produce a correct PDF file encoded in UTF-8 and which contains Spanish characters. That procedure neither works properly in local Report Designer nor in BI server. Special characters like 'ñ' or 'ç' are skipped in the PDF file. Generation in other formats works just fine (HTML, Excel, etc.). I've been struggling with that issue for few days being unable to find any solution and would be grateful for any

Clustering Pentaho C.E. 5.x with Jackrabbit repository

好久不见. 提交于 2019-12-25 06:37:32
问题 I'm trying to run several Pentaho BI CE server instances atop of a clustered PostgreSQL Database. Pentaho Clustering guide on clustering(Cluster the Application Server) says that I should keep the contents of Jackrabbit per-node configurations the same Your application nodes all need the same configurations and BA deployments installed already in order for clustering to work. and then I only need to configure Jackrabbit's journal to specify unique node ids. <Cluster id="Unique_ID "> <Journal

Pentaho - How to pass result-set (TableModel ) from xaction to prpt

て烟熏妆下的殇ゞ 提交于 2019-12-25 04:09:42
问题 I have an issue with pass result-set from xaction to prpt. When I use a example prpt then modify it, the report is ok. But when I create a new prpt (datasource: External, a TableModel type parameter is same as the first one) it does work, just prints out labels, miss the data. Did I miss something? Any help would be appreciated. Thanks 回答1: I resolved it. Click attribute of 'Master Report' on the Structure panel. Find query - name, add the value as the name of result set. 来源: https:/

Pentaho - charts not displaying in CDE dashboards

眉间皱痕 提交于 2019-12-25 03:44:40
问题 I installed Pentaho 5.3 community version on Windows. My problem is that when displaying a CDE dashboard, text is displaying just fine but charts do not display at all. I got this issue with both sample CDE dashboard and my own dashboards. I see nothing into pentago log that could explain that problem. I gotr the problem with both Firefox and Chrom latest versions. Any idea ? Thank you 来源: https://stackoverflow.com/questions/28880879/pentaho-charts-not-displaying-in-cde-dashboards

How to extract XML node values and from recurring nodes in pentaho?

半世苍凉 提交于 2019-12-25 03:13:57
问题 I am having a XML in the below mentioned format. I am using Get XML in pentaho to parse this. But I am not able get correct path to get all the values. I want all the values of ' custom-attributes '. It is only giving me the value of only first attribute .i.e for 'sex' only. Could anyone please help me how to get the values of other custom-attributes . I have given the ' LoopXpath ' setting as :- /names/name After pressing ' Get fields ' in fields tab as. I am automatically getting the custom

Pentaho Kettle - Get the file names dynamically

感情迁移 提交于 2019-12-25 01:47:23
问题 I hope this message finds everyone well! I'm stucked on a situation on Pentaho PDI Tool and I'm looking for an answer (or at least a light in the end of the cave) to solve it! I have to import, every month, a bunch of xls's files of differents clients. Every file has a different name (witch is given aleatory) and this files are on a folder named with the name of the client. However, I use the same process for all clients and situations. Is there a way to pass the name of the directory as a

How to Apply group by on mdx Query

拈花ヽ惹草 提交于 2019-12-25 00:50:01
问题 Working pentaho dashboard trying to generate report to get transaction count per day/Week/Month between two date. Below MDX Query return transaction count 1 because 'created' is not group by WITH SET [~COLUMNS] AS Filter([created].DefaultMember.Children, [created].CurrentMember.name >= "2014-10-01" AND Left([created].CurrentMember.Name, 10) <= "2014-10-02") SET [~ROWS] AS {[markup].[markup].Members} SELECT NON EMPTY CrossJoin([~COLUMNS], {[Measures].[Transaction Count]}) ON COLUMNS, NON EMPTY

(stderr) =256m“”==“” was unexpected at this time in Pentaho Shell script

陌路散爱 提交于 2019-12-25 00:44:54
问题 This question is almost similar to pentaho: error (stderr) =256m""=="" was unexpected at this time. while calling kitchen command (dos command using shell script job entry) from job But It differs in clarity as I am providing exact details and also that question is 3 years old which also brings in version issues. Also, that question isn't answered yet and there are no other solutions available on internet except few pages which only have unanswered question. Hence posting this again with more

How to validate one csv data compare with another csv file using Pentaho?

六月ゝ 毕业季﹏ 提交于 2019-12-24 20:11:13
问题 I have two csv file . In one file i have 10 rows and in another list of data . What i want to do is , check the data of one filed of first csv and compare it with another csv file . So how can i achieve this ? Any help would be great . 回答1: The step you are looking for is named the a Stream Lookup step.` Read you CSV and the reference files, and drop the two flows in a Stream Lookup and set it up as follow: a) Lookup step = the step that reads the reference b) Keys / field = the name of field

Migrating Transformations in Pentaho PDI

久未见 提交于 2019-12-24 15:51:30
问题 We are using two servers, one as preprod and other as Production. When we are migrating jobs or Transformations from preprod to Prod it copies its connection properties as well and this affects our Production job execution. Can someone let me know how to migrate transformations without coping it's connections to another server. 回答1: From the Tools->Options menu, there are two checkboxes that effect PDI's import behavior: "Replace existing objects on open/import" and "Ask before replacing