I am trying to using cda data source in my pentaho cde dashboard.But getting always error processing I am unable to understand where I am doing so it will be great helpful if anyone guide me what I am doing wrong here.
Also I have mentioned below my .cda file which I have created and used as data source.
<CDADescriptor>
<DataSources>
<Connection id="FETCH" type="kettle.TransFromFile">
<KtrFile>ktr/test.ktr</KtrFile>
<variables datarow-name="parYear" variable-name="parYear"/>
<variables datarow-name="parLYear" variable-name="parLYear"/>
<variables datarow-name="parLob" variable-name="parLob"/>
<variables datarow-name="parTimestamp_id" variable-name="parTimestamp_id"/>
</Connection>
</DataSources>
<DataAccess access="public" cache="false" cacheDuration="3600" connection="FETCH"
id="FETCH" type="kettle">
<Columns/>
<Parameters>
<Parameter default=" " name="parYear" type="String"/>
<Parameter default=" " name="parLYear" type="String"/>
<Parameter default=" " name="parLob" type="String"/>
<Parameter default=" " name="parTimestamp_id" type="String"/>
</Parameters>
<Query>GetData</Query>
</DataAccess>
</CDADescriptor>
In my ktr file I am using below mention query :
Select KPI_NAME , YTD_CMCY_VALUE as ${parYear} , YTD_CMLY_VALUE as ${parLYear}
FROM DIM_COM_KPI_NEW_UP K,FACT_COM_KPI_NEW_UP F
WHERE k.kpi_id=f.kpi_id and f.lob_id=${parLob}
and timestamp_id=${parTimestamp_id}
Also I have passed all the parameter and listener proper in table component.Please guide me .
Regards
Sumit
Logs?
"Doesn't work" is hardly helpful
--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-commun...@googlegroups.com.
To post to this group, send email to pentaho-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/e8b314c5-98c7-46d8-8ddf-77ad940861da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Pentaho Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pentaho-community/b3Go6cQ4ESc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pentaho-commun...@googlegroups.com.
To post to this group, send email to pentaho-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/CAC_LyUjsUJqY3fx3QG63dGWwfRwgj-a6a7XrVg2TYOYh%2Bcdcxw%40mail.gmail.com.