BIP 11G How to burst XML output to email?
Hi,
BIP 11.1.1.6.2BP1
I'm trying to burst my report output to EMAIL as an XML document, but am getting the following error in the report job:
Output failed.
Document generation failed
[ReportProcessor]Error rendering documentoracle.xdo.servlet.scheduler.ProcessingException: [ReportProcessor]Error rendering document
at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.renderReport(BurstingReportProcessor.java:445)
at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.onMessage(BurstingReportProcessor.java:127)
I can successfully send the output to EMAIL if I use an output format of PDF or RTF - it's just not working for XML. I'm sure I'm doing something wrong....
Here is the bursting SQL:
SELECT DISTINCT 1 AS "KEY",
BIP 11.1.1.6.2BP1
I'm trying to burst my report output to EMAIL as an XML document, but am getting the following error in the report job:
Output failed.
Document generation failed
[ReportProcessor]Error rendering documentoracle.xdo.servlet.scheduler.ProcessingException: [ReportProcessor]Error rendering document
at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.renderReport(BurstingReportProcessor.java:445)
at oracle.xdo.enterpriseScheduler.bursting.BurstingReportProcessor.onMessage(BurstingReportProcessor.java:127)
I can successfully send the output to EMAIL if I use an output format of PDF or RTF - it's just not working for XML. I'm sure I'm doing something wrong....
Here is the bursting SQL:
SELECT DISTINCT 1 AS "KEY",
0