Mgiepz / saiku-reporting-application

3 stars 7 forks source link

Is the saiku-reporting-application is under development #8

Closed rajesh-wankhede closed 7 years ago

rajesh-wankhede commented 7 years ago

Hello Mgiepz, i tried to integrate the saiku-reporting-application as a plugin to pentaho bi server 5.4 but some ui api calls not matches to backend written rest like for "/report/{pageNo} "

rajesh-wankhede commented 7 years ago

i changed to rest payload

this.workspace.reportSpec.dataSource = new saiku.report.Datasource({
            id: "master",
            type: DatasourceType.CDA,
            queryString: mqlQueryString,
        });

And "/report/1" to http://localhost:8080/pentaho/plugin/saiku-reporting/api/generator/webreport/1?nocache=Tue%20May%2009%202017%2013:03:14%20GMT+0530%20(IST)

it throws Caused by: org.pentaho.reporting.libraries.resourceloader.ResourceException at org.pentaho.reporting.platform.plugin.SimpleReportingComponent.getReport(SimpleReportingComponent.java:512) at org.saiku.reporting.backend.pho.component.ReportingComponentWrapper.getReport(ReportingComponentWrapper.java:90) at org.saiku.reporting.backend.service.ReportGeneratorService.getPrptTemplate(ReportGeneratorService.java:260)

is i am doing right or have some misconfig or installlaion.