Profile

David Martinez

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 20 of 22 total
Posted By David Martinez 10-22-2019 10:23
Found In Community: Pentaho
\ view thread
Ok, thanks, We will try to upgrade machines to version 8.3
Posted By David Martinez 10-22-2019 07:45
Found In Community: Pentaho
\ view thread
Hi Winson,   Thanks for your awnser.   This is not the behaviour I was talking about, Ill try to explain it with an example.   c:\tmp\job.kjb: c:\tmp\TransformationDir\transformation.ktr   If you run this Job in PDI 8.0 you get -> c:/tmp/TransformationDir     And running in PDI 8.1 -> c:/tmp
Posted By David Martinez 10-01-2019 09:02
Found In Community: Pentaho
\ view thread
Issue:   https://jira.pentaho.com/browse/PDI-17242
Posted By David Martinez 10-01-2019 08:41
Found In Community: Pentaho
\ view thread
While running transformations with PDI 8.1, environment variable Internal.Entry.Current.Directory now returns parents job path instead of current transformation path. Same Job executed in PDI 7 or 8.0 returns transformation file path.   Is it right? if it is, whats the right way to get current transformation ...
Posted By David Martinez 04-25-2019 08:04
Found In Community: Pentaho
\ view thread
Similar behavior here, PDI versons 7.1 and 8.0. Trying to connect to third partys api. Running in a server with no root rights We have a .cert file with the needed certificate, and created brand new keystore file using keytool command. keytool -import -trustcacerts -keystore newKeystore -storepass changeit ...
Posted By David Martinez 02-04-2019 10:49
Found In Community: Pentaho
\ view thread
Hi Carlos, we hadnt seen this sample, just unsuccesfully searched arround on internet. Thanks, Its really useful. All componets strings have already been traslated except groups all items that doesnt seem to be working. Acord to Filter Component Reference, we have modified Advanced properties with the ...
Posted By David Martinez 12-19-2018 15:43
Found In Community: Pentaho
\ view thread
We are using a FilterComponent in one of our dashboards, everything works as expected but internationalization. After triying some workarounds, we cant figure out how to change language in this component, neither can find any component documentation solving this. Any idea would be welcome #Pentaho # ...
Posted By David Martinez 11-27-2018 13:44
Found In Community: Pentaho
\ view thread
We have almost 15 diferent datasources, related to diferent services. Acord to development/requirements convenience, all of them are standard JNDI connections. E.g. Three of them: News, projects and accounting. We also have several user roles, with diferent access rights. E.g. everyone can see News data, ...
Posted By David Martinez 07-31-2018 09:18
Found In Community: Pentaho
\ view thread
Hi Duarte, It works fine from a component method as you said. But, I was trying to get it from a javascript resource file, we will have a lot of dashboards and I dont want to have the same code in all of them. I tried  to create a new Dashboard Object, expecting to have same session data in it without ...
Posted By David Martinez 07-30-2018 12:19
Found In Community: Pentaho
\ view thread
Try to set default language in Dashboards object in preExecution function of Date Input component: Dashboards.i18nCurrentLanguageCode=es In my case, language code was es-ES and component expects es.  ¿bug?
Posted By David Martinez 07-30-2018 12:16
Found In Community: Pentaho
\ view thread
I need to get logged User info (name & roles) in RequireJs Dashboards. It was so easy in non RequireJs ones, like this: user = Dashboards.context.user; roles = Dashboards.context.roles; But with requireJs checked I only can find user name: user = requireCfg.config[pentaho/context].user.id How can I get ...
Posted By David Martinez 05-07-2018 07:22
Found In Community: Pentaho
\ view thread
Hi, We are trying to use images returned by Atomatic Documentation step as Metadata. The transformation used just extracts images from autodocumentation step, and saves it to a SQL table. Everythig, works fine, but images looks corrupted... Image Example  (PNG) The image was shown as PNG format. ¿is ...
Posted By David Martinez 04-13-2018 11:30
Found In Community: Pentaho
\ view thread
Self awnser: Finally, we maked it with an, I dont want to say ugly but not pretty workaround. Set the maps operation mode as just the map, and create markers in JS: code         var marker = new google.maps.Marker((             position: new google.maps.LatLng(latitude,longitude),             map: C ...
Posted By David Martinez 04-10-2018 08:46
Found In Community: Pentaho
\ view thread
We have problems using NewMapComponent, Marker click Function dont works when Google MapEngine is selected. With Openlayers MapEngine works fine.   Example attached:   Simple map with a Marker, when clicked an alert pops up with markers name. (openStreetMap). Change Map Engine to Google, (put a valid ...
Posted By David Martinez 04-10-2018 08:46
Found In Library: Pentaho
Posted By David Martinez 04-05-2018 07:12
Found In Community: Pentaho
\ view thread
Try to use a Select Values before grouping, and change field data type to bigNumber in metadata tab.
Posted By David Martinez 03-22-2018 08:17
Found In Community: Pentaho
\ view thread
Hi Carlos.. Bug filed:  [CDE-955] NewMapComponent - Cant set zoomlevels higher than 15 - Pentaho Platform Tracking Some feedback : Setting Vieport zoomLevel in preExecution (min & max) works great if zoomLevel values are between 0 and 15. If  value is greater than 15, is ignored and level 15 was shown. ...
Posted By David Martinez 03-22-2018 07:50
Found In Community: Pentaho
\ view thread
You can also use Jenkins for job scheduling: Open Development Notes: Pentaho Data Integration scheduling with Jenkins
Posted By David Martinez 03-21-2018 12:06
Found In Community: Pentaho
\ view thread
Hi Carlos, This work arround looks great, but zoom istill not working beyond 15. If we put a breackpoint in postExecution, we can see value changing from Infinity to 19, but zoom is still limited in the map view. We were messing arround with similar js codes without success, also looking the mapEngine ...
Posted By David Martinez 03-21-2018 09:12
Found In Community: Pentaho
\ view thread
hi Joana,      Looks like it isnt a map provider limitation, but  components limitation.      The NewMap component limits zoom to 15, no matters what tileset you are using.      This is why we are looking for some workarround to solve it.      Some examples: Center Latitude40.4170Center Longitude-3.7033Tilesets ...