cancel
Showing results for 
Search instead for 
Did you mean: 

Giving Error while Deploy the Model - Urgent Requirment

saranwin
Contributor
0 Kudos

Hi to all,

Giving the Error while deploy hte model, Help me to rectify the issue it's very urgent requirement.

Error in compiling Flex application: Error: A function in the code exceeds the 64K byte limit (actual size = '134236'). Since the problem occurs in the compiler-generated deferred instantiation code, please refactor/componentize portions of this document.

(/usr/sap/ED1/JC01/j2ee/cluster/server0/GUIMachine_Business_Packages/yfiin_gain_22077/FLEX_COMPILATION_FOLEDR/AAD2JT2.mxml:19)

Failed to compile AAD2JT2.mxml

Thanx in Advance.

Regards

Saran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Saran,

also check this wiki[wiki page|https://wiki.sdn.sap.com/wiki/display/VC/64Kbytelimit].

Best Regards,

Marcel

Former Member
0 Kudos

Hi,

This is well know issue(Bug:32k,62k) in the VC for flex compiler this is due to code in the some function or in a statement exceeds size 62k bytes or 32k bytes .

This can be avoid by new compiler Flex2.

For time being we can avoid this by Draggging a layer in to the model or making ur model into Nested iviews.

These solutions may not avoid ur problem ifor some models.

Just see the below link for more details:

<https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/32k+limitation&>

Regards,

Govindu

Plz award ponits if helpful

saranwin
Contributor
0 Kudos

Hi Govindu,

Wat's that FLEX2 Complier, wr i can get the complier. I'm a developer.

Regards,

Saran

Former Member
0 Kudos

Hi,

this compiler is developed to avoid the 32k and 62k Bugs.

This will be available after SP14 .

Regards,

Govindu