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
  • 1.  Loop doesn't work for one line item

    Posted Wed February 22, 2006 11:42 AM

    When there is only one element in the loop, then the statements inside the loop are getting executed.
    But if there are more than 1 item, then statements are executed.

    This does not happen if I run this flow service without restoring from pipe line(first time). This happens only when I save the pipe line first time and run using restore pipeline second time.

    Can any body help?

    eg:

    First time → works: (only one item in the loop)

    savepipeline -->enabled
    restorepipeline → disabled

    Loop
    stmt1 -->runs


    second time → does not works: (only one item in the loop)

    savepipeline → disabled
    restorepipeline


    Loop
    stmt1 → does not enter here


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


  • 2.  RE: Loop doesn't work for one line item

    Posted Wed February 22, 2006 04:02 PM

    When you do restorepipeline are you seeing the document or documentlist in the pipeline?If doclist then only your loop will work.

    Step thru your flow and compare the behaviour of save and restorepipeline,you should definetely see some difference in the pipeline,which causes loop not woking for single lineitem.

    HTH,
    RMG


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


  • 3.  RE: Loop doesn't work for one line item

    Posted Wed February 22, 2006 07:26 PM


  • 4.  RE: Loop doesn't work for one line item

    Posted Wed February 22, 2006 07:31 PM

    Use savepipelineToFile and restorePipelineToFile and see what happens.

    -Pauly


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