cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

java.lang.OutOfMemoryError in iGrid

Former Member
0 Likes
179

Hi,

In XMII 12, i tried to get the customer information from SAP thru BAPI and to show it in iGrid. I am successfully getting information from SAP. But when i tried to show the result in iGrid thru xacute query, in iGrid java console it is showing error as Error: java.lang.OutOfMemoryError. How to solve this?

Regards,

Senthil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi senthil,

Probably you might have defined less Row count in your query. Increase the row count and check query template.

Else you need to use XSLT for doing so, using Servlet.

Regards,

Padma

jcgood25
Active Contributor
0 Likes

More likely the RowCount in the query template was set extremely high - try this at a reasonable level, and make sure that you map the column names from your output document into the iGrid.

Answers (1)

Answers (1)

Former Member
0 Likes

Hi

You can go through this thread:

Hope this may help you.