IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Large IDoc handling with IS 4.6

  • 1.  Large IDoc handling with IS 4.6

    Posted Fri November 29, 2002 05:51 PM

    Hi experts,

    I have a flow running which converts an incoming INVOIC-IDoc into a Flatfile (simple line by line-structure).

    When the invoice is small, it works perfectly, if it’s big, the IS4.6 says “bye-bye” without further notice (program disappears completely from memory and server needs to be restarted).

    I need to be able to process IDocs with 1000-2000 positions. Right now it crashes at position 450.

    My configuration: SAP BC 4.6, Servicepack 3 with EDI-Adapter, 512MB RAM, 1GHz PIII, W2k-Server, JDK 1.2.2. Javamem: 384 - 768MB (tried 256MB first).

    Any ideas how to free memory or best practice infos on how to handle large Idocs?

    Thanks,
    Gunter


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: Large IDoc handling with IS 4.6

    Posted Sat November 30, 2002 01:48 PM

    For Large Doc(XML) or IDOC handling
    try with these 2 built in IS services to process your flows with less memory usage.

    pub.web:getNodeIterator

    by specifying your criteria of IDOC(segments)in the i/p parameter which gives the o/p Iterator and map it to I/p of

    pub.web.getNextNode.

    So by utilization of both these services may help your problem.

    Cheers…


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB