Hello Guys, I already developed a code using repeat step. Below is the reference for that.
- xmlStringToXMLNode
- getXMLNodeIterator(criteria=multiple occurring doc name)
- repeat(label=largeXML repeat on=success)
3.1 getNextXMLNode(output=next)
3.2 Branch on next
3.2.1 exit(label=null exit from=largeXML signal=success)
3.3 xmlNodeToDocuement(write your logic)
From the infrastructure point of view, you can use tspace present in extended settings.
tpsace specifies the maximum number of bytes that can be stored at any one time in the hard
disk drive space that you defined using the watt.server.tspace.location property.
Extended settings in IS page:
watt.server.tspace.location=…/IntegrationServer/Largefiletemplocation
watt.server.tspace.max=52428800
The default value is 52,428,800 bytes (50 MB).
You can also try below settings:
set JAVA_MIN_MEM=1024M
set JAVA_MAX_MEM=4096M
set JAVA_MAX_PERM_SIZE=4096M
#webMethods#webMethods-General#Integration-Server-and-ESB#webMethods-Architecture