Hi
In version 4.1 I have implemented DSP for my cube by appending below code in Datasource.xml file under OLAP folder.
<Catalog name="Spend Analytics">
<DataSourceInfo>Provider=mondrian;DataSource=Spend_Analytics;DynamicSchemaProcessor=com.pentaho.oem.dsp.SessionVariable
DynamicSchemaProcessor;UseContentChecksum=true;EnableXmla=False</DataSourceInfo>
<Definition>solution:/1CAAP/SpendAnalytics_Cube/Spend_Analytics.xml</Definition>
</Catalog>
But in new version pentaho 5.0.2 we are managing data source in user console itself..How to implement this code in new version???
I cant find any folder like OLAP in new version...
Thanks in advance
In version 4.1 I have implemented DSP for my cube by appending below code in Datasource.xml file under OLAP folder.
<Catalog name="Spend Analytics">
<DataSourceInfo>Provider=mondrian;DataSource=Spend_Analytics;DynamicSchemaProcessor=com.pentaho.oem.dsp.SessionVariable
DynamicSchemaProcessor;UseContentChecksum=true;EnableXmla=False</DataSourceInfo>
<Definition>solution:/1CAAP/SpendAnalytics_Cube/Spend_Analytics.xml</Definition>
</Catalog>
But in new version pentaho 5.0.2 we are managing data source in user console itself..How to implement this code in new version???
I cant find any folder like OLAP in new version...
Thanks in advance