So in BI Server 4.8, we were able to use the file system. In 5.0.1, it is now using Jackrabbit content repository.
So I have a Kettle job that calls a transformation. In 4.8 the location of this transformation is something like this: ${Internal.Job.Filename.Directory}/transformation.ktr
Now this is broken in 5.0.1 because there doesn't seem to be a directory any more. If I remove the transformation call in my Kettle job, the job executes successfully. But when I add in a transformation call inside the job, it errors out. So I know that I pinpoint it to a problem where the location of the Kettle transformation is not being found. So with this new Jackrabbit content repository, how do I make this work?
So I have a Kettle job that calls a transformation. In 4.8 the location of this transformation is something like this: ${Internal.Job.Filename.Directory}/transformation.ktr
Now this is broken in 5.0.1 because there doesn't seem to be a directory any more. If I remove the transformation call in my Kettle job, the job executes successfully. But when I add in a transformation call inside the job, it errors out. So I know that I pinpoint it to a problem where the location of the Kettle transformation is not being found. So with this new Jackrabbit content repository, how do I make this work?