Hi,
I'm frequently getting an error similar to the one below,
"Error in compiling Flex application: Error: Branch between 12003 and 44773 around line 0 exceeds 32K span. If possible, please refactor this component.
(/usr/sap/NW1/JC01/j2ee/cluster/server0/GUIMachine_Business_Packages/ENTEG_HR_40235/FLEX_COMPILATION_FOLEDR/AADBNV-generated.as:2288)
Error: Branch between 12003 and 44773 around line 0 exceeds 32K span.
Failed to compile AADBNV.mxml"
<b>what is this error and how to avoid this error?</b>
Hi,
this is the well known 32k issue:
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/32klimitation&">https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/32klimitation&</a>
You have to refactor your model. If you have several iviews you can deploy each of them so that you know, which one is the troublemaker and refator it.
Best Regards,
Marcel
Add a comment