Select to view content in your preferred language

Error #2032

4466
3
01-15-2015 11:56 PM
anjelinaponkerat
Frequent Contributor

Hi

I have this error:

[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032

What should I do?

0 Kudos
3 Replies
AnthonyGiles
Honored Contributor

Anjelina,

This error is normally raised due to a file (swf, xml, swz) getting blocked or not being served to the browser. If you use some browser monitoring such as F12 in IE or fiddler or firebug in Firefox to see what files are not being retrieved by the browser.

A common file that does not get served by your server by default is .swz to fix this go to MIME Types for the servers features in IIS and right click, and choose add, for the file name extension type ".swz" and for the MIME Type add application/x-swz

Regards

Anthony

0 Kudos
anjelinaponkerat
Frequent Contributor

Hi

I added swz to MIME Type 2 years ago. This error is random, some time return this error some time no. I have 20 widgets and this error randomly occured. some times for Popup.xml some times for widgets and some times for map layers. One more thing: In all situation other part of my web application works very good and just that one part(That did not load and returened error) dont work!

What should I do?

Regards

0 Kudos
AnthonyGiles
Honored Contributor

Anjelina,

If the error is randomly occurring then it may be an issue with your network and packets are getting dropped somewhere. The only thing I could suggest is do so monitoring on your network to try and identify any problems.

Regards

Anthony

0 Kudos