My requirement is to call my kettle job from Pentaho BI server. I am using Pentaho BI server 5.0.1 CE, PDI 4.3.0 - for kettle job and transformation design and PDS CE 4.0. - to design xaction that will call the kettle job
I have created an xaction and included the kettle job in the process actions of that xaction like,(Execute-->PDI job) but iat first i got the below error
"kettle error_0015 Could not load transformation job from resource [TANSNAME]"
for that i have uploaded my kettle job with my xaction (as the BIServer5.0.1 maintains the solution file in jackrabbit) and referred my transformation URL as static in my job. after that the job is executing, but the job arguments are not getting passed from my xaction. I have added the arguments in the XML source of the xaction. but still the pentaho log shows empty arguments.
Is there anything else i need to do?