I have created two transformations A.ktr, and B.ktr, A.ktr would internally reference B.ktr when I tested in PDI, using absolute path or relative file path, everything works fine.
Now I upload these two ktr files to CDE, I am hoping the A.ktr file from CDE repository will reference the B.ktr from the CDE repository, it is NOT.
If file system based path is used, then A.ktr will reference the B.ktr from local file system, the transformation would work, but wrong reference is been used.
If repository based path is used (i.e., use the mapping transformation from the repository), the transformation failed to call B.ktr. I think the term repository in PDI doesn't mean JCR repository.
The question would be, how can a transformation A.ktr reference another transofmration B.ktr from the same uploaded folder in Pentaho 5.0.1 BA Server? Is this doable?
Thanks for the help
Now I upload these two ktr files to CDE, I am hoping the A.ktr file from CDE repository will reference the B.ktr from the CDE repository, it is NOT.
If file system based path is used, then A.ktr will reference the B.ktr from local file system, the transformation would work, but wrong reference is been used.
If repository based path is used (i.e., use the mapping transformation from the repository), the transformation failed to call B.ktr. I think the term repository in PDI doesn't mean JCR repository.
The question would be, how can a transformation A.ktr reference another transofmration B.ktr from the same uploaded folder in Pentaho 5.0.1 BA Server? Is this doable?
Thanks for the help