Quantcast
Channel: Pentaho Community Forums - BI Platform
Viewing all articles
Browse latest Browse all 2893

relative path inside JCR

$
0
0
So... I'm in another mess with JCR, and I actually don't even know if I should post this here, or in PDI section, or even in CTools section.

The deal is: I've designed a transformation as datasource for a dashboard. This transformation uses ETL Metadata Injection into another transformation. I've set the file in Injection step as ${Internal.Transformation.Filename.Directory}\XX_historicoDLO_injected.ktr

But when I execute the dashboard, all I get is this error:
Code:

2014/03/20 17:17:19 - ETL Metadata Injection.0 - Unable to read file [file:///C:/Program Files (x86)/Pentaho/biserver-ce/pentaho-solutions/home/DLO/XX_historicoDLO_injected.ktr]
2014/03/20 17:17:19 - ETL Metadata Injection.0 - Could not read from "file:///C:/Program Files (x86)/Pentaho/biserver-ce/pentaho-solutions/home/DLO/XX_historicoDLO_injected.ktr" because it is a not a file.

Apparently, ${Internal.Transformation.Filename.Directory} and JCR don't get along. What can I do here to solve this?

Viewing all articles
Browse latest Browse all 2893