Hi,
I am doing an export from a database into webMethods, and then looping through the records in the boundNode to map to a DTD. The service works fine when up to 13 rows are returned. I find that when the rows returned from the database exceed 14, I receive the following error:
java.lang.reflect.InvocationTargetException: OutOfMemoryError
I have increased the maximum JVM memory to 2000 M in server.bat, as well as dropped as many variables as soon as possible throughout my service.
Does anyone know why I am running out of memory and how I can solve this?
Thanks in advance,
Rumana