***Warning!!! Due to high volume of data, got out of memory exception...***
****Please retry with scalable option or modify the Data template to run in scalable mode...****
This Message will come Due to high volume of data.
Example:
Solution-1->
Increase the Memory for the Concurrent Program
1. Go to "System Administrator" responsibility.
2. Navigate to Concurrent - > Program - > Define.
3. Search for the report (example Account Analysis Report) or Executable Short Name ORXLAAARPT" in Concurrent Process window Ctl+F11 or Alt V+Q+R
4. Set the Options field to -Xss2560k -Xmx2560m (make sure you DONT MISS OUT the "-" before the X).
5. Save.
6. Bounce the Concurrent Manager for the effects to take place with the help of DBA.
Xss Sets the JVM to 2.5GB .
Xmx Sets heap size to 2.5 GB. ( For 32 bit JVM this is the maximum memory which can be allocated).
solution-2 ->
Set the scalable option in data template (XML Publisher >> Data Definition >> Data Template. Xml )
<properties>
<property name="scalable_mode" value="on" />
</properties>