Profile

Duarte Cunha Leao

Hitachi Vantara

Contact Details

Hitachi Vantara

My Content

1 to 20 of 50+ total
Posted By Duarte Cunha Leao 07-20-2022 12:28
Found In Community: Pentaho
\ view thread
I'm a bit late to the "party", but it may help people passing by in the future. I was also struggling for the "cluster mode" to kick in, when executing a partitioned transformation or its wrapper job. A lot of conditions need to be met which are not at all obvious and are not present/explicit in the ...
Posted By Duarte Cunha Leao 06-28-2022 11:25
Found In Egroup: Pentaho
\ view thread
> For what is libwebkitgtk needed and if it is important - how can I solve that issue? It is used for certain dialogs, which are browser based, and for the Preview command which opens the data visualization tool. ------------------------------ Duarte Cunha Leao Software Development Engineer - ...
Posted By Duarte Cunha Leao 04-26-2022 09:16
Found In Egroup: Pentaho
\ view thread
Hi Ramya, it appears I have misled you in how to create an HTTP POST request with parameters in the body using the "REST Client" step. The help documentation is quite to blame, here, imo, but, anyway. By looking at the code, the Parameters tab actually defines parameters to be added to the query ...
Posted By Duarte Cunha Leao 04-22-2022 12:32
Found In Egroup: Pentaho
\ view thread
Hi Ramya, you should not have cdaSettingsId as the value of the Body field option. Instead: Clear the Body field option Set HTTP method to POST (just like it is in your latest picture) Set Application type to FORM URLENCODED (just like it is in your latest picture) In the Parameters ...
Posted By Duarte Cunha Leao 04-22-2022 11:11
Found In Egroup: Pentaho
\ view thread
Hi Ramya, regarding the REST client, besides choosing the POST method, you might have to also select the "Application type" to be "FORM URLENCODED" to ensure the parameters go as body/form parameters. https://help.hitachivantara.com/Documentation/Pentaho/9.2/Products/REST_Client ----- ...
Posted By Duarte Cunha Leao 04-22-2022 10:40
Found In Egroup: Pentaho
\ view thread
Hi Ramya, I'm sorry to insist, but, as far as I can tell, you did not answer my question. Parameters can be sent as form/body parameters or query string parameters. The latter will not work. You only say you are sending a parameter. Regarding managing the cache. If you need to call the APIs ...
Posted By Duarte Cunha Leao 04-22-2022 10:09
Found In Egroup: Pentaho
\ view thread
Hi Ramya, not sure that there is a way to know which cache implementation is being used, (like looking at the log). Debugging is always a possibility. However, I think it should suffice to see CDA's plugin.spring.xml file, in the pentaho-solutions/system/cda folder, and look at the class of ...
Posted By Duarte Cunha Leao 04-22-2022 08:51
Found In Egroup: Pentaho
\ view thread
Hi Ramya, the endpoint accepts two optional form parameters: cdaSettingsId and dataAccessId, both optional. When the former is not specified, the latter is ignored, and all entries are cleared. Could you be passing the parameter as a query string parameter? Otherwise, it could be an issue ...
Posted By Duarte Cunha Leao 12-09-2021 12:15
Found In Egroup: General Discussion
\ view thread
Hi, isn't this quesion a duplicate of https://community.hitachivantara.com/communities/community-home/digestviewer/viewthread?GroupId=139&MessageKey=cf88892c-632f-4fbe-a2b0-b3a812481c63&CommunityKey=e0eaa1d8-5ecc-4721-a6a7-75d4e890ee0d&tab=digestviewer to which you'd added a solution yourself? ...
Posted By Duarte Cunha Leao 11-19-2021 11:25
Found In Community: Pentaho
\ view thread
Hi Carl Messner, I believe the issue you are describing is the same as that reported here: https://jira.pentaho.com/browse/BISERVER-14701. The fix is available in the November Service Pack (version 9.2.0.2), which is expected to be delievered by the 26th: https://jira.pentaho.com/browse/SP-6070.
Posted By Duarte Cunha Leao 11-11-2021 10:35
Found In Egroup: Pentaho
\ view thread
By looking at other similar questions, I see that you might be talking about PDI's "REST Client" step. I don't know how to answer that, then. ------------------------------ Duarte Cunha Leao [Designation] Software Development Engineer - Specialist Hitachi Vantara -------------------------- ...
Posted By Duarte Cunha Leao 11-11-2021 10:09
Found In Egroup: Pentaho
\ view thread
Hi Olivier, I think that you didn't provide enough context to your question. What Pentaho endpoints will you be calling? Where are you calling those endpoints from? Browser, Java? What do you mean by "REST Client" exactly? What Pentaho version are you using? Cheers ------------------------------ ...
Posted By Duarte Cunha Leao 04-01-2020 18:43
Found In Community: Pentaho
\ view thread
Hi, could you please create a bug issue at: https://jira.pentaho.com/projects/CDE ? Thanks!
Posted By Duarte Cunha Leao 04-01-2020 18:41
Found In Community: Pentaho
\ view thread
Hi, The bar/line chart is a categorical chart. The space of the horizontal axis is divided into as many parts as there are distinct categories, i.e. values of the category visual-role/dimension. Both bars and lines/dots are then placed horizontally centered in the corresponding categorical area/band. ...
Posted By Duarte Cunha Leao 09-27-2019 14:51
Found In Community: Pentaho
\ view thread
I managed to switch the order in the data... I meant annualized margin followed by avg inventory. Also, use at least 10 in the debugLevel   ;-)
Posted By Duarte Cunha Leao 09-27-2019 14:50
Found In Community: Pentaho
\ view thread
In fact, thats not expected. By default, both the legend and the bars should use the order present in the data: avg inventory followed by annualized margin.   Could you have specified some option which inverts the legend or bar order? Could you share the log with extra information, in particular, having ...
Posted By Duarte Cunha Leao 07-22-2019 14:27
Found In Community: Pentaho
\ view thread
Hi Jose, that surely seems like a bug. Could you please create an issue in JIRA ? Thanks!
Posted By Duarte Cunha Leao 04-23-2019 20:24
Found In Community: Pentaho
\ view thread
Hi, sorry for the late reply. Unfortunately, theres no way to fixate the X axis in view, independently of the vertical scroll position. You can place the X-axis at the top, with xAxisPosition: top, but thats it — it will still get out of view when scrolling down.
Posted By Duarte Cunha Leao 03-08-2019 21:18
Found In Community: Pentaho
\ view thread
Hi Mauricio, you should install the D3 Component Library, from the marketplace (source: GitHub - webdetails/d3ComponentLibrary: D3 Component Library for Pentaho ). Then, youll be able to use the D3 Component which comes with it. Not only youll be able to tidy up the rendering code, by placing it in a ...