pitommasi

Batch Export Component Error 10902041939

Recommended Posts

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 by pitommasi

Share this post


Link to post
Share on other sites
Guest Sashibhusan

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now