cancel
Showing results for 
Search instead for 
Did you mean: 

Error in VC

Former Member
0 Kudos

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>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this is the well known 32k issue:

<a href="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

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Marcel,

Thanks for the solution..

Former Member
0 Kudos

Is your Portal installed on a UNIX machine?

If so check up the WIKI section on SDN for VC.

It mentions about editing an XML file on the server.