Profile

Daniel Clark

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

Contact Details

My Content

1 to 8 of 8 total
Posted By Daniel Clark 06-26-2019 18:33
Found In Community: Pentaho
\ view thread
Ive created a udjc (below) to parse a nested json returned from a web service call. While previewing the udjc step, I can see the values from the step parsed into variables, which are associated with output fields. I have a hop created to a table output step, where the variable values are inserted into ...
Posted By Daniel Clark 04-03-2019 15:16
Found In Community: Pentaho
\ view thread
Sparkles Sparkles, Thank you for the reply. I was able to work around this issue by changing the way I was calling the job via kitchen. I have a file-based repository. I originally was executing kitchen with the -file= option. After changing kitchen options to utilize -rep, -dir, and -job options, the ...
Posted By Daniel Clark 03-20-2019 13:39
Found In Community: Pentaho
\ view thread
Sparkles Sparkles, Yes, the error appeared when I added the subjob Workflow. The path for the subjob is set to $(Internal.Entry.Current.Directory)/Workflow. I created another subjob named Debug. It contains one transformation named debug_trans which contains a get variables step and a write to log step. ...
Posted By Daniel Clark 03-19-2019 13:52
Found In Community: Pentaho
\ view thread
Sparkles Sparkles, After removing all the steps, then adding steps back one by one, I still receive the same error I originally reported.
Posted By Daniel Clark 03-19-2019 11:36
Found In Community: Pentaho
\ view thread
Thanks for the reply Sparkles Sparkles, According to the log, its the subjob name Workflow thats throwing the error. Ill give your suggestion a try.
Posted By Daniel Clark 03-15-2019 16:32
Found In Community: Pentaho
\ view thread
Im having an issue executing a job with kitchen.sh that executes fine within spoon. Any ideas? Please see below: 2019/03/15 11:51:34 - Master_Job - Starting entry [Workflow] 2019/03/15 11:51:34 - Master_Job - exec(5, 0, Workflow.0) 2019/03/15 11:51:34 - Workflow - Starting job entry 2019/03/15 11:51:34 ...
Posted By Daniel Clark 02-19-2019 15:46
Found In Community: Pentaho
\ view thread
Im following this guide located at https://www.clearpeaks.com/copy-rows-to-result-in-kettle/. Im using the REST client in one transformation to retrieve a resultset and then using the copy rows to result to pass the resultset to another transformation, where I access the individual fields as parameters. ...