cancel
Showing results for 
Search instead for 
Did you mean: 

Parser has reached the entity expansion limit 64000

Former Member
0 Kudos

Hi all,

I get the above mentioned error while processing a huge file with the XI.

In the standard java environment there is a property which can be set to increase this expansion limit: DentityExpansionLimit

Do someone know where to set this?

The error comes everytime when I have more than 64000 & amp in my file

Thanx

Olli

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Oliver,

Check this out..

cheers,

Prashanth

P.S Please mark helpful answers

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can set using following statement in Java

System.setProperty("DentityExpansionLimit","150000");

Regards,

Sai

Former Member
0 Kudos

Hi all,

thanks for your answers. But the question was how to set this parameters in XI /J2EE.

I found it in the config tool under Servers global.