pitommasi Report post Posted April 15, 2013 (edited) according to the documentation, if in debug mode of the batchexportcomponent you get an error code 10902041939, it means that "FCExporter.swf did not convey a valid "id" to the FusionChartsExportObject". Now, what could possibily generrate this error? I have added the following properties to the xmls: exportEnabled="1" exportAtClient="1" exportHandler="fcBatchExporter" I have instantiated the batch export component using: var myExportComponent = new FusionChartsExportObject("fcBatchExporter", "/swf/FCExporter.swf"); The swf exporter component correctly appears but when I open the page in the browser I get this 10902041939 error, with the message "Export component missing or authentication failure.": what did I do wrong? Edited April 15, 2013 by pitommasi Share this post Link to post Share on other sites
pitommasi Report post Posted April 15, 2013 Please note that this could be a bug in your latest release, because with an older version of the FCExporter.swf the problem is not occurring Share this post Link to post Share on other sites
pitommasi Report post Posted April 16, 2013 any thought about this? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 16, 2013 Hi, I am afraid, we have tested with Evaluation version of FusionCharts XT v3.3.1 files and the Batch Export is working fine from our end. Please find the attached sample of the same for your reference. Hope this helps! v3.3.1_BatchExport.zip Share this post Link to post Share on other sites
shamasis Report post Posted April 20, 2013 By any chance your Exporter SWF and ExportComponent JS files have version mismatch? Also, did you ensure Flash Global Security settings allows execution of the SWF (more so when run locally)? Share this post Link to post Share on other sites