Hi all,

I'm trying to use a PDI-transformation from a pentaho report to get data. Everythig is properly configured (I hope ).
The PDI-transformation is embedded in .xaction. As 'Output Rows Name' I give data_from_pdi and in the following pentaho report as 'Report Data' I select <data_from_pdi> as suggested. 'Report Parameters' and 'Subreport Data' are empty. (I don't need any parameters, I only want to show the result-set from PDI-Transformation).
PDI-transformation is called and runs without error, but pentaho report can't retrieve data from result-set that the transformation returns (!! or doesn't return!). I get following error:

Fehler: RuntimeContext.ERROR_0018 - Die Abfrage des Parameters data konnte nicht erfüllt werden. (org.pentaho.core.runtime.RuntimeContext)
Fehler: RuntimeContext.ERROR_0013 - Parameter konnten nicht behoben werden. (org.pentaho.core.runtime.RuntimeContext)
Fehler: RuntimeContext.ERROR_0012 - Die ActionDefinition für JFreeReportComponent wurde nicht erfolgreich ausgefürht. (org.pentaho.core.runtime.RuntimeContext)
Fehler: SolutionEngine.ERROR_0007 - Fehler beim Ausführen der Actionsequenz (org.pentaho.core.solution.SolutionEngine)


i.e. RuntimeContext.ERROR_0018 - The requested parameter "data" has a NULL value


Is it a bug or is something not properly configured? Has anybody an idea?

I use BI-Plattform 1.7 (Pentaho Reporting Classic 0.8.9.5 ??), PDI 3.2.0 and 'Desing studio' 3.0.0 (eclipse plug-in)

With best regards, Elena.