logger.debug("IN");
SDKExecutedDocumentContent toReturn = null;
try {
ReportExporter jse = new ReportExporter();
File tmpFile = jse.getReport(biobj, profile, output);
if (tmpFile == null) {
logger.error("File returned from exporter is NULL!");
return null;
}