I have created a Jasper ETL Job to export the Report in PDF and XLSX formats and scheduled to respective clients using Jasper REST API
I am exporting the Reports in PDF and xlsx Exports as well
Here for one of the Report(returns 600 pages of Data) i am trying to export in xlsx ,in this way i am getting "export.execution.rejected" error and the API i am using as follows
/jasperserver-pro/rest_v2/reports/<folder name>/report1.xlsx
Error:
400 null
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><errorDescriptor><errorCode>export.execution.rejected</errorCode><message>Index: 0, Size: 0</message></errorDescriptor>
[ERROR]: mosodataloading_latest.getunzippedreports_0_2.GetUnzippedReports - tHttpRequest_4 - 400 null
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><errorDescriptor><errorCode>export.execution.rejected</errorCode><message>Index: 0, Size: 0</message></errorDescriptor>
Can some help on this ,it would be very helpful to us