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

Evaluate Error for IS retry -transient error.

  • 1.  Evaluate Error for IS retry -transient error.

    Posted Wed April 05, 2006 09:22 PM

    Hi,
    Has anyone come up with any logic that would evaluate an error that has occurred in a flow and determine if it is a transient error or not?

    I am creating a service that will insert/update data in a database table (Oracle). I am creating a retriable service, which has to keep retrying if a transient error occurs. Such as Database not available, connection pool not available, network issues etc., In Chapter 15 of the developers user guide there is a note that says " If the flow includes an adapter service and a transient error occurs, the adapter service throws an exception that extends the ISRuntimeException.

    I want to create a logic that will evaluate the error that occured and based on that determines if the service should be retried. Has anyone tried this before?

    The typical input for this service would be pub.event:exceptionInfo document.

    Any info/help will be appreciated.

    Thank you.
    Z


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


  • 2.  RE: Evaluate Error for IS retry -transient error.

    Posted Thu April 06, 2006 12:26 AM


  • 3.  RE: Evaluate Error for IS retry -transient error.

    Posted Thu June 21, 2007 02:51 PM

    hi …I am also looking for it …can you pls guide if you get the answer (how to recognize ISRuntimeException exception in catch block )

    Many thanks


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