webMethods

webMethods

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
  • 1.  LOOP deletes previous mappings

    Posted Wed April 21, 2004 04:07 PM

    Hello all,

    i have another nonexplainable issue about records.

    I have:
    input: record A
    output: record B

    Problem: after some simple MAP flow steps I have a LOOP flow step which deletes my previous mappings. I LOOP on a list of the input record A.

    any ideas?
    thanks


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: LOOP deletes previous mappings

    Posted Wed April 21, 2004 04:22 PM

    Is your simple map flow steps inside the record A loop or outside?
    Do this ,Step thru each instance of loop,and check whether maps are being dropped at some point or overwriting each time.

    HTH,


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: LOOP deletes previous mappings

    Posted Wed April 21, 2004 04:28 PM

    yes, i map from record A to record B, the maps dissapear just at the moment of the first map in the LOOP


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: LOOP deletes previous mappings

    Posted Wed April 21, 2004 04:41 PM

    I assume recordA,recordB are recordists.
    Initialize the recordB before loopstep,
    So are you setting Loop (inarray=recordA)(outarray=recordB) and mapping the records?

    please elaborate your mapping logic,so that response will be accurate.

    HTH,


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB