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.  Problem with 810 -

    Posted Tue August 21, 2007 08:04 PM

    Hello Gurus,

    I’m new to WM and while performing an change to one of the interface, I’m getting the below error.

    com.wm.lang.flow.FlowException: [ISC.0049.9001] FlowExit ‘’ – no valid ancestor to exit from $loop

    Actually we need to send an Invoice to the customer, but the amount was getting rounded off, because they used the rounding option and I removed the transformer and linked it directly.

    When I save and now try to run, I get this error.

    Please help me to resolve this.

    Thanks,
    Suresh Ganti


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


  • 2.  RE: Problem with 810 -

    Posted Thu August 23, 2007 04:28 AM

    You may have an EXIT statement and not defined the correct EXIT from parameter.


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


  • 3.  RE: Problem with 810 -

    Posted Thu August 23, 2007 05:41 AM

    Suresh,

    Just put a map (blank) before loop to create pipeline which would hold results returned from loop and check with the exit on parameter value in the properties of loop.

    Some times flow service behave like this in loop. Flow needs one step before loop to return the results back to pipeline.

    Best Regards
    Rishi


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